Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 entry updates from Ingo Molnar: "This contains x32 and compat syscall improvements, the biggest one of which splits x32 syscalls into their own table, which allows new syscalls to share the x32 and x86-64 number - which turns the 512-547 special syscall numbers range into a legacy wart that won't be extended going forward" * 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/syscalls: Split the x32 syscalls into their own table x86/syscalls: Disallow compat entries for all types of 64-bit syscalls x86/syscalls: Use the compat versions of rt_sigsuspend() and rt_sigprocmask() x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long
Showing
- arch/x86/entry/common.c 7 additions, 6 deletionsarch/x86/entry/common.c
- arch/x86/entry/syscall_64.c 25 additions, 0 deletionsarch/x86/entry/syscall_64.c
- arch/x86/entry/syscalls/syscall_32.tbl 2 additions, 2 deletionsarch/x86/entry/syscalls/syscall_32.tbl
- arch/x86/entry/syscalls/syscalltbl.sh 19 additions, 16 deletionsarch/x86/entry/syscalls/syscalltbl.sh
- arch/x86/include/asm/syscall.h 4 additions, 0 deletionsarch/x86/include/asm/syscall.h
- arch/x86/include/asm/unistd.h 0 additions, 6 deletionsarch/x86/include/asm/unistd.h
- arch/x86/include/uapi/asm/unistd.h 1 addition, 1 deletionarch/x86/include/uapi/asm/unistd.h
- arch/x86/kernel/asm-offsets_64.c 20 additions, 0 deletionsarch/x86/kernel/asm-offsets_64.c
- tools/testing/selftests/x86/Makefile 1 addition, 1 deletiontools/testing/selftests/x86/Makefile
- tools/testing/selftests/x86/syscall_numbering.c 89 additions, 0 deletionstools/testing/selftests/x86/syscall_numbering.c
Please register or sign in to comment