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