08c3a6
commit fd5dbfd1cd98cb2f12f9e9f7004a4d25ab0c977f
08c3a6
Author: Joseph Myers <joseph@codesourcery.com>
08c3a6
Date:   Mon Nov 22 15:30:12 2021 +0000
08c3a6
08c3a6
    Update kernel version to 5.15 in tst-mman-consts.py
08c3a6
    
08c3a6
    This patch updates the kernel version in the test tst-mman-consts.py
08c3a6
    to 5.15.  (There are no new MAP_* constants covered by this test in
08c3a6
    5.15 that need any other header changes.)
08c3a6
    
08c3a6
    Tested with build-many-glibcs.py.
08c3a6
    
08c3a6
    (cherry picked from commit 5c3ece451d46a7d8721311609bfcb6faafacb39e)
08c3a6
08c3a6
diff --git a/sysdeps/unix/sysv/linux/tst-mman-consts.py b/sysdeps/unix/sysv/linux/tst-mman-consts.py
08c3a6
index 810433c238f31c25..eeccdfd04dae57ab 100644
08c3a6
--- a/sysdeps/unix/sysv/linux/tst-mman-consts.py
08c3a6
+++ b/sysdeps/unix/sysv/linux/tst-mman-consts.py
08c3a6
@@ -33,7 +33,7 @@ def main():
08c3a6
                         help='C compiler (including options) to use')
08c3a6
     args = parser.parse_args()
08c3a6
     linux_version_headers = glibcsyscalls.linux_kernel_version(args.cc)
08c3a6
-    linux_version_glibc = (5, 14)
08c3a6
+    linux_version_glibc = (5, 15)
08c3a6
     sys.exit(glibcextract.compare_macro_consts(
08c3a6
         '#define _GNU_SOURCE 1\n'
08c3a6
         '#include <sys/mman.h>\n',