Commit b501b859 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull asm-generic syscall table update from Arnd Bergmann:
 "André Almeida sends an update for the newly added futex_waitv syscall
  that was initially only added to a few architectures.

  Some additional ones have since made it through architecture
  maintainer trees, this finishes the remaining ones"

* tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic:
  futex: Wireup futex_waitv syscall
parents 6ef9d231 a0eb2da9
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