public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v1] mount08.c: Add min_kver for test case
@ 2025-09-29 11:29 Wei Gao via ltp
  2025-09-29 12:05 ` Cyril Hrubis
  0 siblings, 1 reply; 6+ messages in thread
From: Wei Gao via ltp @ 2025-09-29 11:29 UTC (permalink / raw)
  To: ltp

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


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-10-01 10:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-29 11:29 [LTP] [PATCH v1] mount08.c: Add min_kver for test case Wei Gao via ltp
2025-09-29 12:05 ` Cyril Hrubis
2025-09-29 12:09   ` Martin Doucha
2025-09-29 18:11     ` Petr Vorel
2025-09-30  8:58       ` Petr Vorel
2025-10-01 10:47         ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox