dfa500
commit e788beaf093bfafecd6b4456b984bd927c18987a
dfa500
Author: Joseph Myers <joseph@codesourcery.com>
dfa500
Date:   Fri Apr 3 18:07:55 2020 +0000
dfa500
dfa500
    Update syscall lists for Linux 5.6.
dfa500
dfa500
    Linux 5.6 has new openat2 and pidfd_getfd syscalls.  This patch adds
dfa500
    them to syscall-names.list and regenerates the arch-syscall.h files.
dfa500
dfa500
    Tested with build-many-glibcs.py.
dfa500
dfa500
Modified to only update syscall-names.list for RHEL 8.3.0.
dfa500
Also cleaned up typos in the comments.
dfa500
dfa500
diff -Nrup a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
dfa500
--- a/sysdeps/unix/sysv/linux/syscall-names.list	2020-04-06 12:27:10.519027866 -0400
dfa500
+++ b/sysdeps/unix/sysv/linux/syscall-names.list	2020-04-06 12:31:53.665812810 -0400
dfa500
@@ -16,14 +16,13 @@
dfa500
 # License along with the GNU C Library; if not, see
dfa500
 # <http://www.gnu.org/licenses/>.
dfa500
 
dfa500
-# This file contains the list of system call names names.  It has to
dfa500
-# remain in alphabetica order.  Lines which start with # are treated
dfa500
-# as comments.  This file can list all potential system calls.  The
dfa500
-# names are only used if the installed kernel headers also provide
dfa500
-# them.
dfa500
+# This file contains the list of system call names.  It has to remain in
dfa500
+# alphabetical order.  Lines which start with # are treated as comments.
dfa500
+# This file can list all potential system calls.  The names are only
dfa500
+# used if the installed kernel headers also provide them.
dfa500
 
dfa500
-# The list of system calls is current as of Linux 5.5.
dfa500
-kernel 5.5
dfa500
+# The list of system calls is current as of Linux 5.6.
dfa500
+kernel 5.6
dfa500
 
dfa500
 FAST_atomic_update
dfa500
 FAST_cmpxchg
dfa500
@@ -293,6 +292,7 @@ open
dfa500
 open_by_handle_at
dfa500
 open_tree
dfa500
 openat
dfa500
+openat2
dfa500
 osf_adjtime
dfa500
 osf_afs_syscall
dfa500
 osf_alt_plock
dfa500
@@ -411,6 +411,7 @@ perf_event_open
dfa500
 perfctr
dfa500
 perfmonctl
dfa500
 personality
dfa500
+pidfd_getfd
dfa500
 pidfd_open
dfa500
 pidfd_send_signal
dfa500
 pipe