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.26.9000-764-gd0212d4


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  d0212d429da889345978546f215ce62a5f0e007a (commit)
      from  2180fee114b778515b3f560e5ff1e795282e60b0 (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=d0212d429da889345978546f215ce62a5f0e007a

commit d0212d429da889345978546f215ce62a5f0e007a
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Nov 15 17:10:03 2017 +0000

    Use Linux 4.14 in build-many-glibcs.py.
    
    	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
    	kernel version to 4.14.

diff --git a/ChangeLog b/ChangeLog
index e10db60..b63fa4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-15  Joseph Myers  <joseph@codesourcery.com>
+
+	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
+	kernel version to 4.14.
+
 2017-11-15  Steve Ellcey  <sellcey@cavium.com>
 
 	[BZ #22442]
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 3dd1104..0a18531 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -691,7 +691,7 @@ class Context(object):
                             'gcc': 'vcs-7',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '4.13',
+                            'linux': '4.14',
                             'mpc': '1.0.3',
                             'mpfr': '3.1.6'}
         use_versions = {}

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

Summary of changes:
 ChangeLog                    |    5 +++++
 scripts/build-many-glibcs.py |    2 +-
 2 files changed, 6 insertions(+), 1 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]