From patchwork Fri Apr 3 21:12:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 38747 Return-Path: X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 082FC385DC02 for ; Fri, 3 Apr 2020 21:12:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 082FC385DC02 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: hSc9icLilVRiwixbC/BuJxnk0HTqaBPP4c4IU05qxxINVdb5MsOFzAAgDcZ7U2cWc4tJiGL9S1 kY/XW3vR4PPyh09/csND+ipmfc9KJifR/kGFzExpx1yf3WRpQinTs51a1yHtF4YEPBiOvloe3I CF3x0ZHLaAQ7EAwfuwOJDFfvowZfY9L1kv0l4rPoufY2p0wLpL5ofokrCmIeTgZEvt5KwFPVNB bWlDZAcQrf7jtDlHkMybcKumtZZJnoLUQTz23K5DhoJaPNGl2PC5rXexobUIpUh9RLGUppOlk3 T+8= X-IronPort-AV: E=Sophos;i="5.72,341,1580803200"; d="scan'208";a="47490156" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 03 Apr 2020 13:12:09 -0800 IronPort-SDR: m5DJE5B7SHsOl4Ws+Fn74el/o+R4MpO7GwTWMouwJa4tjqsUvENEMhRoYvYOqWKXTlj1X58PWu I5/jTE+NgySBhridxc3+EWcsdmbSe/cJAjhS5xI21ZSW1teRdpS3KanbmP2QceY7NtTvRZOAXK 5wGl3e/SHT+Dk6HV26Idzt8z6lfNZDLAL7eFjv35mIOonjJ4gaa0OwN+zoCl6rFWESmC2+9+O/ TMGjajAznw5gGTYzzVgzNOXpoTFT1K5XJfWjYEJ2sADxrx6EasKCWqNm0TgfT7iCAOh1QBQ+tc gRU= Date: Fri, 3 Apr 2020 21:12:05 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Update kernel version to 5.6 in tst-mman-consts.py Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) 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-03.mgc.mentorg.com (139.181.222.3) X-Spam-Status: No, score=-21.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_NONE, 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: , X-List-Received-Date: Fri, 03 Apr 2020 21:12:12 -0000 This patch updates the kernel version in the test tst-mman-consts.py to 5.6. (There are no new constants covered by this test in 5.6 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 9a6c62e58e..4dd51b7d4f 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, 5) + linux_version_glibc = (5, 6) sys.exit(glibcextract.compare_macro_consts( '#define _GNU_SOURCE 1\n' '#include \n',