From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id DDAD63858D1E for ; Fri, 8 Sep 2023 19:53:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DDAD63858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1694202821; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gblZwfBLaS624TR90GCz5kGfTOtMj6KWcyXsV3x8obU=; b=KAZ4IL9pOY0P94VurRCPGCltSXVhy9kVakkMH/WYBkDGwKfUNpBaRhjXNSCM+I5W70pohS zjMonrcrLptM1an+okrtEWMH4xEZxhF7P5fZ58tiv61/kjhejfkLYOUzD7p/s8gAjJcXuI ahCK+D4ePxgZhbqb9+ZwBviyBNSRfvw= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-113-ZOZ_RIflMqmDDk9QHTWsOA-1; Fri, 08 Sep 2023 15:53:38 -0400 X-MC-Unique: ZOZ_RIflMqmDDk9QHTWsOA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E3B07856DED; Fri, 8 Sep 2023 19:53:37 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.2.16.33]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5C439140E967; Fri, 8 Sep 2023 19:53:37 +0000 (UTC) From: Florian Weimer To: Joseph Myers Cc: Subject: Re: Use Linux 6.5 in build-many-glibcs.py References: <9c5629ab-afb-e3fc-3f4f-d69d2915e464@codesourcery.com> Date: Fri, 08 Sep 2023 21:53:36 +0200 In-Reply-To: <9c5629ab-afb-e3fc-3f4f-d69d2915e464@codesourcery.com> (Joseph Myers's message of "Thu, 31 Aug 2023 21:19:18 +0000") Message-ID: <87y1hg4f27.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-10.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,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: * 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', Looks okay, thanks. Florian