aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/alpha/kernel/syscalls/syscall.tbl6
-rw-r--r--arch/arm/tools/syscall.tbl6
-rw-r--r--arch/arm64/include/asm/unistd.h2
-rw-r--r--arch/arm64/include/asm/unistd32.h12
-rw-r--r--arch/ia64/kernel/syscalls/syscall.tbl6
-rw-r--r--arch/m68k/kernel/syscalls/syscall.tbl6
-rw-r--r--arch/microblaze/kernel/syscalls/syscall.tbl6
-rw-r--r--arch/mips/kernel/syscalls/syscall_n32.tbl6
-rw-r--r--arch/mips/kernel/syscalls/syscall_n64.tbl6
-rw-r--r--arch/mips/kernel/syscalls/syscall_o32.tbl6
-rw-r--r--arch/parisc/kernel/syscalls/syscall.tbl6
-rw-r--r--arch/powerpc/kernel/syscalls/syscall.tbl6
-rw-r--r--arch/s390/kernel/syscalls/syscall.tbl6
-rw-r--r--arch/sh/kernel/syscalls/syscall.tbl6
-rw-r--r--arch/sparc/kernel/syscalls/syscall.tbl6
-rw-r--r--arch/xtensa/kernel/syscalls/syscall.tbl6
-rw-r--r--include/uapi/asm-generic/unistd.h14
17 files changed, 110 insertions, 2 deletions
diff --git a/arch/alpha/kernel/syscalls/syscall.tbl b/arch/alpha/kernel/syscalls/syscall.tbl
index 165f268beafc..9e7704e44f6d 100644
--- a/arch/alpha/kernel/syscalls/syscall.tbl
+++ b/arch/alpha/kernel/syscalls/syscall.tbl
@@ -467,3 +467,9 @@
467535 common io_uring_setup sys_io_uring_setup 467535 common io_uring_setup sys_io_uring_setup
468536 common io_uring_enter sys_io_uring_enter 468536 common io_uring_enter sys_io_uring_enter
469537 common io_uring_register sys_io_uring_register 469537 common io_uring_register sys_io_uring_register
470538 common open_tree sys_open_tree
471539 common move_mount sys_move_mount
472540 common fsopen sys_fsopen
473541 common fsconfig sys_fsconfig
474542 common fsmount sys_fsmount
475543 common fspick sys_fspick
diff --git a/arch/arm/tools/syscall.tbl b/arch/arm/tools/syscall.tbl
index 0393917eaa57..aaf479a9e92d 100644
--- a/arch/arm/tools/syscall.tbl
+++ b/arch/arm/tools/syscall.tbl
@@ -441,3 +441,9 @@
441425 common io_uring_setup sys_io_uring_setup 441425 common io_uring_setup sys_io_uring_setup
442426 common io_uring_enter sys_io_uring_enter 442426 common io_uring_enter sys_io_uring_enter
443427 common io_uring_register sys_io_uring_register 443427 common io_uring_register sys_io_uring_register
444428 common open_tree sys_open_tree
445429 common move_mount sys_move_mount
446430 common fsopen sys_fsopen
447431 common fsconfig sys_fsconfig
448432 common fsmount sys_fsmount
449433 common fspick sys_fspick
diff --git a/arch/arm64/include/asm/unistd.h b/arch/arm64/include/asm/unistd.h
index f2a83ff6b73c..70e6882853c0 100644
--- a/arch/arm64/include/asm/unistd.h
+++ b/arch/arm64/include/asm/unistd.h
@@ -44,7 +44,7 @@
44#define __ARM_NR_compat_set_tls (__ARM_NR_COMPAT_BASE + 5) 44#define __ARM_NR_compat_set_tls (__ARM_NR_COMPAT_BASE + 5)
45#define __ARM_NR_COMPAT_END (__ARM_NR_COMPAT_BASE + 0x800) 45#define __ARM_NR_COMPAT_END (__ARM_NR_COMPAT_BASE + 0x800)
46 46
47#define __NR_compat_syscalls 428 47#define __NR_compat_syscalls 434
48#endif 48#endif
49 49
50#define __ARCH_WANT_SYS_CLONE 50#define __ARCH_WANT_SYS_CLONE
diff --git a/arch/arm64/include/asm/unistd32.h b/arch/arm64/include/asm/unistd32.h
index 23f1a44acada..c39e90600bb3 100644
--- a/arch/arm64/include/asm/unistd32.h
+++ b/arch/arm64/include/asm/unistd32.h
@@ -874,6 +874,18 @@ __SYSCALL(__NR_io_uring_setup, sys_io_uring_setup)
874__SYSCALL(__NR_io_uring_enter, sys_io_uring_enter) 874__SYSCALL(__NR_io_uring_enter, sys_io_uring_enter)
875#define __NR_io_uring_register 427 875#define __NR_io_uring_register 427
876__SYSCALL(__NR_io_uring_register, sys_io_uring_register) 876__SYSCALL(__NR_io_uring_register, sys_io_uring_register)
877#define __NR_open_tree 428
878__SYSCALL(__NR_open_tree, sys_open_tree)
879#define __NR_move_mount 429
880__SYSCALL(__NR_move_mount, sys_move_mount)
881#define __NR_fsopen 430
882__SYSCALL(__NR_fsopen, sys_fsopen)
883#define __NR_fsconfig 431
884__SYSCALL(__NR_fsconfig, sys_fsconfig)
885#define __NR_fsmount 432
886__SYSCALL(__NR_fsmount, sys_fsmount)
887#define __NR_fspick 433
888__SYSCALL(__NR_fspick, sys_fspick)
877 889
878/* 890/*
879 * Please add new compat syscalls above this comment and update 891 * Please add new compat syscalls above this comment and update
diff --git a/arch/ia64/kernel/syscalls/syscall.tbl b/arch/ia64/kernel/syscalls/syscall.tbl
index 56e3d0b685e1..e01df3f2f80d 100644
--- a/arch/ia64/kernel/syscalls/syscall.tbl
+++ b/arch/ia64/kernel/syscalls/syscall.tbl
@@ -348,3 +348,9 @@
348425 common io_uring_setup sys_io_uring_setup 348425 common io_uring_setup sys_io_uring_setup
349426 common io_uring_enter sys_io_uring_enter 349426 common io_uring_enter sys_io_uring_enter
350427 common io_uring_register sys_io_uring_register 350427 common io_uring_register sys_io_uring_register
351428 common open_tree sys_open_tree
352429 common move_mount sys_move_mount
353430 common fsopen sys_fsopen
354431 common fsconfig sys_fsconfig
355432 common fsmount sys_fsmount
356433 common fspick sys_fspick
diff --git a/arch/m68k/kernel/syscalls/syscall.tbl b/arch/m68k/kernel/syscalls/syscall.tbl
index df4ec3ec71d1..7e3d0734b2f3 100644
--- a/arch/m68k/kernel/syscalls/syscall.tbl
+++ b/arch/m68k/kernel/syscalls/syscall.tbl
@@ -427,3 +427,9 @@
427425 common io_uring_setup sys_io_uring_setup 427425 common io_uring_setup sys_io_uring_setup
428426 common io_uring_enter sys_io_uring_enter 428426 common io_uring_enter sys_io_uring_enter
429427 common io_uring_register sys_io_uring_register 429427 common io_uring_register sys_io_uring_register
430428 common open_tree sys_open_tree
431429 common move_mount sys_move_mount
432430 common fsopen sys_fsopen
433431 common fsconfig sys_fsconfig
434432 common fsmount sys_fsmount
435433 common fspick sys_fspick
diff --git a/arch/microblaze/kernel/syscalls/syscall.tbl b/arch/microblaze/kernel/syscalls/syscall.tbl
index 4964947732af..26339e417695 100644
--- a/arch/microblaze/kernel/syscalls/syscall.tbl
+++ b/arch/microblaze/kernel/syscalls/syscall.tbl
@@ -433,3 +433,9 @@
433425 common io_uring_setup sys_io_uring_setup 433425 common io_uring_setup sys_io_uring_setup
434426 common io_uring_enter sys_io_uring_enter 434426 common io_uring_enter sys_io_uring_enter
435427 common io_uring_register sys_io_uring_register 435427 common io_uring_register sys_io_uring_register
436428 common open_tree sys_open_tree
437429 common move_mount sys_move_mount
438430 common fsopen sys_fsopen
439431 common fsconfig sys_fsconfig
440432 common fsmount sys_fsmount
441433 common fspick sys_fspick
diff --git a/arch/mips/kernel/syscalls/syscall_n32.tbl b/arch/mips/kernel/syscalls/syscall_n32.tbl
index 9392dfe33f97..0e2dd68ade57 100644
--- a/arch/mips/kernel/syscalls/syscall_n32.tbl
+++ b/arch/mips/kernel/syscalls/syscall_n32.tbl
@@ -366,3 +366,9 @@
366425 n32 io_uring_setup sys_io_uring_setup 366425 n32 io_uring_setup sys_io_uring_setup
367426 n32 io_uring_enter sys_io_uring_enter 367426 n32 io_uring_enter sys_io_uring_enter
368427 n32 io_uring_register sys_io_uring_register 368427 n32 io_uring_register sys_io_uring_register
369428 n32 open_tree sys_open_tree
370429 n32 move_mount sys_move_mount
371430 n32 fsopen sys_fsopen
372431 n32 fsconfig sys_fsconfig
373432 n32 fsmount sys_fsmount
374433 n32 fspick sys_fspick
diff --git a/arch/mips/kernel/syscalls/syscall_n64.tbl b/arch/mips/kernel/syscalls/syscall_n64.tbl
index cd0c8aa21fba..5eebfa0d155c 100644
--- a/arch/mips/kernel/syscalls/syscall_n64.tbl
+++ b/arch/mips/kernel/syscalls/syscall_n64.tbl
@@ -342,3 +342,9 @@
342425 n64 io_uring_setup sys_io_uring_setup 342425 n64 io_uring_setup sys_io_uring_setup
343426 n64 io_uring_enter sys_io_uring_enter 343426 n64 io_uring_enter sys_io_uring_enter
344427 n64 io_uring_register sys_io_uring_register 344427 n64 io_uring_register sys_io_uring_register
345428 n64 open_tree sys_open_tree
346429 n64 move_mount sys_move_mount
347430 n64 fsopen sys_fsopen
348431 n64 fsconfig sys_fsconfig
349432 n64 fsmount sys_fsmount
350433 n64 fspick sys_fspick
diff --git a/arch/mips/kernel/syscalls/syscall_o32.tbl b/arch/mips/kernel/syscalls/syscall_o32.tbl
index e849e8ffe4a2..3cc1374e02d0 100644
--- a/arch/mips/kernel/syscalls/syscall_o32.tbl
+++ b/arch/mips/kernel/syscalls/syscall_o32.tbl
@@ -415,3 +415,9 @@
415425 o32 io_uring_setup sys_io_uring_setup 415425 o32 io_uring_setup sys_io_uring_setup
416426 o32 io_uring_enter sys_io_uring_enter 416426 o32 io_uring_enter sys_io_uring_enter
417427 o32 io_uring_register sys_io_uring_register 417427 o32 io_uring_register sys_io_uring_register
418428 o32 open_tree sys_open_tree
419429 o32 move_mount sys_move_mount
420430 o32 fsopen sys_fsopen
421431 o32 fsconfig sys_fsconfig
422432 o32 fsmount sys_fsmount
423433 o32 fspick sys_fspick
diff --git a/arch/parisc/kernel/syscalls/syscall.tbl b/arch/parisc/kernel/syscalls/syscall.tbl
index fe8ca623add8..c9e377d59232 100644
--- a/arch/parisc/kernel/syscalls/syscall.tbl
+++ b/arch/parisc/kernel/syscalls/syscall.tbl
@@ -424,3 +424,9 @@
424425 common io_uring_setup sys_io_uring_setup 424425 common io_uring_setup sys_io_uring_setup
425426 common io_uring_enter sys_io_uring_enter 425426 common io_uring_enter sys_io_uring_enter
426427 common io_uring_register sys_io_uring_register 426427 common io_uring_register sys_io_uring_register
427428 common open_tree sys_open_tree
428429 common move_mount sys_move_mount
429430 common fsopen sys_fsopen
430431 common fsconfig sys_fsconfig
431432 common fsmount sys_fsmount
432433 common fspick sys_fspick
diff --git a/arch/powerpc/kernel/syscalls/syscall.tbl b/arch/powerpc/kernel/syscalls/syscall.tbl
index 00f5a63c8d9a..103655d84b4b 100644
--- a/arch/powerpc/kernel/syscalls/syscall.tbl
+++ b/arch/powerpc/kernel/syscalls/syscall.tbl
@@ -509,3 +509,9 @@
509425 common io_uring_setup sys_io_uring_setup 509425 common io_uring_setup sys_io_uring_setup
510426 common io_uring_enter sys_io_uring_enter 510426 common io_uring_enter sys_io_uring_enter
511427 common io_uring_register sys_io_uring_register 511427 common io_uring_register sys_io_uring_register
512428 common open_tree sys_open_tree
513429 common move_mount sys_move_mount
514430 common fsopen sys_fsopen
515431 common fsconfig sys_fsconfig
516432 common fsmount sys_fsmount
517433 common fspick sys_fspick
diff --git a/arch/s390/kernel/syscalls/syscall.tbl b/arch/s390/kernel/syscalls/syscall.tbl
index 061418f787c3..e822b2964a83 100644
--- a/arch/s390/kernel/syscalls/syscall.tbl
+++ b/arch/s390/kernel/syscalls/syscall.tbl
@@ -430,3 +430,9 @@
430425 common io_uring_setup sys_io_uring_setup sys_io_uring_setup 430425 common io_uring_setup sys_io_uring_setup sys_io_uring_setup
431426 common io_uring_enter sys_io_uring_enter sys_io_uring_enter 431426 common io_uring_enter sys_io_uring_enter sys_io_uring_enter
432427 common io_uring_register sys_io_uring_register sys_io_uring_register 432427 common io_uring_register sys_io_uring_register sys_io_uring_register
433428 common open_tree sys_open_tree sys_open_tree
434429 common move_mount sys_move_mount sys_move_mount
435430 common fsopen sys_fsopen sys_fsopen
436431 common fsconfig sys_fsconfig sys_fsconfig
437432 common fsmount sys_fsmount sys_fsmount
438433 common fspick sys_fspick sys_fspick
diff --git a/arch/sh/kernel/syscalls/syscall.tbl b/arch/sh/kernel/syscalls/syscall.tbl
index 480b057556ee..016a727d4357 100644
--- a/arch/sh/kernel/syscalls/syscall.tbl
+++ b/arch/sh/kernel/syscalls/syscall.tbl
@@ -430,3 +430,9 @@
430425 common io_uring_setup sys_io_uring_setup 430425 common io_uring_setup sys_io_uring_setup
431426 common io_uring_enter sys_io_uring_enter 431426 common io_uring_enter sys_io_uring_enter
432427 common io_uring_register sys_io_uring_register 432427 common io_uring_register sys_io_uring_register
433428 common open_tree sys_open_tree
434429 common move_mount sys_move_mount
435430 common fsopen sys_fsopen
436431 common fsconfig sys_fsconfig
437432 common fsmount sys_fsmount
438433 common fspick sys_fspick
diff --git a/arch/sparc/kernel/syscalls/syscall.tbl b/arch/sparc/kernel/syscalls/syscall.tbl
index a1dd24307b00..e047480b1605 100644
--- a/arch/sparc/kernel/syscalls/syscall.tbl
+++ b/arch/sparc/kernel/syscalls/syscall.tbl
@@ -473,3 +473,9 @@
473425 common io_uring_setup sys_io_uring_setup 473425 common io_uring_setup sys_io_uring_setup
474426 common io_uring_enter sys_io_uring_enter 474426 common io_uring_enter sys_io_uring_enter
475427 common io_uring_register sys_io_uring_register 475427 common io_uring_register sys_io_uring_register
476428 common open_tree sys_open_tree
477429 common move_mount sys_move_mount
478430 common fsopen sys_fsopen
479431 common fsconfig sys_fsconfig
480432 common fsmount sys_fsmount
481433 common fspick sys_fspick
diff --git a/arch/xtensa/kernel/syscalls/syscall.tbl b/arch/xtensa/kernel/syscalls/syscall.tbl
index 30084eaf8422..5fa0ee1c8e00 100644
--- a/arch/xtensa/kernel/syscalls/syscall.tbl
+++ b/arch/xtensa/kernel/syscalls/syscall.tbl
@@ -398,3 +398,9 @@
398425 common io_uring_setup sys_io_uring_setup 398425 common io_uring_setup sys_io_uring_setup
399426 common io_uring_enter sys_io_uring_enter 399426 common io_uring_enter sys_io_uring_enter
400427 common io_uring_register sys_io_uring_register 400427 common io_uring_register sys_io_uring_register
401428 common open_tree sys_open_tree
402429 common move_mount sys_move_mount
403430 common fsopen sys_fsopen
404431 common fsconfig sys_fsconfig
405432 common fsmount sys_fsmount
406433 common fspick sys_fspick
diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h
index dee7292e1df6..a87904daf103 100644
--- a/include/uapi/asm-generic/unistd.h
+++ b/include/uapi/asm-generic/unistd.h
@@ -832,9 +832,21 @@ __SYSCALL(__NR_io_uring_setup, sys_io_uring_setup)
832__SYSCALL(__NR_io_uring_enter, sys_io_uring_enter) 832__SYSCALL(__NR_io_uring_enter, sys_io_uring_enter)
833#define __NR_io_uring_register 427 833#define __NR_io_uring_register 427
834__SYSCALL(__NR_io_uring_register, sys_io_uring_register) 834__SYSCALL(__NR_io_uring_register, sys_io_uring_register)
835#define __NR_open_tree 428
836__SYSCALL(__NR_open_tree, sys_open_tree)
837#define __NR_move_mount 429
838__SYSCALL(__NR_move_mount, sys_move_mount)
839#define __NR_fsopen 430
840__SYSCALL(__NR_fsopen, sys_fsopen)
841#define __NR_fsconfig 431
842__SYSCALL(__NR_fsconfig, sys_fsconfig)
843#define __NR_fsmount 432
844__SYSCALL(__NR_fsmount, sys_fsmount)
845#define __NR_fspick 433
846__SYSCALL(__NR_fspick, sys_fspick)
835 847
836#undef __NR_syscalls 848#undef __NR_syscalls
837#define __NR_syscalls 428 849#define __NR_syscalls 434
838 850
839/* 851/*
840 * 32 bit systems traditionally used different 852 * 32 bit systems traditionally used different