Update syscall-names.list for Linux 4.20

Message ID alpine.DEB.2.21.1812311924590.27287@digraph.polyomino.org.uk
State Committed
Headers

Commit Message

Joseph Myers Dec. 31, 2018, 7:25 p.m. UTC
  This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
Linux 4.20.  Although there are no new syscalls, the
riscv_flush_icache syscall has moved to asm/unistd.h (previously in
asm/syscalls.h) and so now needs to be added to the list.

Tested with build-many-glibcs.py.

2018-12-31  Joseph Myers  <joseph@codesourcery.com>

	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
	version to 4.20.
	(riscv_flush_icache): New syscall.
  

Comments

Dmitry V. Levin Jan. 1, 2019, 12:59 a.m. UTC | #1
On Mon, Dec 31, 2018 at 07:25:23PM +0000, Joseph Myers wrote:
> This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
> Linux 4.20.  Although there are no new syscalls, the
> riscv_flush_icache syscall has moved to asm/unistd.h (previously in
> asm/syscalls.h) and so now needs to be added to the list.
> 
> Tested with build-many-glibcs.py.
> 
> 2018-12-31  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
> 	version to 4.20.
> 	(riscv_flush_icache): New syscall.

OK
  

Patch

diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
index f88001c9c3..d623dc1d9a 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.19.
-kernel 4.19
+# The list of system calls is current as of Linux 4.20.
+kernel 4.20
 
 FAST_atomic_update
 FAST_cmpxchg
@@ -431,6 +431,7 @@  renameat
 renameat2
 request_key
 restart_syscall
+riscv_flush_icache
 rmdir
 rseq
 rt_sigaction