[PATCH] linux: Update kernel version to 6.17 in tst-openat2-consts.py
Adhemerval Zanella
adhemerval.zanella@linaro.org
Thu Dec 11 13:22:55 GMT 2025
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.43.0
More information about the Libc-alpha
mailing list