]> sourceware.org Git - glibc.git/commitdiff
Update kernel version to 6.6 in header constant tests
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 31 Oct 2023 16:32:34 +0000 (13:32 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 3 Nov 2023 13:01:46 +0000 (10:01 -0300)
There are no new constants covered, the tst-mman-consts.py is
updated separately along with a header constant addition.

sysdeps/unix/sysv/linux/tst-mount-consts.py
sysdeps/unix/sysv/linux/tst-pidfd-consts.py

index b5c52a4bb28c5e1bff759fb5e042db3c5e2d2181..ba1c373fc4bafa11007522634dbec0192bc48a1f 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.5.  When glibc
+    # Constants in glibc were updated to match Linux v6.6.  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, 5)
+    linux_version_glibc = (6, 6)
     def check(cte, exclude=None):
         return glibcextract.compare_macro_consts(
                 '#include <sys/mount.h>\n',
index 1ef14889a863a91034373b5e9e37b8e1db14872c..4a0f757a21d4d0d78dcb1f74b1b7cf45eeb95a14 100644 (file)
@@ -39,7 +39,7 @@ def main():
         sys.exit (77)
 
     linux_version_headers = glibcsyscalls.linux_kernel_version(args.cc)
-    linux_version_glibc = (6, 5)
+    linux_version_glibc = (6, 6)
     sys.exit(glibcextract.compare_macro_consts(
                 '#include <sys/pidfd.h>\n',
                 '#include <asm/fcntl.h>\n'
This page took 0.088266 seconds and 5 git commands to generate.