All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/4] fanotify: FAN_REPORT_FID and Directory Modification Events
@ 2019-04-02 10:01 Matthew Bobrowski
  2019-04-02 10:01 ` [LTP] [PATCH 1/4] syscalls/fanotify01: add FAN_REPORT_FID test cases Amir Goldstein
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Matthew Bobrowski @ 2019-04-02 10:01 UTC (permalink / raw)
  To: ltp

This patch series contains the changes needed to support and validate the new
FAN_REPORT_FID flag and directory modification event functionality within the
fanotify API.

Amir Goldstein (1):
  syscalls/fanotify01: add FAN_REPORT_FID test cases

Matthew Bobrowski (3):
  syscalls/fanotify13: new test to verify FAN_REPORT_FID functionality
  syscalls/fanotify14: new test to validate FAN_REPORT_FID interface
    return values
  syscalls/fanotify15: verify fid for dirent events

 testcases/kernel/syscalls/fanotify/.gitignore   |   3 +
 testcases/kernel/syscalls/fanotify/fanotify.h   |  41 +++
 testcases/kernel/syscalls/fanotify/fanotify01.c |  41 ++-
 testcases/kernel/syscalls/fanotify/fanotify13.c | 329 ++++++++++++++++++++++++
 testcases/kernel/syscalls/fanotify/fanotify14.c | 170 ++++++++++++
 testcases/kernel/syscalls/fanotify/fanotify15.c | 256 ++++++++++++++++++
 6 files changed, 838 insertions(+), 2 deletions(-)
 create mode 100644 testcases/kernel/syscalls/fanotify/fanotify13.c
 create mode 100644 testcases/kernel/syscalls/fanotify/fanotify14.c
 create mode 100644 testcases/kernel/syscalls/fanotify/fanotify15.c

-- 
2.16.4


-- 
Matthew Bobrowski

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

end of thread, other threads:[~2019-04-19  9:07 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-02 10:01 [LTP] [PATCH 0/4] fanotify: FAN_REPORT_FID and Directory Modification Events Matthew Bobrowski
2019-04-02 10:01 ` [LTP] [PATCH 1/4] syscalls/fanotify01: add FAN_REPORT_FID test cases Amir Goldstein
2019-04-15 15:18   ` Cyril Hrubis
2019-04-02 10:02 ` [LTP] [PATCH 2/4] syscalls/fanotify13: new test to verify FAN_REPORT_FID functionality Matthew Bobrowski
2019-04-16 13:41   ` Cyril Hrubis
2019-04-16 14:23     ` Amir Goldstein
2019-04-19  8:37       ` Matthew Bobrowski
2019-04-19  9:07         ` Amir Goldstein
2019-04-02 10:02 ` [LTP] [PATCH 3/4] syscalls/fanotify14: new test to validate FAN_REPORT_FID interface return values Matthew Bobrowski
2019-04-16 14:04   ` Cyril Hrubis
2019-04-19  8:38     ` Matthew Bobrowski
2019-04-02 10:02 ` [LTP] [PATCH 4/4] syscalls/fanotify15: verify fid for dirent events Matthew Bobrowski
2019-04-16 14:29   ` Cyril Hrubis
2019-04-16 14:59     ` Amir Goldstein
2019-04-16 15:00       ` Cyril Hrubis
2019-04-18 18:36         ` Amir Goldstein
2019-04-18 18:58           ` Cyril Hrubis
2019-04-18 19:10             ` Amir Goldstein
2019-04-18 19:42               ` Cyril Hrubis
2019-04-19  7:18                 ` Amir Goldstein

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.