00db10
commit a700e7cb3799316e1b23879b4cf0891f5703acb1
00db10
Author: DJ Delorie <dj@delorie.com>
00db10
Date:   Thu Apr 12 15:25:50 2018 -0400
00db10
00db10
    Update kernel version in syscall-names.list to 4.16.
00db10
    
00db10
    Linux 4.16 does not add any new syscalls; this patch updates the
00db10
    version number in syscall-names.list to reflect that it's still
00db10
    current for 4.16.
00db10
    
00db10
    Tested for x86_64 (compilation with build-many-glibcs.py, using Linux
00db10
    4.16).
00db10
    
00db10
    	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
00db10
    	version to 4.16.
00db10
00db10
commit 39f898c69205ea4dc3ca2e817f797df95d928347
00db10
Author: Joseph Myers <joseph@codesourcery.com>
00db10
Date:   Thu Feb 1 21:10:04 2018 +0000
00db10
00db10
    Update syscall-names.list for 4.15.
00db10
    
00db10
    This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
00db10
    Linux 4.15.  There only appears to be one new syscall to add to the
00db10
    list.  (The riscv_flush_icache syscall is *not* added because for
00db10
    whatever reason it doesn't appear in the uapi asm/unistd.h; only in
00db10
    arch/riscv/include/uapi/asm/syscalls.h, which is only included by the
00db10
    non-uapi asm/unistd.h - and only syscalls whose __NR_* macros are
00db10
    defined in the uapi asm/unistd.h are relevant for this list.)
00db10
    
00db10
    Tested for x86_64, and with build-many-glibcs.py.
00db10
    
00db10
    	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
00db10
    	version to 4.15.
00db10
    	(s390_sthyi): New syscall.
00db10
00db10
commit f97773d1e7cf65bbbfd8fa173096eb6144d9e47e
00db10
Author: Joseph Myers <joseph@codesourcery.com>  2017-11-16 12:51:54
00db10
Date:   Thu Nov 16 17:51:54 2017 +0000
00db10
00db10
    Update kernel version in syscall-names.list to 4.14.
00db10
    
00db10
    Linux 4.14 does not add any new syscalls; this patch updates the
00db10
    version number in syscall-names.list to reflect that it's still
00db10
    current for 4.14.
00db10
    
00db10
    Tested for x86_64 (compilation with build-many-glibcs.py, using Linux
00db10
    4.14).
00db10
    
00db10
    	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
00db10
    	version to 4.14.
00db10
00db10
diff -rup a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
00db10
--- a/sysdeps/unix/sysv/linux/syscall-names.list	2018-04-13 16:38:10.000000000 -0400
00db10
+++ b/sysdeps/unix/sysv/linux/syscall-names.list	2018-04-13 17:39:37.282289761 -0400
00db10
@@ -1,5 +1,5 @@
00db10
 # List of all known Linux system calls.
00db10
-# Copyright (C) 2017 Free Software Foundation, Inc.
00db10
+# Copyright (C) 2017-2018 Free Software Foundation, Inc.
00db10
 # This file is part of the GNU C Library.
00db10
 #
00db10
 # The GNU C Library is free software; you can redistribute it and/or
00db10
@@ -22,8 +22,8 @@
00db10
 # names are only used if the installed kernel headers also provide
00db10
 # them.
00db10
 
00db10
-# The list of system calls is current as of Linux 4.13.
00db10
-kernel 4.13
00db10
+# The list of system calls is current as of Linux 4.16.
00db10
+kernel 4.16
00db10
 
00db10
 FAST_atomic_update
00db10
 FAST_cmpxchg
00db10
@@ -444,6 +444,7 @@ s390_guarded_storage
00db10
 s390_pci_mmio_read
00db10
 s390_pci_mmio_write
00db10
 s390_runtime_instr
00db10
+s390_sthyi
00db10
 sched_get_affinity
00db10
 sched_get_priority_max
00db10
 sched_get_priority_min