This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.27.9000-11-g39f898c


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  39f898c69205ea4dc3ca2e817f797df95d928347 (commit)
      from  6f9a3dd8b831f92d9d9a53d99101a7fe7f755f44 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=39f898c69205ea4dc3ca2e817f797df95d928347

commit 39f898c69205ea4dc3ca2e817f797df95d928347
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Feb 1 21:10:04 2018 +0000

    Update syscall-names.list for 4.15.
    
    This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
    Linux 4.15.  There only appears to be one new syscall to add to the
    list.  (The riscv_flush_icache syscall is *not* added because for
    whatever reason it doesn't appear in the uapi asm/unistd.h; only in
    arch/riscv/include/uapi/asm/syscalls.h, which is only included by the
    non-uapi asm/unistd.h - and only syscalls whose __NR_* macros are
    defined in the uapi asm/unistd.h are relevant for this list.)
    
    Tested for x86_64, and with build-many-glibcs.py.
    
    	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
    	version to 4.15.
    	(s390_sthyi): New syscall.

diff --git a/ChangeLog b/ChangeLog
index 1453e9c..480090e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-02-01  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
+	version to 4.15.
+	(s390_sthyi): New syscall.
+
 	* sysdeps/generic/ldbl-classify-compat.h: New file.
 	* sysdeps/arm/ldbl-classify-compat.h: Likewise.
 	* sysdeps/m68k/coldfire/ldbl-classify-compat.h: Likewise.
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
index 64eb2ad..ffbc5f9 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.14.
-kernel 4.14
+# The list of system calls is current as of Linux 4.15.
+kernel 4.15
 
 FAST_atomic_update
 FAST_cmpxchg
@@ -444,6 +444,7 @@ s390_guarded_storage
 s390_pci_mmio_read
 s390_pci_mmio_write
 s390_runtime_instr
+s390_sthyi
 sched_get_affinity
 sched_get_priority_max
 sched_get_priority_min

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                  |    4 ++++
 sysdeps/unix/sysv/linux/syscall-names.list |    5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]