From: Adhemerval Zanella Date: Thu, 11 Dec 2025 13:22:55 +0000 (-0300) Subject: linux: Update kernel version to 6.17 in tst-openat2-consts.py X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd88791e991f3eeb9d36845fbaf2f9f1db0f07d;p=thirdparty%2Fglibc.git linux: Update kernel version to 6.17 in tst-openat2-consts.py No need constant was added between 6.8 and 6.17. --- diff --git a/sysdeps/unix/sysv/linux/tst-openat2-consts.py b/sysdeps/unix/sysv/linux/tst-openat2-consts.py index 9b65d184d7..f36c2f4ed1 100755 --- a/sysdeps/unix/sysv/linux/tst-openat2-consts.py +++ b/sysdeps/unix/sysv/linux/tst-openat2-consts.py @@ -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'