From patchwork Mon Feb 15 22:58:51 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 42066 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 33B053848029; Mon, 15 Feb 2021 22:59:00 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 9297C3857009 for ; Mon, 15 Feb 2021 22:58:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9297C3857009 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: JMlD0To9Lq/uNjrhZfIvB9c5MGWiAxJKF+PKZm5LRK3rxicjr+n8/tQz9xyPyKCXLebb10yUjr 3Ue1mx8iuoPZiBi/TNYUNzvRPbRI9UM6LtSQdaGM9B6YLSYoKAlV8P9BPQ2r8KgYYMRbIaTx3D fQO/OV9xK4VfBR5lYy5TguxGBpG+3XtOxhhCyKlVGwMCzseknpoePZshM+XtoW8O8mbxKYjGtG 8cGybB6rOu4Gom48bZYU/XCBtweB/8q/aD/hirf2bgONnsejrcViKQaLTgWTKZ7BlLYofkCw8y tMA= X-IronPort-AV: E=Sophos;i="5.81,181,1610438400"; d="scan'208";a="58125218" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 15 Feb 2021 14:58:56 -0800 IronPort-SDR: sZIcJAKjaUHPpoT9EB9RfoIaWillLprDSC4xaQyZqVakwrfP/UDJosdODGt2p98AzJGAkSfkDu ZY9Aj2+rQVKooU9ZGOHr991SCUlm/g7WbpNb3Ntr3jdZQzMXonGGHQXTdIfSSGxeiDvv5UrSo1 oT2vUl1Vgd1QeJVN8rDYHWOww8M2jRIagvscYAo4Bb9BVDFEbTDsKWtQiOUHDTf11prLYSJXUF jf0FCUslChRRbHDvpIaCqJjYBAaSgH5q5spVqcSv1c68AuFxSxDmhhDdHWiITK0xA9SJLVLfOr oRE= Date: Mon, 15 Feb 2021 22:58:51 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Use Linux 5.11 in build-many-glibcs.py Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3129.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: , Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" This patch makes build-many-glibcs.py use Linux 5.11. 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 071f338cbb..d7b66d6b14 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -769,7 +769,7 @@ class Context(object): 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.10', + 'linux': '5.11', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',