From patchwork Wed Sep 8 12:43:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 44904 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 DB1BF38618BB for ; Wed, 8 Sep 2021 12:44:10 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 27A783858414 for ; Wed, 8 Sep 2021 12:43:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 27A783858414 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: rEvmneTypBMcn0TYFP87S+03/2Z0TXoyfkANv79TObD8/I9f4TTjAf0hlKqPtpMYntvGW0lcTn T4JONEVeJnhFT82UXIOLWSbr0z6utiYO8uwt/5GpjI5zM35MWiKx+RiohA7WkfxP/G6Pf9qytr XKVE90e9I9vjgO+5zHhcoq7Gly0FXwrA4S+oEo0xRWpFDAqhFDP927vopYB10YxHp9GpXvAkmy Wf8wppOME+HES7AHCzO/YDCe9gGPMxEUkwpSikprXHEQOCk4iQ/JXCpV2KOKCXVHboQQux5R1M UB6dMsuTvPcvME9OevC/vYQU X-IronPort-AV: E=Sophos;i="5.85,277,1624348800"; d="scan'208";a="68124304" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 08 Sep 2021 04:43:57 -0800 IronPort-SDR: 7OjbbVZ8+1N55qgsYxfTEO7zVLx7/uN62aEziZkjgiTpMisg7j5GtotCqyjHBtmRna+RvxQFtF K9YQYcaZ3XVcK/eJdHrDNUGQtDJYJFlQgntZHQztvN3QRDMB9tCTplQOQUJX6339lRcoP2NYuH GjEYwBrhFMoYGmmRuQcODiPx05xmUyNqBoBU+f6gjukbmI3ikcp36KWDNSspOn2qn8SdwOnmRB OzBtZGpctcU2/oPwX/bsY+zlIlF0DIx41hh2CSWeNCxq2aXTZFKmvUmTKduoRMtkbHYBUkuIks yCo= Date: Wed, 8 Sep 2021 12:43:53 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Update kernel version to 5.14 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=-3124.6 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" This patch updates the kernel version in the test tst-mman-consts.py to 5.14. (There are no new MAP_* constants covered by this test in 5.14 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 ee5b13ee12..810433c238 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, 13) + linux_version_glibc = (5, 14) sys.exit(glibcextract.compare_macro_consts( '#define _GNU_SOURCE 1\n' '#include \n',