From 168035056eab9db4ee0e5d7f62060e111b86a0a4 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 13 Aug 2018 21:35:27 +0000 Subject: [PATCH 1/8] Update syscall-names.list for Linux 4.18. This patch updates sysdeps/unix/sysv/linux/syscall-names.list for Linux 4.18. The io_pgetevents and rseq syscalls are added to the kernel on various architectures, so need to be mentioned in this file. Tested with build-many-glibcs.py. * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel version to 4.18. (io_pgetevents): New syscall. (rseq): Likewise. (cherry picked from commit 17b26500f9bb926d85e86821d014f7c1bb88043c) --- ChangeLog | 7 +++++++ sysdeps/unix/sysv/linux/syscall-names.list | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d020aff979..88814e6947 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-08-13 Joseph Myers + + * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel + version to 4.18. + (io_pgetevents): New syscall. + (rseq): Likewise. + 2018-11-08 Alexandra Hájková [BZ #17630] diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index 5306d538e6..9982a6334d 100644 --- a/sysdeps/unix/sysv/linux/syscall-names.list +++ b/sysdeps/unix/sysv/linux/syscall-names.list @@ -22,8 +22,8 @@ # names are only used if the installed kernel headers also provide # them. -# The list of system calls is current as of Linux 4.17. -kernel 4.17 +# The list of system calls is current as of Linux 4.18. +kernel 4.18 FAST_atomic_update FAST_cmpxchg @@ -186,6 +186,7 @@ inotify_rm_watch io_cancel io_destroy io_getevents +io_pgetevents io_setup io_submit ioctl @@ -431,6 +432,7 @@ renameat2 request_key restart_syscall rmdir +rseq rt_sigaction rt_sigpending rt_sigprocmask -- 2.17.2