[PATCH v5 0/7] Add support for .max_kver
Petr Vorel <[email protected]>
| Newsgroups | gmane.linux.ltp |
|---|---|
| Message-ID | <[email protected]> |
Hi all, Changes v4->v5: * Remove code which does metadata validation (3 commits, Cyril). * Add commit to fix creat07.c timeout on test failure (agent). * Use proper name for function (underscore at the end) * Add one more test, increase max_kver in the test added previous version. Link to v4: https://lore.kernel.org/ltp/[email protected]/ Link to v3: https://patchwork.kernel.org/project/ltp/list/?series=1138093&state=* https://lore.kernel.org/ltp/[email protected]/T/#t Link to v2: https://lore.kernel.org/ltp/6a6a2091.9b80fa5d.4e4ae.7aac-ATjtLOhZ0NVl57MIdRCFDg@public.gmane.org/T/#t Link to v1: https://lore.kernel.org/ltp/[email protected]/T/#t https://patchwork.ozlabs.org/project/ltp/list/?series=516120&state=* Petr Vorel (7): tst_kvercmp: Factor out error handling lib: Rename function check_kver() => check_min_kver() lib: Add support for max_kver to struct tst_test and tst_fs creat07: Avoid timeout on the test failure creat07: execve04: Remove version check, add linux-git fanotify20: Skip on v7.2 lib: Add 2 basic tests for .min_kver && .max_kver doc/developers/writing_tests.rst | 3 + include/tst_test.h | 13 +++- lib/newlib_tests/.gitignore | 2 + lib/newlib_tests/runtest.sh | 2 + lib/newlib_tests/tst_max_kver_old.c | 21 +++++++ lib/newlib_tests/tst_min_kver_max_kver.c | 22 +++++++ lib/tst_kvercmp.c | 23 ++++++-- lib/tst_test.c | 59 +++++++++++++++---- testcases/kernel/syscalls/creat/creat07.c | 23 ++++---- testcases/kernel/syscalls/execve/execve04.c | 24 ++++---- .../kernel/syscalls/fanotify/fanotify20.c | 4 ++ 11 files changed, 156 insertions(+), 40 deletions(-) create mode 100644 lib/newlib_tests/tst_max_kver_old.c create mode 100644 lib/newlib_tests/tst_min_kver_max_kver.c -- 2.55.0 -- Mailing list info: https://lists.linux.it/listinfo/ltp