Skip to content

Commit

Permalink
futex: Wireup futex_waitv syscall
Browse files Browse the repository at this point in the history
Wireup futex_waitv syscall for all remaining archs.

Signed-off-by: André Almeida <andrealmeid@collabora.com>
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Tested-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
andrealmeid authored and arndb committed Nov 25, 2021
1 parent fa55b7d commit a0eb2da
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/alpha/kernel/syscalls/syscall.tbl
Expand Up @@ -488,3 +488,4 @@
556 common landlock_restrict_self sys_landlock_restrict_self
# 557 reserved for memfd_secret
558 common process_mrelease sys_process_mrelease
559 common futex_waitv sys_futex_waitv
1 change: 1 addition & 0 deletions arch/ia64/kernel/syscalls/syscall.tbl
Expand Up @@ -369,3 +369,4 @@
446 common landlock_restrict_self sys_landlock_restrict_self
# 447 reserved for memfd_secret
448 common process_mrelease sys_process_mrelease
449 common futex_waitv sys_futex_waitv
1 change: 1 addition & 0 deletions arch/m68k/kernel/syscalls/syscall.tbl
Expand Up @@ -448,3 +448,4 @@
446 common landlock_restrict_self sys_landlock_restrict_self
# 447 reserved for memfd_secret
448 common process_mrelease sys_process_mrelease
449 common futex_waitv sys_futex_waitv
1 change: 1 addition & 0 deletions arch/microblaze/kernel/syscalls/syscall.tbl
Expand Up @@ -454,3 +454,4 @@
446 common landlock_restrict_self sys_landlock_restrict_self
# 447 reserved for memfd_secret
448 common process_mrelease sys_process_mrelease
449 common futex_waitv sys_futex_waitv
1 change: 1 addition & 0 deletions arch/powerpc/kernel/syscalls/syscall.tbl
Expand Up @@ -528,3 +528,4 @@
446 common landlock_restrict_self sys_landlock_restrict_self
# 447 reserved for memfd_secret
448 common process_mrelease sys_process_mrelease
449 common futex_waitv sys_futex_waitv
1 change: 1 addition & 0 deletions arch/sh/kernel/syscalls/syscall.tbl
Expand Up @@ -451,3 +451,4 @@
446 common landlock_restrict_self sys_landlock_restrict_self
# 447 reserved for memfd_secret
448 common process_mrelease sys_process_mrelease
449 common futex_waitv sys_futex_waitv
1 change: 1 addition & 0 deletions arch/sparc/kernel/syscalls/syscall.tbl
Expand Up @@ -494,3 +494,4 @@
446 common landlock_restrict_self sys_landlock_restrict_self
# 447 reserved for memfd_secret
448 common process_mrelease sys_process_mrelease
449 common futex_waitv sys_futex_waitv
1 change: 1 addition & 0 deletions arch/xtensa/kernel/syscalls/syscall.tbl
Expand Up @@ -419,3 +419,4 @@
446 common landlock_restrict_self sys_landlock_restrict_self
# 447 reserved for memfd_secret
448 common process_mrelease sys_process_mrelease
449 common futex_waitv sys_futex_waitv

0 comments on commit a0eb2da

Please sign in to comment.