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