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 /tools/perf/arch/sh/entry | |
| parent | b1221afa31cc2daf6b83d72e45827cffb4e86aff (diff) | |
| download | linux-next-79d27fd718545db4731691e0a77e51d27dc1a41e.tar.gz linux-next-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 'tools/perf/arch/sh/entry')
| -rw-r--r-- | tools/perf/arch/sh/entry/syscalls/syscall.tbl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/arch/sh/entry/syscalls/syscall.tbl b/tools/perf/arch/sh/entry/syscalls/syscall.tbl index 70b315cbe710..ace068dff0de 100644 --- a/tools/perf/arch/sh/entry/syscalls/syscall.tbl +++ b/tools/perf/arch/sh/entry/syscalls/syscall.tbl @@ -475,3 +475,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 |
