a818d5
commit 3387c40a8bbad5faf85b1feb56429cb20feaa640
a818d5
Author: Joseph Myers <joseph@codesourcery.com>
a818d5
Date:   Wed Nov 10 15:21:19 2021 +0000
a818d5
a818d5
    Update syscall lists for Linux 5.15
a818d5
    
a818d5
    Linux 5.15 has one new syscall, process_mrelease (and also enables the
a818d5
    clone3 syscall for RV32).  It also has a macro __NR_SYSCALL_MASK for
a818d5
    Arm, which is not a syscall but matches the pattern used for syscall
a818d5
    macro names.
a818d5
    
a818d5
    Add __NR_SYSCALL_MASK to the names filtered out in the code dealing
a818d5
    with syscall lists, update syscall-names.list for the new syscall and
a818d5
    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.15.
a818d5
a818d5
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
a818d5
index fd98893b0e..1a74d090b7 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.14.
a818d5
-kernel 5.14
a818d5
+# The list of system calls is current as of Linux 5.15.
a818d5
+kernel 5.15
a818d5
 
a818d5
 FAST_atomic_update
a818d5
 FAST_cmpxchg
a818d5
@@ -440,6 +440,7 @@ preadv
a818d5
 preadv2
a818d5
 prlimit64
a818d5
 process_madvise
a818d5
+process_mrelease
a818d5
 process_vm_readv
a818d5
 process_vm_writev
a818d5
 prof