a818d5
commit b1b4f7209ecaad4bf9a5d0d2ef1338409d364bac
a818d5
Author: Joseph Myers <joseph@codesourcery.com>
a818d5
Date:   Thu Jul 1 17:37:36 2021 +0000
a818d5
a818d5
    Update syscall lists for Linux 5.13
a818d5
    
a818d5
    Linux 5.13 has three new syscalls (landlock_create_ruleset,
a818d5
    landlock_add_rule, landlock_restrict_self).  Update syscall-names.list
a818d5
    and regenerate the arch-syscall.h headers with build-many-glibcs.py
a818d5
    update-syscalls.
a818d5
    
a818d5
    Tested with build-many-glibcs.py.
a818d5
a818d5
Modified to only update syscall-names.list to Linux 5.13.
a818d5
a818d5
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
a818d5
index 8e3cfa0e77..89c5895b9b 100644
a818d5
--- a/sysdeps/unix/sysv/linux/syscall-names.list
a818d5
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
a818d5
@@ -21,8 +21,8 @@
a818d5
 # This file can list all potential system calls.  The names are only
a818d5
 # used if the installed kernel headers also provide them.
a818d5
 
a818d5
-# The list of system calls is current as of Linux 5.12.
a818d5
-kernel 5.12
a818d5
+# The list of system calls is current as of Linux 5.13.
a818d5
+kernel 5.13
a818d5
 
a818d5
 FAST_atomic_update
a818d5
 FAST_cmpxchg
a818d5
@@ -224,6 +224,9 @@ kexec_file_load
a818d5
 kexec_load
a818d5
 keyctl
a818d5
 kill
a818d5
+landlock_add_rule
a818d5
+landlock_create_ruleset
a818d5
+landlock_restrict_self
a818d5
 lchown
a818d5
 lchown32
a818d5
 lgetxattr