On Tue, Nov 20, 2018 at 11:54 AM Christian Brauner <christian@xxxxxxxxxx> wrote: > --- > arch/x86/entry/syscalls/syscall_32.tbl | 1 + > arch/x86/entry/syscalls/syscall_64.tbl | 2 + > fs/proc/base.c | 11 ++- > fs/proc/internal.h | 5 - > include/linux/proc_fs.h | 12 +++ > include/linux/syscalls.h | 2 + > include/uapi/asm-generic/unistd.h | 4 +- > kernel/signal.c | 127 +++++++++++++++++++++++-- > 8 files changed, 151 insertions(+), 13 deletions(-) For asm-generic: Acked-by: Arnd Bergmann <arnd@xxxxxxxx> I checked that the system call wired up correctly in a way that works on all architectures using the generic syscall table.