]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
linux: Update kernel version to 6.17 in tst-openat2-consts.py
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 11 Dec 2025 13:22:55 +0000 (10:22 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 17 Dec 2025 17:57:35 +0000 (14:57 -0300)
No need constant was added between 6.8 and 6.17.

sysdeps/unix/sysv/linux/tst-openat2-consts.py

index 9b65d184d730e7ab291c661ddb9122431dd3d7a5..f36c2f4ed1d98e472375e5ef17224e3c3780c14f 100755 (executable)
@@ -39,10 +39,10 @@ def main():
         sys.exit (77)
 
     linux_version_headers = glibcsyscalls.linux_kernel_version(args.cc)
-    # Constants in glibc were updated to match Linux v6.8.  When glibc
+    # Constants in glibc were updated to match Linux v6.17.  When glibc
     # constants are updated this value should be updated to match the
     # released kernel version from which the constants were taken.
-    linux_version_glibc = (6, 8)
+    linux_version_glibc = (6, 17)
     def check(cte, exclude=None):
         return glibcextract.compare_macro_consts(
                 '#define _FCNTL_H\n'