From fcd88791e991f3eeb9d36845fbaf2f9f1db0f07d Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 11 Dec 2025 10:22:55 -0300 Subject: [PATCH] linux: Update kernel version to 6.17 in tst-openat2-consts.py No need constant was added between 6.8 and 6.17. --- sysdeps/unix/sysv/linux/tst-openat2-consts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' -- 2.47.3