Browse Source

bits/syscall.h: add futex_waitv from linux v5.16

see

    linux commit 039c0ec9bb77446d7ada7f55f90af9299b28ca49
    futex,x86: Wire up sys_futex_waitv()

    linux commit ea7c45fde5aa3e761aaddb7902a31a95cb120e7b
    futex,arm: Wire up sys_futex_waitv()

    linux commit b3ff2881ba18b852f79f5476d7631940071f1adb
    MIPS: syscalls: Wire up futex_waitv syscall

    linux commit 6c122360cf2f4c5a856fcbd79b4485b7baec942a
    s390: wire up sys_futex_waitv system call

    linux commit a0eb2da92b715d0c97b96b09979689ea09faefe6
    futex: Wireup futex_waitv syscall
Gaël PORTAY 1 year ago
parent
commit
b2c4c3d590

+ 1 - 0
arch/aarch64/bits/syscall.h.in

@@ -300,4 +300,5 @@
 #define __NR_landlock_add_rule	445
 #define __NR_landlock_restrict_self	446
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449
 

+ 1 - 0
arch/arm/bits/syscall.h.in

@@ -400,6 +400,7 @@
 #define __NR_landlock_add_rule	445
 #define __NR_landlock_restrict_self	446
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449
 
 #define __ARM_NR_breakpoint	0x0f0001
 #define __ARM_NR_cacheflush	0x0f0002

+ 1 - 0
arch/i386/bits/syscall.h.in

@@ -438,4 +438,5 @@
 #define __NR_landlock_restrict_self	446
 #define __NR_memfd_secret	447
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449
 

+ 1 - 0
arch/m68k/bits/syscall.h.in

@@ -417,3 +417,4 @@
 #define __NR_landlock_add_rule	445
 #define __NR_landlock_restrict_self	446
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449

+ 1 - 0
arch/microblaze/bits/syscall.h.in

@@ -438,4 +438,5 @@
 #define __NR_landlock_add_rule	445
 #define __NR_landlock_restrict_self	446
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449
 

+ 1 - 0
arch/mips/bits/syscall.h.in

@@ -419,4 +419,5 @@
 #define __NR_landlock_add_rule	4445
 #define __NR_landlock_restrict_self	4446
 #define __NR_process_mrelease	4448
+#define __NR_futex_waitv	4449
 

+ 1 - 0
arch/mips64/bits/syscall.h.in

@@ -349,4 +349,5 @@
 #define __NR_landlock_add_rule	5445
 #define __NR_landlock_restrict_self	5446
 #define __NR_process_mrelease	5448
+#define __NR_futex_waitv	5449
 

+ 1 - 0
arch/mipsn32/bits/syscall.h.in

@@ -373,4 +373,5 @@
 #define __NR_landlock_add_rule	6445
 #define __NR_landlock_restrict_self	6446
 #define __NR_process_mrelease	6448
+#define __NR_futex_waitv	6449
 

+ 1 - 0
arch/or1k/bits/syscall.h.in

@@ -322,4 +322,5 @@
 #define __NR_landlock_add_rule	445
 #define __NR_landlock_restrict_self	446
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449
 

+ 1 - 0
arch/powerpc/bits/syscall.h.in

@@ -426,4 +426,5 @@
 #define __NR_landlock_add_rule	445
 #define __NR_landlock_restrict_self	446
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449
 

+ 1 - 0
arch/powerpc64/bits/syscall.h.in

@@ -398,4 +398,5 @@
 #define __NR_landlock_add_rule	445
 #define __NR_landlock_restrict_self	446
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449
 

+ 1 - 0
arch/riscv64/bits/syscall.h.in

@@ -300,6 +300,7 @@
 #define __NR_landlock_add_rule	445
 #define __NR_landlock_restrict_self	446
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449
 
 #define __NR_sysriscv __NR_arch_specific_syscall
 #define __NR_riscv_flush_icache (__NR_sysriscv + 15)

+ 1 - 0
arch/s390x/bits/syscall.h.in

@@ -364,4 +364,5 @@
 #define __NR_landlock_restrict_self	446
 #define __NR_memfd_secret	447
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449
 

+ 1 - 0
arch/sh/bits/syscall.h.in

@@ -410,4 +410,5 @@
 #define __NR_landlock_add_rule	445
 #define __NR_landlock_restrict_self	446
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449
 

+ 1 - 0
arch/x32/bits/syscall.h.in

@@ -310,6 +310,7 @@
 #define __NR_landlock_restrict_self	(0x40000000 + 446)
 #define __NR_memfd_secret	(0x40000000 + 447)
 #define __NR_process_mrelease	(0x40000000 + 448)
+#define __NR_futex_waitv	(0x40000000 + 449)
 
 
 #define __NR_rt_sigaction (0x40000000 + 512)

+ 1 - 0
arch/x86_64/bits/syscall.h.in

@@ -357,4 +357,5 @@
 #define __NR_landlock_restrict_self	446
 #define __NR_memfd_secret	447
 #define __NR_process_mrelease	448
+#define __NR_futex_waitv	449