[LTP] [PATCH v2 0/5] Add support for .max_kver
Petr Vorel
pvorel@suse.cz
Wed Jul 29 11:57:25 CEST 2026
Changes v1->v2:
* Fixed version 6.11 => 6.10 (execve04, creat07)
* Fixed version 7.2 => 7.1 (fanotify20)
Link to v1:
https://lore.kernel.org/ltp/20260729091717.23042-1-pvorel@suse.cz/T/#t
https://patchwork.ozlabs.org/project/ltp/list/?series=516120&state=*
More changes needed => v2. I'm sorry for the noise.
Petr Vorel (5):
lib: Rename function check_kver() => check_min_kver()
lib: Add support for max_kver to struct tst_test and tst_fs
execve04: Use .max_kver
creat07: Use .max_kver
fanotify20: Skip on v7.2
include/tst_test.h | 9 +++-
lib/tst_test.c | 49 +++++++++++++++++--
testcases/kernel/syscalls/creat/creat07.c | 14 ++----
testcases/kernel/syscalls/execve/execve04.c | 14 ++----
.../kernel/syscalls/fanotify/fanotify20.c | 4 ++
5 files changed, 64 insertions(+), 26 deletions(-)
--
2.55.0
More information about the ltp
mailing list