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