diff options
| author | Christian Brauner <brauner@kernel.org> | 2025-10-29 13:20:33 +0100 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-11-03 17:41:18 +0100 |
| commit | b36d4b6aa88ef039647228b98c59a875e92f8c8e (patch) | |
| tree | a1ca713c20ff5bcabafb3709aa0c2bddcde7c5aa /scripts | |
| parent | 76b6f5dfb3fda76fce1f9990d6fa58adc711122b (diff) | |
arch: hookup listns() system call
Add the listns() system call to all architectures.
Link: https://patch.msgid.link/20251029-work-namespace-nstree-listns-v4-20-2e6f823ebdc0@kernel.org
Tested-by: syzbot@syzkaller.appspotmail.com
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Christian Brauner <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 d1ae5e92c615..e74868be513c 100644 --- a/scripts/syscall.tbl +++ b/scripts/syscall.tbl @@ -410,3 +410,4 @@ 467 common open_tree_attr sys_open_tree_attr 468 common file_getattr sys_file_getattr 469 common file_setattr sys_file_setattr +470 common listns sys_listns |