Message ID | 20240812-process_mrelease-v2-1-e61249986a0a@suse.com |
---|---|
State | New |
Headers | show |
Series | Add process_mrelease testing suite | expand |
diff --git a/include/lapi/syscalls/aarch64.in b/include/lapi/syscalls/aarch64.in index 61d4450bf..219f53b86 100644 --- a/include/lapi/syscalls/aarch64.in +++ b/include/lapi/syscalls/aarch64.in @@ -299,6 +299,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452 diff --git a/include/lapi/syscalls/arc.in b/include/lapi/syscalls/arc.in index 752cc54fd..6519acc6f 100644 --- a/include/lapi/syscalls/arc.in +++ b/include/lapi/syscalls/arc.in @@ -319,6 +319,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452 diff --git a/include/lapi/syscalls/arm.in b/include/lapi/syscalls/arm.in index 84203ca4d..655038994 100644 --- a/include/lapi/syscalls/arm.in +++ b/include/lapi/syscalls/arm.in @@ -398,6 +398,7 @@ landlock_create_ruleset (__NR_SYSCALL_BASE+444) landlock_add_rule (__NR_SYSCALL_BASE+445) landlock_restrict_self (__NR_SYSCALL_BASE+446) memfd_secret (__NR_SYSCALL_BASE+447) +process_mrelease (__NR_SYSCALL_BASE+448) futex_waitv (__NR_SYSCALL_BASE+449) cachestat (__NR_SYSCALL_BASE+451) fchmodat2 (__NR_SYSCALL_BASE+452) diff --git a/include/lapi/syscalls/hppa.in b/include/lapi/syscalls/hppa.in index 8240c69ce..a7178213f 100644 --- a/include/lapi/syscalls/hppa.in +++ b/include/lapi/syscalls/hppa.in @@ -46,6 +46,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452 diff --git a/include/lapi/syscalls/i386.in b/include/lapi/syscalls/i386.in index f6e8c7258..1800f35cd 100644 --- a/include/lapi/syscalls/i386.in +++ b/include/lapi/syscalls/i386.in @@ -433,6 +433,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452 diff --git a/include/lapi/syscalls/ia64.in b/include/lapi/syscalls/ia64.in index 8f55029a9..45798e890 100644 --- a/include/lapi/syscalls/ia64.in +++ b/include/lapi/syscalls/ia64.in @@ -346,6 +346,7 @@ quotactl_fd 1467 landlock_create_ruleset 1468 landlock_add_rule 1469 landlock_restrict_self 1470 +process_mrelease 1472 futex_waitv 1473 cachestat 1475 fchmodat2 1476 diff --git a/include/lapi/syscalls/mips_n32.in b/include/lapi/syscalls/mips_n32.in index d85c567c7..dc1d120cc 100644 --- a/include/lapi/syscalls/mips_n32.in +++ b/include/lapi/syscalls/mips_n32.in @@ -373,6 +373,7 @@ quotactl_fd 6443 landlock_create_ruleset 6444 landlock_add_rule 6445 landlock_restrict_self 6446 +process_mrelease 6448 futex_waitv 6449 cachestat 6451 fchmodat2 6452 diff --git a/include/lapi/syscalls/mips_n64.in b/include/lapi/syscalls/mips_n64.in index c34a85bbe..b8e18ea70 100644 --- a/include/lapi/syscalls/mips_n64.in +++ b/include/lapi/syscalls/mips_n64.in @@ -349,6 +349,7 @@ quotactl_fd 5443 landlock_create_ruleset 5444 landlock_add_rule 5445 landlock_restrict_self 5446 +process_mrelease 5448 futex_waitv 5449 cachestat 5451 fchmodat2 5452 diff --git a/include/lapi/syscalls/mips_o32.in b/include/lapi/syscalls/mips_o32.in index 10d77787b..630f3a4ef 100644 --- a/include/lapi/syscalls/mips_o32.in +++ b/include/lapi/syscalls/mips_o32.in @@ -419,6 +419,7 @@ quotactl_fd 4443 landlock_create_ruleset 4444 landlock_add_rule 4445 landlock_restrict_self 4446 +process_mrelease 4448 futex_waitv 4449 cachestat 4451 fchmodat2 4452 diff --git a/include/lapi/syscalls/powerpc.in b/include/lapi/syscalls/powerpc.in index af3ae5c90..3c9b9a2f2 100644 --- a/include/lapi/syscalls/powerpc.in +++ b/include/lapi/syscalls/powerpc.in @@ -426,6 +426,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452 diff --git a/include/lapi/syscalls/powerpc64.in b/include/lapi/syscalls/powerpc64.in index af3ae5c90..3c9b9a2f2 100644 --- a/include/lapi/syscalls/powerpc64.in +++ b/include/lapi/syscalls/powerpc64.in @@ -426,6 +426,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452 diff --git a/include/lapi/syscalls/s390.in b/include/lapi/syscalls/s390.in index e8e7fff0b..28f913bef 100644 --- a/include/lapi/syscalls/s390.in +++ b/include/lapi/syscalls/s390.in @@ -413,6 +413,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452 diff --git a/include/lapi/syscalls/s390x.in b/include/lapi/syscalls/s390x.in index 0ee3bd897..5b74fedd4 100644 --- a/include/lapi/syscalls/s390x.in +++ b/include/lapi/syscalls/s390x.in @@ -361,6 +361,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452 diff --git a/include/lapi/syscalls/sh.in b/include/lapi/syscalls/sh.in index 5701f2285..4dd344903 100644 --- a/include/lapi/syscalls/sh.in +++ b/include/lapi/syscalls/sh.in @@ -407,6 +407,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452 diff --git a/include/lapi/syscalls/sparc.in b/include/lapi/syscalls/sparc.in index 172969f60..4507c0aff 100644 --- a/include/lapi/syscalls/sparc.in +++ b/include/lapi/syscalls/sparc.in @@ -412,6 +412,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452 diff --git a/include/lapi/syscalls/sparc64.in b/include/lapi/syscalls/sparc64.in index 5b667f10f..95e7e6baa 100644 --- a/include/lapi/syscalls/sparc64.in +++ b/include/lapi/syscalls/sparc64.in @@ -377,6 +377,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452 diff --git a/include/lapi/syscalls/x86_64.in b/include/lapi/syscalls/x86_64.in index 1993f343a..8e5ea998c 100644 --- a/include/lapi/syscalls/x86_64.in +++ b/include/lapi/syscalls/x86_64.in @@ -354,6 +354,7 @@ quotactl_fd 443 landlock_create_ruleset 444 landlock_add_rule 445 landlock_restrict_self 446 +process_mrelease 448 futex_waitv 449 cachestat 451 fchmodat2 452