]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Jan 2013 21:58:48 +0000 (13:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Jan 2013 21:58:48 +0000 (13:58 -0800)
commite6fdf208568ebd75b516b9b0586a8b69bb5191b9
tree6e7e98108edf793ba012c4e2efa78deb8a2cc052
parentc3fd51269b329ef629f6bd0e4c6260a3d06f796a
parentd39062e83037cd9bb72a9bea6be8aaf73cc5c6e7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal

Pull misc syscall fixes from Al Viro:

 - compat syscall fixes (discussed back in December)

 - a couple of "make life easier for sigaltstack stuff by reducing
   inter-tree dependencies"

 - fix up compiler/asmlinkage calling convention disagreement of
   sys_clone()

 - misc

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal:
  sys_clone() needs asmlinkage_protect
  make sure that /linuxrc has std{in,out,err}
  x32: fix sigtimedwait
  x32: fix waitid()
  switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINE
  switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINE
  CONFIG_GENERIC_SIGALTSTACK build breakage with asm-generic/syscalls.h
  Ensure that kernel_init_freeable() is not inlined into non __init code
kernel/fork.c
kernel/signal.c