From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 929563858034 for ; Tue, 2 Aug 2022 00:29:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 929563858034 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.93,209,1654588800"; d="scan'208";a="80645218" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 01 Aug 2022 16:29:55 -0800 IronPort-SDR: v202h4exvYWn61dcfjs6K9y9s0JwrFZoyqwrPS9SDPiwveiX8ak7gU/BK0w7mlFL5zNjpMrelu uP09fDoe1wXAEEjkyupbQuKIptnWzBxVAC6z1JYJ3/WfG5Prw4d5UEtUjnS0qk452z1rd8Q11p D0HLTU+6b/AWoMyBEjiHJhdGgnxN5TWwY1sEZlq8zalxcMEk5iHUoRMfdOLkZbxs6nvSvPZk5U 7eVa3PkRTMknvh6bqSOahvNFGCseqykagk7pp+Ph0ugYUXtLWDx7nIkdgx2A+a/J0NwlM0w08C Nn4= Date: Tue, 2 Aug 2022 00:29:50 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Use Linux 5.19 in build-many-glibcs.py Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3118.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, 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 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2022 00:30:03 -0000 This patch makes build-many-glibcs.py use Linux 5.19. 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 da9b905900..070ac90fa1 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -793,7 +793,7 @@ class Context(object): 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.18', + 'linux': '5.19', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', -- Joseph S. Myers joseph@codesourcery.com