Skip to content
  1. Nov 09, 2009
  2. Nov 06, 2009
    • Linus Torvalds's avatar
      Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 7c9abfb8
      Linus Torvalds authored
      * 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: get_tss_base_addr() should return a gpa_t
        KVM: x86: Catch potential overrun in MCE setup
      7c9abfb8
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse · e5a92362
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
        fuse: invalidate target of rename
        fuse: fix kunmap in fuse_ioctl_copy_user
        fuse: prevent fuse_put_request on invalid pointer
      e5a92362
    • Linus Torvalds's avatar
      Merge git://git.infradead.org/users/dwmw2/mtd-2.6.32 · 4397989f
      Linus Torvalds authored
      * git://git.infradead.org/users/dwmw2/mtd-2.6.32:
        mtd/maps: gpio-addr-flash: depend on GPIO arch support
        mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
        mtd: nand: fix htmldocs warnings
      4397989f
    • Linus Torvalds's avatar
      Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc · 1bbc9a66
      Linus Torvalds authored
      * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:
        powerpc/kvm: Remove problematic BUILD_BUG_ON statement
        powerpc/pci: Fix regression in powerpc MSI-X
        powerpc: Avoid giving out RTC dates below EPOCH
        powerpc/mm: Remove debug context clamping from nohash code
        powerpc: Cleanup Kconfig selection of hugetlbfs support
      1bbc9a66
    • Chris Lalancette's avatar
      x86: Make sure get_user_desc() doesn't sign extend. · 2c75910f
      Chris Lalancette authored
      
      
      The current implementation of get_user_desc() sign extends the return
      value because of integer promotion rules.  For the most part, this
      doesn't matter, because the top bit of base2 is usually 0.  If, however,
      that bit is 1, then the entire value will be 0xffff...  which is
      probably not what the caller intended.
      
      This patch casts the entire thing to unsigned before returning, which
      generates almost the same assembly as the current code but replaces the
      final "cltq" (sign extend) with a "mov %eax %eax" (zero-extend).  This
      fixes booting certain guests under KVM.
      
      Signed-off-by: default avatarChris Lalancette <clalance@redhat.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      2c75910f
    • Linus Torvalds's avatar
      Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen · 9a6fc8d0
      Linus Torvalds authored
      * 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen:
        xen: mask extended topology info in cpuid
        xen/hvc: make sure console output is always emitted, with explicit polling
      9a6fc8d0
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of... · d4116f82
      Linus Torvalds authored
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6:
        sysfs: Don't leak secdata when a sysfs_dirent is freed.
      d4116f82
    • Linus Torvalds's avatar
      Merge branch 'sched-fixes-for-linus' of... · 608221fd
      Linus Torvalds authored
      Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.c
        sched: Disable SD_PREFER_LOCAL at node level
        sched: Fix boot crash by zalloc()ing most of the cpu masks
        sched: Strengthen buddies and mitigate buddy induced latencies
      608221fd
    • Linus Torvalds's avatar
      Merge branch 'tracing-fixes-for-linus' of... · 72cc129e
      Linus Torvalds authored
      Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        ftrace: Fix unmatched locking in ftrace_regex_write()
        ring-buffer: Synchronize resizing buffer with reader lock
      72cc129e
    • Linus Torvalds's avatar
      Merge branch 'x86-fixes-for-linus' of... · 411094ac
      Linus Torvalds authored
      Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        x86, fs: Fix x86 procfs stack information for threads on 64-bit
        x86: Add reboot quirk for 3 series Mac mini
        x86: Fix printk message typo in mtrr cleanup code
        dma-debug: Fix compile warning with PAE enabled
        x86/amd-iommu: Un__init function required on shutdown
        x86/amd-iommu: Workaround for erratum 63
      411094ac
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev · 8fcf4e5a
      Linus Torvalds authored
      * 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev:
        m32r: Should index be positive?
        m32r: bzip2/lzma kernel compression support
        m32r: add NOTES to vmlinux.lds.S to remove .note.gnu.build-id section
        arch/m32r: Use DIV_ROUND_CLOSEST
      8fcf4e5a
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp · bd901751
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp:
        amd64_edac: fix CECCs reporting
        amd64_edac: fix a wrong goto clause in amd64_edac.c
      bd901751
    • Linus Torvalds's avatar
      sgi-gru: decrapfiy options_write() function · d39b7dd1
      Linus Torvalds authored
      
      
      Not a single line of actual code in the function was really
      fundamentally correct.
      
      Problems ranged from lack of proper range checking, to removing the last
      character written (which admittedly is usually '\n'), to not accepting
      hex numbers even though the 'show' routine would show the data in that
      format.
      
      This tries to do better.
      
      Acked-by: default avatarMichael Buesch <mb@bu3sch.de>
      Tested-and-acked-by: default avatarJack Steiner <steiner@sgi.com>
      Cc: stable@kernel.org
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: Michael Gilbert <michael.s.gilbert@gmail.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      d39b7dd1
  3. Nov 05, 2009
  4. Nov 04, 2009