[LTP] [PATCH v1] mount08.c: Add min_kver for test case
Wei Gao
wegao@suse.com
Mon Sep 29 13:29:46 CEST 2025
Signed-off-by: Wei Gao <wegao@suse.com>
---
testcases/kernel/syscalls/mount/mount08.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/testcases/kernel/syscalls/mount/mount08.c b/testcases/kernel/syscalls/mount/mount08.c
index fb2b28736..1c454cab4 100644
--- a/testcases/kernel/syscalls/mount/mount08.c
+++ b/testcases/kernel/syscalls/mount/mount08.c
@@ -63,6 +63,7 @@ static struct tst_test test = {
.test_all = run,
.needs_root = 1,
.mntpoint = MNTPOINT,
+ .min_kver = "6.12",
.tags = (const struct tst_tag[]) {
{"linux-git", "d80b065bb172"},
{}
--
2.51.0
More information about the ltp
mailing list