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.28.9000-510-g47ad5e1


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  47ad5e1a2a3ab8eeda491454cbef3b1c5239dc02 (commit)
      from  7628a1b05adb1e4c6857b87c6f8b71a1d0b1d72c (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=47ad5e1a2a3ab8eeda491454cbef3b1c5239dc02

commit 47ad5e1a2a3ab8eeda491454cbef3b1c5239dc02
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Jan 1 02:01:02 2019 +0000

    Update syscall-names.list for Linux 4.20.
    
    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.
    
    	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
    	version to 4.20.
    	(riscv_flush_icache): New syscall.

diff --git a/ChangeLog b/ChangeLog
index 2336805..e647086 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2019-01-01  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
+	version to 4.20.
+	(riscv_flush_icache): New syscall.
+
 	* manual/texinfo.tex: Update to version 2018-12-28.17 with
 	trailing whitespace removed.
 	* scripts/config.guess: Update to version 2019-01-01.
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
index 698069a..b650dc0 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

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

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]