From 582383b37d95b133c1ee6855ffaa2b1f5cb3d3b8 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 31 Oct 2023 13:32:33 -0300 Subject: Update syscall lists for Linux 6.6 Linux 6.6 has one new syscall for all architectures, fchmodat2, and the map_shadow_stack on x86_64. --- sysdeps/unix/sysv/linux/syscall-names.list | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/syscall-names.list') diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index cf6f70ecd9..c3627fcd7f 100644 --- a/sysdeps/unix/sysv/linux/syscall-names.list +++ b/sysdeps/unix/sysv/linux/syscall-names.list @@ -21,8 +21,8 @@ # This file can list all potential system calls. The names are only # used if the installed kernel headers also provide them. -# The list of system calls is current as of Linux 6.5. -kernel 6.5 +# The list of system calls is current as of Linux 6.6. +kernel 6.6 FAST_atomic_update FAST_cmpxchg @@ -117,6 +117,7 @@ fanotify_mark fchdir fchmod fchmodat +fchmodat2 fchown fchown32 fchownat @@ -246,6 +247,7 @@ lsetxattr lstat lstat64 madvise +map_shadow_stack mbind membarrier memfd_create -- cgit 1.4.1