From patchwork Thu Nov 28 23:06:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 36367 Received: (qmail 127173 invoked by alias); 28 Nov 2019 23:06:13 -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 127165 invoked by uid 89); 28 Nov 2019 23:06:13 -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= X-HELO: esa3.mentor.iphmx.com IronPort-SDR: fDqSXL74NQJcs4Y/3oydowiXLlXBaflvYM4hQd6Ue8D4orAWO9EtK6lgvlWBDQ3Ogmf0KWtLWr GXZi9JpVlSwCacf7owPrATjdmv6z3ZpBCPJA26GRlcgBxYops4aM7H1A39orWk3sS1CGq5uIKj pNBG0Vsy9y5hjv52nHxzfvm8Fa4l5+oiWkCcE8gii0TURn5uki8VmSd/p0ieuF2drlCRwpciyu xLuagu/IHhGjQSBxrsQ0VP9UxWh/4uTIM+EyvuUrJbII0uayUrxn8qnhNKW45VPuGayV/BVMjV HPE= IronPort-SDR: jC549A+AITanC/fsqux4blW5AzpphyZPrdwJfz4LYova4q1mKJRQc5a8vVSeJbF5PkdO/wirui L+aWW69g3U0EH0aq1qh029MpRGutl7Wl6cLiqKo4mi5g/r6663gztwp/UjQB4S2aOpcm/4BJFn rW3rgV5z8vYTBJ+l+RL+D7MFwrRoX5eaRBpBjDGLfEFp6M/5oHwPFUeZ2AnEBLonsZVoqqQCqM VqXa6Q/xiLxMlSjFFY0XCh58Df72q+eCWL2BtB7IVgcak94TjMy414PSfF0Hjm6oCGYGI+asfc WLg= Date: Thu, 28 Nov 2019 23:06:05 +0000 From: Joseph Myers To: Subject: Update kernel version to 5.4 in tst-mman-consts.py Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Return-Path: joseph@codesourcery.com This patch updates the kernel version in the test tst-mman-consts.py to 5.4. (There are no new constants covered by this test in 5.4 that need any other header changes.) Tested with build-many-glibcs.py. Reviewed-by: Carlos O'Donell diff --git a/sysdeps/unix/sysv/linux/tst-mman-consts.py b/sysdeps/unix/sysv/linux/tst-mman-consts.py index c11e2ea4ac..3aaf2218f5 100644 --- a/sysdeps/unix/sysv/linux/tst-mman-consts.py +++ b/sysdeps/unix/sysv/linux/tst-mman-consts.py @@ -41,7 +41,7 @@ def main(): help='C compiler (including options) to use') args = parser.parse_args() linux_version_headers = linux_kernel_version(args.cc) - linux_version_glibc = (5, 3) + linux_version_glibc = (5, 4) sys.exit(glibcextract.compare_macro_consts( '#define _GNU_SOURCE 1\n' '#include \n',