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]

[glibc] Revert "Use Linux 5.1 in build-many-glibcs.py."


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=13d09318889f5498418aca4c1755c050ce5883d3

commit 13d09318889f5498418aca4c1755c050ce5883d3
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 7 22:45:51 2019 +0000

    Revert "Use Linux 5.1 in build-many-glibcs.py."
    
    This reverts commit c2b11710fb4a2e8d337ae8f042724143c5ccf173.
    
    Linux 5.1 headers are not in fact usable for glibc testing, because
    "[PATCH] uapi: avoid namespace conflict in linux/posix_types.h"
    <https://lore.kernel.org/lkml/20190319165123.3967889-1-arnd@arndb.de/>
    did not get merged for 5.1 and so many conform/ tests fail.

Diff:
---
 ChangeLog                    | 3 ---
 scripts/build-many-glibcs.py | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 692af8e..1ddb948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,5 @@
 2019-05-07  Joseph Myers  <joseph@codesourcery.com>
 
-	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
-	version to 5.1.
-
 	* scripts/build-many-glibcs.py (Context.checkout): Default GCC
 	version to 9 branch.
 
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 5f7db23..6f9a353 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -714,7 +714,7 @@ class Context(object):
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '5.1',
+                            'linux': '5.0',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',


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