Several syscall-related commits that were missing from the original pull request. Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal for-linus Shortlog: Al Viro (3): unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE unicore32: just use mmap_pgoff()... switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINE
Alexander van Heukelum (1): x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...) Diffstat: arch/arm64/include/asm/unistd32.h | 2 +- arch/arm64/kernel/sys32.S | 7 ------ arch/mips/kernel/linux32.c | 7 ------ arch/mips/kernel/scall64-o32.S | 2 +- arch/parisc/kernel/sys_parisc32.c | 8 ------- arch/powerpc/kernel/sys_ppc32.c | 8 ------- arch/s390/kernel/compat_wrapper.S | 13 ------------ arch/s390/kernel/syscalls.S | 4 +- arch/sparc/kernel/sys32.S | 9 -------- arch/sparc/kernel/systbls_64.S | 2 +- arch/unicore32/kernel/sys.c | 10 +-------- arch/x86/ia32/sys_ia32.c | 9 -------- arch/x86/include/asm/sys_ia32.h | 3 -- arch/x86/include/asm/syscalls.h | 4 +- arch/x86/kernel/vm86_32.c | 38 +++++++++++++---------------------- arch/x86/syscalls/syscall_32.tbl | 2 +- fs/notify/fanotify/fanotify_user.c | 17 ++++++++++++++++ include/linux/compat.h | 2 + kernel/sys_ni.c | 1 + kernel/sysctl_binary.c | 4 +- 20 files changed, 45 insertions(+), 107 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/