1. 12 Apr, 2006 37 commits
  2. 11 Apr, 2006 3 commits
    • Oleg Nesterov's avatar
      [PATCH] __group_complete_signal: remove bogus BUG_ON · a145410d
      Oleg Nesterov authored
      Commit e56d0903
      
         [PATCH] RCU signal handling
      
      made this BUG_ON() unsafe. This code runs under ->siglock,
      while switch_exec_pids() takes tasklist_lock.
      Signed-off-by: default avatarOleg Nesterov <oleg@tv-sign.ru>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      a145410d
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild · 2514395e
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild:
        kconfig: fix typo in change count initialization
        kconfig: recenter menuconfig
        kconfig: revert conf behaviour change
        kconfig: fix default value for choice input
        kbuild: fix NULL dereference in scripts/mod/modpost.c
        kbuild: fix mode of checkstack.pl and other files.
        kbuild: rebuild initramfs if content of initramfs changes
        kbuild: properly pass options to hostcc when doing make O=..
        kbuild: modules_install for external modules must not remove existing modules
        kbuild: fix make dir/
        ver_linux: don't print reiser4progs version if none found
        kbuild: mips: fix sed regexp to generate asm-offset.h
        kbuild: fix building single targets with make O=.. single-target
        kbuild: use relative path to -I
        kbuild: fix unneeded rebuilds in drivers/net/chelsio after moving source tree
        kbuild: fix unneeded rebuilds in drivers/media/video after moving source tree
        kbuild: fix garbled text in modules.txt
      2514395e
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 · b3967dc5
      Linus Torvalds authored
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
        [IA64] Prefetch mmap_sem in ia64_do_page_fault()
        [IA64] Failure to resume after INIT in user space
        [IA64] Pass more data to the MCA/INIT notify_die hooks
        [IA64] always map VGA framebuffer UC, even if it supports WB
        [IA64] fix bug in ia64 __mutex_fastpath_trylock
        [IA64] for_each_possible_cpu: ia64
        [IA64] update HP CSR space discovery via ACPI
        [IA64] Wire up new syscalls {set,get}_robust_list
        [IA64] 'msg' may be used uninitialized in xpc_initiate_allocate()
        [IA64] Wire up new syscall sync_file_range()
      b3967dc5