From: Matthew Bobrowski <mbobrowski@mbobrowski.org>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v2 0/3] FAN_REPORT_FID and Directory Modification Events
Date: Sat, 20 Apr 2019 22:49:26 +1000 [thread overview]
Message-ID: <cover.1555763787.git.mbobrowski@mbobrowski.org> (raw)
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.
Changes since version 1:
* Added new line entries into runtest/syscalls to support newly defined
fanotify tests.
* Defined new generic helper function within fanotify.h to remove code
duplication that was previsouly found across tests.
* Added '.all_filesystems = 1' flag within tests fanotify14 and
fanotify15.
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
runtest/syscalls | 3 +
testcases/kernel/syscalls/fanotify/.gitignore | 3 +
testcases/kernel/syscalls/fanotify/fanotify.h | 77 +++++-
testcases/kernel/syscalls/fanotify/fanotify13.c | 313 ++++++++++++++++++++++++
testcases/kernel/syscalls/fanotify/fanotify14.c | 171 +++++++++++++
testcases/kernel/syscalls/fanotify/fanotify15.c | 245 +++++++++++++++++++
6 files changed, 809 insertions(+), 3 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
--
1.8.3.1
--
Matthew Bobrowski
next reply other threads:[~2019-04-20 12:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-20 12:49 Matthew Bobrowski [this message]
2019-04-20 12:49 ` [LTP] [PATCH v2 1/3] syscalls/fanotify13: new test to verify FAN_REPORT_FID functionality Matthew Bobrowski
2019-04-26 15:27 ` Cyril Hrubis
2019-04-27 4:53 ` Matthew Bobrowski
2019-05-07 7:40 ` Matthew Bobrowski
2019-05-15 14:50 ` Amir Goldstein
2019-05-19 4:39 ` Matthew Bobrowski
2019-04-20 12:50 ` [LTP] [PATCH v2 2/3] syscalls/fanotify14: new test to validate FAN_REPORT_FID interface return values Matthew Bobrowski
2019-04-20 12:50 ` [LTP] [PATCH v2 3/3] syscalls/fanotify15: verify fid for dirent events Matthew Bobrowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1555763787.git.mbobrowski@mbobrowski.org \
--to=mbobrowski@mbobrowski.org \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox