Skip to content

Commit a0eb2da

Browse files
andrealmeidarndb
authored andcommitted
futex: Wireup futex_waitv syscall
Wireup futex_waitv syscall for all remaining archs. Signed-off-by: André Almeida <[email protected]> Acked-by: Max Filippov <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Tested-by: Michael Ellerman <[email protected]> (powerpc) Signed-off-by: Arnd Bergmann <[email protected]>
1 parent fa55b7d commit a0eb2da

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

arch/alpha/kernel/syscalls/syscall.tbl

+1
Original file line numberDiff line numberDiff line change
@@ -488,3 +488,4 @@
488488
556 common landlock_restrict_self sys_landlock_restrict_self
489489
# 557 reserved for memfd_secret
490490
558 common process_mrelease sys_process_mrelease
491+
559 common futex_waitv sys_futex_waitv

arch/ia64/kernel/syscalls/syscall.tbl

+1
Original file line numberDiff line numberDiff line change
@@ -369,3 +369,4 @@
369369
446 common landlock_restrict_self sys_landlock_restrict_self
370370
# 447 reserved for memfd_secret
371371
448 common process_mrelease sys_process_mrelease
372+
449 common futex_waitv sys_futex_waitv

arch/m68k/kernel/syscalls/syscall.tbl

+1
Original file line numberDiff line numberDiff line change
@@ -448,3 +448,4 @@
448448
446 common landlock_restrict_self sys_landlock_restrict_self
449449
# 447 reserved for memfd_secret
450450
448 common process_mrelease sys_process_mrelease
451+
449 common futex_waitv sys_futex_waitv

arch/microblaze/kernel/syscalls/syscall.tbl

+1
Original file line numberDiff line numberDiff line change
@@ -454,3 +454,4 @@
454454
446 common landlock_restrict_self sys_landlock_restrict_self
455455
# 447 reserved for memfd_secret
456456
448 common process_mrelease sys_process_mrelease
457+
449 common futex_waitv sys_futex_waitv

arch/powerpc/kernel/syscalls/syscall.tbl

+1
Original file line numberDiff line numberDiff line change
@@ -528,3 +528,4 @@
528528
446 common landlock_restrict_self sys_landlock_restrict_self
529529
# 447 reserved for memfd_secret
530530
448 common process_mrelease sys_process_mrelease
531+
449 common futex_waitv sys_futex_waitv

arch/sh/kernel/syscalls/syscall.tbl

+1
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,4 @@
451451
446 common landlock_restrict_self sys_landlock_restrict_self
452452
# 447 reserved for memfd_secret
453453
448 common process_mrelease sys_process_mrelease
454+
449 common futex_waitv sys_futex_waitv

arch/sparc/kernel/syscalls/syscall.tbl

+1
Original file line numberDiff line numberDiff line change
@@ -494,3 +494,4 @@
494494
446 common landlock_restrict_self sys_landlock_restrict_self
495495
# 447 reserved for memfd_secret
496496
448 common process_mrelease sys_process_mrelease
497+
449 common futex_waitv sys_futex_waitv

arch/xtensa/kernel/syscalls/syscall.tbl

+1
Original file line numberDiff line numberDiff line change
@@ -419,3 +419,4 @@
419419
446 common landlock_restrict_self sys_landlock_restrict_self
420420
# 447 reserved for memfd_secret
421421
448 common process_mrelease sys_process_mrelease
422+
449 common futex_waitv sys_futex_waitv

0 commit comments

Comments
 (0)