From patchwork Mon Oct 26 15:49:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 40875 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 138BA393C85D; Mon, 26 Oct 2020 15:49:47 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id CDC74393C849 for ; Mon, 26 Oct 2020 15:49:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CDC74393C849 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: oNUtZpRbQnx53gJ/GPg95lDWfSndelFRMYG2KFjsRGVUx/Na89EsintoOXri2+kxy0UVco0b8D Ghzx5U6zaaYSkx/1yfS9fOPnt8/Lh6tS83ab6ll51JZtAmDKPU0uNxJHjFNwpd6tj2xPzbO+U3 xi73M1pBO/TBfVcj8iIm3COEjFAwsmswBHGWYb/0RelwzcPIGXhooKA3SYqZVWWU+G5xxluIhD Nq9KAz4/ViFY3gKRkyvl/dRhXWsb0GP/iyUBE5XTW4u0FyZQcJzm5JcHBgAQQdVMe5akct62nV rOg= X-IronPort-AV: E=Sophos;i="5.77,420,1596528000"; d="scan'208";a="54336157" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 26 Oct 2020 07:49:44 -0800 IronPort-SDR: iUh/oIgrYcWp/w0tVOxP9BIzti/eVLrG2tX5f14VEl/RuWTjvSqTb9d5DEHXzrZvGBChJGfiuU g4tPQN+HZzMaC1tQBkWBz3Eq10elq2Q6NDikw7hxVeBdI/Ick2e7Jrdu1i5IQ7vGnvduR1Uucl 6eFGj+4odCdRpwHf8/h6teQUL+K8N5n6Et8p29dMmHxVqFHV4jmUQDqDayahDV1bYCW/cvFS67 A2K3YJ8Ye1zz6sFf92HKlbiybxPSjYn6XUl6LQSUN1E6eVo0SbiKUB1mMFmH1t/XaYHijpd+Qd oEo= Date: Mon, 26 Oct 2020 15:49:39 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Update kernel version to 5.9 in tst-mman-consts.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-09.mgc.mentorg.com (139.181.222.9) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3132.0 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.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 updates the kernel version in the test tst-mman-consts.py to 5.9. (There are no new MAP_* constants covered by this test in 5.9 that need any other header changes.) Tested with build-many-glibcs.py. diff --git a/sysdeps/unix/sysv/linux/tst-mman-consts.py b/sysdeps/unix/sysv/linux/tst-mman-consts.py index 8749922..74cc881 100644 --- a/sysdeps/unix/sysv/linux/tst-mman-consts.py +++ b/sysdeps/unix/sysv/linux/tst-mman-consts.py @@ -33,7 +33,7 @@ def main(): help='C compiler (including options) to use') args = parser.parse_args() linux_version_headers = glibcsyscalls.linux_kernel_version(args.cc) - linux_version_glibc = (5, 8) + linux_version_glibc = (5, 9) sys.exit(glibcextract.compare_macro_consts( '#define _GNU_SOURCE 1\n' '#include \n',