public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [COMMITTED][PATCH 1/1] runtest: Move fanotify23 from staging to syscalls
@ 2023-06-30 19:37 Petr Vorel
  2023-07-01 14:16 ` Amir Goldstein
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2023-06-30 19:37 UTC (permalink / raw)
  To: ltp

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


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

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

end of thread, other threads:[~2023-07-02 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-30 19:37 [LTP] [COMMITTED][PATCH 1/1] runtest: Move fanotify23 from staging to syscalls Petr Vorel
2023-07-01 14:16 ` Amir Goldstein
2023-07-02 19:12   ` Petr Vorel

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