diff options
| author | Christian Brauner <brauner@kernel.org> | 2026-07-24 15:41:21 +0200 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-07-27 17:18:00 +0200 |
| commit | 79d27fd718545db4731691e0a77e51d27dc1a41e (patch) | |
| tree | fd004f4b0d30dab5610e75ae354876f89e2a8ddd /scripts | |
| parent | b1221afa31cc2daf6b83d72e45827cffb4e86aff (diff) | |
| download | linux-79d27fd718545db4731691e0a77e51d27dc1a41e.tar.gz linux-79d27fd718545db4731691e0a77e51d27dc1a41e.zip | |
arch: hookup fchroot() system call
Wire up the fchroot() system call as number 472 on (nearly) all
architectures and sync the mirrored copies of the syscall tables and
the asm-generic unistd.h under tools/.
Link: https://patch.msgid.link/20260724-work-failfs-v2-5-485dabbae185@kernel.org
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/syscall.tbl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/syscall.tbl b/scripts/syscall.tbl index 7a42b32b6577..0ab531605120 100644 --- a/scripts/syscall.tbl +++ b/scripts/syscall.tbl @@ -412,3 +412,4 @@ 469 common file_setattr sys_file_setattr 470 common listns sys_listns 471 common rseq_slice_yield sys_rseq_slice_yield +472 common fchroot sys_fchroot |
