From patchwork Fri Aug 7 22:15:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 40235 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 B4FFE3893651; Fri, 7 Aug 2020 22:15:46 +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 E52BE389364E for ; Fri, 7 Aug 2020 22:15:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E52BE389364E 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: z1XdXqIHtZxPN+Ind5c/BsndwYjGtz2K96IhsFOetu8GInLYRRehHDnqmF9ItS2VufImZa7SdM Ld4k3STAl74/9VfX1yjmK07UjDMH43R58Pz6p1r7YbEJlcoatQ6dB3+g24+CfaS3fS5S7wVazz krpL3hICERog8CDpE8ifsX7zwlJAPx59GzwehRgmSyCEkVU1C51jAgVGrG2hOaIsFmHKt9HGzP g5nfdyom+VDp0B8lqRUBiN0QUQxyU+ddR+sb4d9hEjnxwS15lAnkd3DbRTgsGbHpgoRMk28uTz E2E= X-IronPort-AV: E=Sophos;i="5.75,447,1589270400"; d="scan'208";a="53901428" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 07 Aug 2020 14:15:43 -0800 IronPort-SDR: X4F056ZtqU28bBPokazhXEND9t3E2C8F14lvnU4w0tM65BJWMGjeq0SJsz9n3Cw8OHmzPZhA33 saXJlQvKpZEjY35iwf2tAdYIfioEWxUtsy2OQLKj5BgX+n5UiOJkAzeZJW17oSHihOZPtIpU+H kRV0iVLgv+J97z1SRC4T2DBsy1ztDDPlI8uMxftCJI15pnUuIRfQpYvWIHRkDuh3ssZDXHydCg L8lxs9rR8tDs76dBANvDQIdLY7a2zZ2cuR7QOplW/kMEYeJZ18RphRDlK7sUkBRlDCGCerJVCS 1sA= Date: Fri, 7 Aug 2020 22:15:37 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Update kernel version to 5.8 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-04.mgc.mentorg.com (139.181.222.4) To SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) X-Spam-Status: No, score=-3133.2 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.8. (There are no new MAP_* constants covered by this test in 5.8 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 89f94c5dc2..874992251c 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, 7) + linux_version_glibc = (5, 8) sys.exit(glibcextract.compare_macro_consts( '#define _GNU_SOURCE 1\n' '#include \n',