Skip to content

Commit b501b85

Browse files
committed
Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
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
2 parents 6ef9d23 + a0eb2da commit b501b85

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)