From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sourceware.org (Postfix) with ESMTPS id 6AE1B3858D20 for ; Fri, 1 Sep 2023 05:45:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6AE1B3858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=inria.fr DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:message-id:from:to:cc:in-reply-to:subject: references; bh=e5ZRmAt/qoW5I9MivSdJzQzaa4uc1RbQknLUjVMHKZ0=; b=SSCOZjvi6h4HZv5CohsckrDVoGvQjLMCvhGVHiKvmW4REKfZzpYTrBCT tg4sPCuYLNYXxikLxdqy8GaVtfiVtyzbZMtDVxlJtjoe2o0L56MWbwSwS heXhGQMhWGO0VuROZLdoA2vhQdtMkj1OZeAN8uosRwdopWRPbKhknl08j Y=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=Paul.Zimmermann@inria.fr; spf=None smtp.helo=postmaster@coriandre Received-SPF: SoftFail (mail2-relais-roc.national.inria.fr: domain of Paul.Zimmermann@inria.fr is inclined to not designate 152.81.9.227 as permitted sender) identity=mailfrom; client-ip=152.81.9.227; receiver=mail2-relais-roc.national.inria.fr; envelope-from="Paul.Zimmermann@inria.fr"; x-sender="Paul.Zimmermann@inria.fr"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 ip4:128.93.142.0/24 ip4:192.134.164.0/24 ip4:128.93.162.160 ip4:89.107.174.7 mx ~all" Received-SPF: None (mail2-relais-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@coriandre) identity=helo; client-ip=152.81.9.227; receiver=mail2-relais-roc.national.inria.fr; envelope-from="Paul.Zimmermann@inria.fr"; x-sender="postmaster@coriandre"; x-conformance=spf_only X-IronPort-AV: E=Sophos;i="6.02,218,1688421600"; d="scan'208";a="123830753" Received: from coriandre.loria.fr (HELO coriandre) ([152.81.9.227]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2023 07:45:49 +0200 Date: Fri, 01 Sep 2023 07:45:48 +0200 Message-Id: From: Paul Zimmermann To: Joseph Myers Cc: libc-alpha@sourceware.org In-Reply-To: <9c5629ab-afb-e3fc-3f4f-d69d2915e464@codesourcery.com> (message from Joseph Myers on Thu, 31 Aug 2023 21:19:18 +0000) Subject: Re: Use Linux 6.5 in build-many-glibcs.py References: <9c5629ab-afb-e3fc-3f4f-d69d2915e464@codesourcery.com> X-Spam-Status: No, score=-8.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Dear Joseph, there is a typo in the commit message: 6.6 should be 6.5. Paul > Date: Thu, 31 Aug 2023 21:19:18 +0000 > From: Joseph Myers > > This patch makes build-many-glibcs.py use Linux 6.6. > > Tested with build-many-glibcs.py (host-libraries, compilers and glibcs > builds). > > diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py > index 3082522140..57a5c48b16 100755 > --- a/scripts/build-many-glibcs.py > +++ b/scripts/build-many-glibcs.py > @@ -804,7 +804,7 @@ class Context(object): > 'gcc': 'vcs-13', > 'glibc': 'vcs-mainline', > 'gmp': '6.3.0', > - 'linux': '6.4', > + 'linux': '6.5', > 'mpc': '1.3.1', > 'mpfr': '4.2.1', > 'mig': 'vcs-mainline', > > -- > Joseph S. Myers > joseph@codesourcery.com >