unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] build-many-glibcs.py: Use Linux 5.2 by default
@ 2019-07-18 18:41 Florian Weimer
  2019-07-18 19:23 ` Carlos O'Donell
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2019-07-18 18:41 UTC (permalink / raw
  To: libc-alpha

2019-07-18  Florian Weimer  <fweimer@redhat.com>

	* scripts/build-many-glibcs.py (Context.checkout): Default to
	Linux 5.2.

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index dacd116f8e..aa6884e046 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -707,7 +707,7 @@ class Context(object):
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '5.0',
+                            'linux': '5.2',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] build-many-glibcs.py: Use Linux 5.2 by default
  2019-07-18 18:41 [PATCH] build-many-glibcs.py: Use Linux 5.2 by default Florian Weimer
@ 2019-07-18 19:23 ` Carlos O'Donell
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2019-07-18 19:23 UTC (permalink / raw
  To: Florian Weimer, libc-alpha

On 7/18/19 2:41 PM, Florian Weimer wrote:
> 2019-07-18  Florian Weimer  <fweimer@redhat.com>
> 
> 	* scripts/build-many-glibcs.py (Context.checkout): Default to
> 	Linux 5.2.

LGTM given my review of linux 5.2 headers.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index dacd116f8e..aa6884e046 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -707,7 +707,7 @@ class Context(object):
>                               'gcc': 'vcs-9',
>                               'glibc': 'vcs-mainline',
>                               'gmp': '6.1.2',
> -                            'linux': '5.0',
> +                            'linux': '5.2',
>                               'mpc': '1.1.0',
>                               'mpfr': '4.0.2',
>                               'mig': 'vcs-mainline',
> 


-- 
Cheers,
Carlos.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-18 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-18 18:41 [PATCH] build-many-glibcs.py: Use Linux 5.2 by default Florian Weimer
2019-07-18 19:23 ` Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).