From patchwork Tue Jul 6 22:38:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 44195 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 A786E393A42F for ; Tue, 6 Jul 2021 22:38:23 +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 8CB6E385780A for ; Tue, 6 Jul 2021 22:38:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8CB6E385780A 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: J3Rwm+12ulSuYKjYQjGpD2O+CCWV+SEYIfssFrdMsURp5S2x9r6rYBd2UHzeSRHnENdNOaOCie 9ba0eiLvJys1c04Kqs+YjfCd+gX4GT5ObawnZBs1QaTqdmmSqVBDCMcLPS/7ndcE1mQ1bwPDy3 Stex1HCZkCuwXfvaKXhh+6gVb/+cdTOx0of72BaJT9mE/iMlD9fyHZlvO+cuD9sMReqYqAH/bS w+XGvO339ngxYe/2YUsi7+VluBDqGNSx52lUdnyXHxw0FVoR10YnepB4HsKnpIQCMtWYMROmVn Cbo= X-IronPort-AV: E=Sophos;i="5.83,329,1616486400"; d="scan'208";a="63206330" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 06 Jul 2021 14:38:10 -0800 IronPort-SDR: W4l6rf1zQZ/22y/9q9/TpVUE4cQeBt4on+/bHdRlHWyNomujj8KSkRsod9cuzqxJUGSDmjGXQR zNx/bV8/jfmSPeK7TsFFcBjfABhkKaZnzzADxHHjRub8GoMekIy2UY9N8GdCOI7U/2l78wE+I9 ZjbasRUwDzSehR2xmwxYWCRqgZc1z7NAz/gSvazmO4a7s04Z3X7CTTJIC+7doJfeKqkaUhXopL MXWW4Nfrm1VBNUa5A56UjBlkSYLYZWleCJxsP8g4XxUaXZdhc3TmKBTAMErmwJUCuGfsdnKhDE c8o= Date: Tue, 6 Jul 2021 22:38:06 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Update kernel version to 5.13 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=-3126.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.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.13. (There are no new MAP_* constants covered by this test in 5.13 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 fec7c9b8da..ee5b13ee12 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, 12) + linux_version_glibc = (5, 13) sys.exit(glibcextract.compare_macro_consts( '#define _GNU_SOURCE 1\n' '#include \n',