diff options
author | Palmer Dabbelt <palmer@sifive.com> | 2023-07-11 18:16:05 +0200 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2023-07-27 12:25:35 +0200 |
commit | 78252deb023cf0879256fcfbafe37022c390762b (patch) | |
tree | 34c103dd8384e0a5cd057d8932736d9ce708251b /arch/xtensa/kernel/syscalls/syscall.tbl | |
parent | 09da082b07bbae1c11d9560c8502800039aebcea (diff) | |
download | linux-stable-78252deb023cf0879256fcfbafe37022c390762b.tar.gz linux-stable-78252deb023cf0879256fcfbafe37022c390762b.tar.bz2 linux-stable-78252deb023cf0879256fcfbafe37022c390762b.zip |
arch: Register fchmodat2, usually as syscall 452
This registers the new fchmodat2 syscall in most places as nuber 452,
with alpha being the exception where it's 562. I found all these sites
by grepping for fspick, which I assume has found me everything.
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Signed-off-by: Alexey Gladkov <legion@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Message-Id: <a677d521f048e4ca439e7080a5328f21eb8e960e.1689092120.git.legion@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'arch/xtensa/kernel/syscalls/syscall.tbl')
-rw-r--r-- | arch/xtensa/kernel/syscalls/syscall.tbl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/syscalls/syscall.tbl b/arch/xtensa/kernel/syscalls/syscall.tbl index 2b69c3c035b6..fc1a4f3c81d9 100644 --- a/arch/xtensa/kernel/syscalls/syscall.tbl +++ b/arch/xtensa/kernel/syscalls/syscall.tbl @@ -422,3 +422,4 @@ 449 common futex_waitv sys_futex_waitv 450 common set_mempolicy_home_node sys_set_mempolicy_home_node 451 common cachestat sys_cachestat +452 common fchmodat2 sys_fchmodat2 |