Commit a0eb2da9 authored by André Almeida's avatar André Almeida Committed by Arnd Bergmann
Browse files

futex: Wireup futex_waitv syscall



Wireup futex_waitv syscall for all remaining archs.

Signed-off-by: default avatarAndré Almeida <andrealmeid@collabora.com>
Acked-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Tested-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent fa55b7dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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
Loading