From patchwork Thu Feb 6 23:28:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 1234654 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-109235-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha1 header.s=default header.b=iHVX52Wy; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48DF4k5j74z9sRR for ; Fri, 7 Feb 2020 10:29:10 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=AbBwwy1C3UXNJNY5/HANhmRCAuqyx +IR4M8mKCqNvjIiFWl3VPwUSv6M+Py0fg1URvqvvwb8d9Tp8p4h7xy7IVlVQKVM5 mo/H+J5zQPpugx1tZs2m01MsQLM/QkOUxNdWu2nOKoEzWczRnizNS16gygQfQX9S Gc5nX2TbOBciJ4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=DjqoiZSeXM069TQdW6bro1fgTUA=; b=iHV X52Wy9jo4hz5oR/Zx9buARP4Qyf66E0jED7edV9K70u38K+pIw9aoZwnQNwWfUoW wGszf7UhXzPQd6MkxD/HhT/dXoatGVRIPHxuL/mhTH9hdfNgs4hoAX0Eq1qy5c5o y3FAQK0rAUSwkJF9q09VCvflhJKQfcoAwgriQgY8= Received: (qmail 12351 invoked by alias); 6 Feb 2020 23:29:04 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 12297 invoked by uid 89); 6 Feb 2020 23:29:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=5.5 X-HELO: esa2.mentor.iphmx.com IronPort-SDR: xm3RZkM2Zzs3FEg1c7oDYwpzHbqvHd0h0hfoBBKRAAlqSCC5uR07hSFARXB+jefCBYvm62F5cD Jdty3AAnHQr6LBwS6gLnEaMFomcYRJryLgKZzFDjYn0E46qdiFGkNpX5JVhkrDUBt8Sxl8RzZi 596wyR2bDPGcCseReSDz8iAbYhluELNekNOiAyFt8jQQlFBWRwuUur+DD9hMVb3OiwOhjn5uoW bODykl2mrQcVfeCCS8m/PGeCf7FNzKkZ2Xvge5mpFRCLwZ0yMki5zhaQvQnANifmxO0858fgTL RA8= IronPort-SDR: hbEzw94FVZrbk9AhhyogLHSSFQQMxvnXASftWfxNCw6Z1Bn5Kk6PtIX3PhEPYMk4Vxpx0saDZi kXlxAo2KfWgYdkSE6ssWUBJ2ahxV+mGphTv5jIqKyb5g8FtJ4lZWyN4SwGEXmyKT6P+25Kcpu1 zj2i0jzhaJ9Btc6Nl+DSbT2oS+zvLDN7hxEdGwha2VK9s4NJ2A81oLaAbuZ3vSdeI9fe6Be3FA W6bJlRKZbW2E78RoKG2r4f+zdyo64dbs+yPn5RQx8TNx8H5AERE9Ebhg2ko6hiHbFlwqiZ1JGd Gfs= Date: Thu, 6 Feb 2020 23:28:56 +0000 From: Joseph Myers To: Subject: Update kernel version to 5.5 in tst-mman-consts.py Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 This patch updates the kernel version in the test tst-mman-consts.py to 5.5. (There are no new constants covered by this test in 5.5 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 bffad4ec09..9a6c62e58e 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, 4) + linux_version_glibc = (5, 5) sys.exit(glibcextract.compare_macro_consts( '#define _GNU_SOURCE 1\n' '#include \n',