From patchwork Tue Feb 8 21:23:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 50927 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 EE9553858414 for ; Tue, 8 Feb 2022 21:23:35 +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 6498B3858D28 for ; Tue, 8 Feb 2022 21:23:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6498B3858D28 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: LL0/Z9WtrOcOA/qpi91oQcFEwuxPRRz5Xmq4eVO4ydk8X5+JsMQyT8hog87RbotgzQPg9/202d +OLJ+H7qYePON+eRdBwQk5KnNnHBn5/OHtZgE8MI57QjdInbNmchtHsR6L5ZZU7RgpSszXLM1V hG3uuaWoddFeLgw3BSt5gMJf+zfh0PTy7KZjLSojQG/iowqeAL3BV6/rAj7a5SD5TeusU1cJcP qtc+VKGRogCdTDe9IHs9jhb7Imi/xGShj2HkZYWTuQ0ikpwIw0TxCV1QpF0KzLTnOkLX5U0lDd ZCV4N+FrqJppJdjx3CVkqyBq X-IronPort-AV: E=Sophos;i="5.88,353,1635235200"; d="scan'208";a="74289217" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 08 Feb 2022 13:23:23 -0800 IronPort-SDR: TndjiAXkgPUilo3CZcaDAUs/ujC8plW1EbdlacH0IaEms3xqj5w6ZFxJXa6TId90nQufyiDlwV esLGiBjmMO+AyQk5XLjEJCFhRMDylCZ99CjTe6/x0L/lvvJSFh1n7FYiHgenevTEmGfgDPKHJG x3bCSC7dSS9qNezNAD/OcCtPIEJgBa9EiZi9QKs230zczYThKyJfFOzSnxY3laCFJD+mQDO04l V/csq6/Eo83ihINim2NnU1+8F4KTMvdoMESsM4obAby2tTjqTzxoGi1dcNiBrwgiLQa/lesiEk b7Q= Date: Tue, 8 Feb 2022 21:23:17 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Update kernel version to 5.16 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-02.mgc.mentorg.com (139.181.222.2) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3120.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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.16. (There are no new MAP_* constants covered by this test in 5.16 that need any other header changes.) Tested with build-many-glibcs.py. Reviewed-by: Adhemerval Zanella diff --git a/sysdeps/unix/sysv/linux/tst-mman-consts.py b/sysdeps/unix/sysv/linux/tst-mman-consts.py index fc0a8ff4a7..af90dcdeac 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, 15) + linux_version_glibc = (5, 16) sys.exit(glibcextract.compare_macro_consts( '#define _GNU_SOURCE 1\n' '#include \n',