All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] syscalls/fanotify10: Require kernel v4.19
@ 2018-11-06 12:48 Petr Vorel
  2018-11-06 12:50 ` Cyril Hrubis
  0 siblings, 1 reply; 10+ messages in thread
From: Petr Vorel @ 2018-11-06 12:48 UTC (permalink / raw)
  To: ltp

FAN_MARK_INODE and FAN_MARK_MOUNT were added in v4.19-rc2:
d54f4fba889b fanotify: add API to attach/detach super block mark

Fixes: 16f127f4a syscalls/fanotify10: new test for mount ignore mask

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/kernel/syscalls/fanotify/fanotify10.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testcases/kernel/syscalls/fanotify/fanotify10.c b/testcases/kernel/syscalls/fanotify/fanotify10.c
index 2b96de2f1..bfc60cf89 100644
--- a/testcases/kernel/syscalls/fanotify/fanotify10.c
+++ b/testcases/kernel/syscalls/fanotify/fanotify10.c
@@ -298,7 +298,8 @@ static struct tst_test test = {
 	.mount_device = 1,
 	.mntpoint = MOUNT_PATH,
 	.needs_tmpdir = 1,
-	.needs_root = 1
+	.needs_root = 1,
+	.min_kver = "4.19",
 };
 
 #else
-- 
2.19.1


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

end of thread, other threads:[~2018-11-12 13:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-06 12:48 [LTP] [PATCH 1/1] syscalls/fanotify10: Require kernel v4.19 Petr Vorel
2018-11-06 12:50 ` Cyril Hrubis
2018-11-06 12:55   ` Petr Vorel
2018-11-06 12:59     ` Amir Goldstein
2018-11-06 13:06       ` Petr Vorel
2018-11-06 13:32         ` Amir Goldstein
2018-11-06 13:32           ` [LTP] " Amir Goldstein
2018-11-06 17:46           ` Sasha Levin
2018-11-06 17:46             ` [LTP] " Sasha Levin
2018-11-12 13:11           ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.