diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-02-28 13:59:19 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-04-15 16:31:17 +0200 |
commit | 39036cd2727395c3369b1051005da74059a85317 (patch) | |
tree | 7ce3a1bc66521072733b4fb9845973c006dc6645 /arch/mips/kernel/syscalls/syscall_n64.tbl | |
parent | 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (diff) | |
download | kernel_replicant_linux-39036cd2727395c3369b1051005da74059a85317.tar.gz kernel_replicant_linux-39036cd2727395c3369b1051005da74059a85317.tar.bz2 kernel_replicant_linux-39036cd2727395c3369b1051005da74059a85317.zip |
arch: add pidfd and io_uring syscalls everywhere
Add the io_uring and pidfd_send_signal system calls to all architectures.
These system calls are designed to handle both native and compat tasks,
so all entries are the same across architectures, only arm-compat and
the generic tale still use an old format.
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> (s390)
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/mips/kernel/syscalls/syscall_n64.tbl')
-rw-r--r-- | arch/mips/kernel/syscalls/syscall_n64.tbl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/kernel/syscalls/syscall_n64.tbl b/arch/mips/kernel/syscalls/syscall_n64.tbl index c85502e67b44..cd0c8aa21fba 100644 --- a/arch/mips/kernel/syscalls/syscall_n64.tbl +++ b/arch/mips/kernel/syscalls/syscall_n64.tbl @@ -338,3 +338,7 @@ 327 n64 rseq sys_rseq 328 n64 io_pgetevents sys_io_pgetevents # 329 through 423 are reserved to sync up with other architectures +424 n64 pidfd_send_signal sys_pidfd_send_signal +425 n64 io_uring_setup sys_io_uring_setup +426 n64 io_uring_enter sys_io_uring_enter +427 n64 io_uring_register sys_io_uring_register |