futex,x86: Wire up sys_futex_waitv()
authorAndré Almeida <andrealmeid@collabora.com>
Thu, 23 Sep 2021 17:11:06 +0000 (14:11 -0300)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 7 Oct 2021 11:51:11 +0000 (13:51 +0200)
Wire up syscall entry point for x86 arch, for both i386 and x86_64.

Signed-off-by: André Almeida <andrealmeid@collabora.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210923171111.300673-18-andrealmeid@collabora.com
arch/x86/entry/syscalls/syscall_32.tbl
arch/x86/entry/syscalls/syscall_64.tbl

index 960a021d543e51846196be1f6bbf61f6ee532a52..7e25543693de3e7b9edd4c91f32d65a91042ac5b 100644 (file)
 446    i386    landlock_restrict_self  sys_landlock_restrict_self
 447    i386    memfd_secret            sys_memfd_secret
 448    i386    process_mrelease        sys_process_mrelease
+449    i386    futex_waitv             sys_futex_waitv
index 18b5500ea8bfd5fc1f240f1b4527bb641ca3b5f8..fe8f8dd157b4d49c7daf6abc5441e1039603f126 100644 (file)
 446    common  landlock_restrict_self  sys_landlock_restrict_self
 447    common  memfd_secret            sys_memfd_secret
 448    common  process_mrelease        sys_process_mrelease
+449    common  futex_waitv             sys_futex_waitv
 
 #
 # Due to a historical design error, certain syscalls are numbered differently