[LTP] [COMMITTED][PATCH 1/1] runtest: Move fanotify23 from staging to syscalls

Petr Vorel pvorel@suse.cz
Fri Jun 30 21:37:42 CEST 2023


fanotify23 is a test for FAN_MARK_EVICTABLE, prepared for v5.19-rc1.
We forget to move it after v5.19 being released.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Obviously we forget to check the file after several kernel releases :(.
I'm sorry.

Kind regards,
Petr

 runtest/staging  | 1 -
 runtest/syscalls | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtest/staging b/runtest/staging
index 88dcea79b..ef1cdea15 100644
--- a/runtest/staging
+++ b/runtest/staging
@@ -1,2 +1 @@
 # Tests for features that are not yet in the stable kernel ABI
-fanotify23 fanotify23
diff --git a/runtest/syscalls b/runtest/syscalls
index d902af500..b29151186 100644
--- a/runtest/syscalls
+++ b/runtest/syscalls
@@ -612,6 +612,7 @@ fanotify19 fanotify19
 fanotify20 fanotify20
 fanotify21 fanotify21
 fanotify22 fanotify22
+fanotify23 fanotify23
 
 ioperm01 ioperm01
 ioperm02 ioperm02
-- 
2.40.1



More information about the ltp mailing list