08c3a6
commit 0499c3a95fb864284fef36d3e9c5a54f6646b2db
08c3a6
Author: Joseph Myers <joseph@codesourcery.com>
08c3a6
Date:   Thu Mar 24 15:35:27 2022 +0000
08c3a6
08c3a6
    Update kernel version to 5.17 in tst-mman-consts.py
08c3a6
    
08c3a6
    This patch updates the kernel version in the test tst-mman-consts.py
08c3a6
    to 5.17.  (There are no new MAP_* constants covered by this test in
08c3a6
    5.17 that need any other header changes.)
08c3a6
    
08c3a6
    Tested with build-many-glibcs.py.
08c3a6
    
08c3a6
    (cherry picked from commit 23808a422e6036accaba7236fd3b9a0d7ab7e8ee)
08c3a6
08c3a6
diff --git a/sysdeps/unix/sysv/linux/tst-mman-consts.py b/sysdeps/unix/sysv/linux/tst-mman-consts.py
08c3a6
index 8102d80b6660e523..724c7375c3a1623b 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, 16)
08c3a6
+    linux_version_glibc = (5, 17)
08c3a6
     sys.exit(glibcextract.compare_macro_consts(
08c3a6
         '#define _GNU_SOURCE 1\n'
08c3a6
         '#include <sys/mman.h>\n',