From: Matthew Bobrowski via ltp <ltp@lists.linux.it>
To: ltp@lists.linux.it
Cc: jack@suse.cz
Subject: [LTP] [PATCH v3 0/3] Add test support for the new fanotify FAN_REPORT_PIDFD feature
Date: Tue, 9 Nov 2021 21:04:35 +1100 [thread overview]
Message-ID: <cover.1636451496.git.repnop@google.com> (raw)
This is a follow up series of the previous series [0] that I had
posted through which factors in Amir's recommendation around the
splitting of the new macro helper into a separate patch.
Apart from that, there's no difference.
[0] https://lore.kernel.org/ltp/cover.1635849607.git.repnop@google.com/
Matthew Bobrowski (3):
syscalls/fanotify: Add a helper macro which checks for the presence of
specific fanotify initialization flag(s)
syscalls/fanotify20: add new test for FAN_REPORT_PIDFD
syscalls/fanotify21: test returned pidfd from fanotify in
FAN_REPORT_PIDFD mode
testcases/kernel/syscalls/fanotify/.gitignore | 2 +
testcases/kernel/syscalls/fanotify/fanotify.h | 26 ++
.../kernel/syscalls/fanotify/fanotify20.c | 128 ++++++++
.../kernel/syscalls/fanotify/fanotify21.c | 306 ++++++++++++++++++
4 files changed, 462 insertions(+)
create mode 100644 testcases/kernel/syscalls/fanotify/fanotify20.c
create mode 100644 testcases/kernel/syscalls/fanotify/fanotify21.c
--
2.34.0.rc0.344.g81b53c2807-goog
/M
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2021-11-09 10:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-09 10:04 Matthew Bobrowski via ltp [this message]
2021-11-09 10:04 ` [LTP] [PATCH v3 1/3] syscalls/fanotify: Add a helper macro which checks for the presence of specific fanotify initialization flag(s) Matthew Bobrowski via ltp
2021-11-09 11:05 ` Amir Goldstein
2021-11-15 21:20 ` Petr Vorel
2021-11-16 1:06 ` Matthew Bobrowski via ltp
2021-11-16 9:39 ` Petr Vorel
2021-11-09 10:05 ` [LTP] [PATCH v3 2/3] syscalls/fanotify20: add new test for FAN_REPORT_PIDFD Matthew Bobrowski via ltp
2021-11-09 10:05 ` [LTP] [PATCH v3 3/3] syscalls/fanotify21: test returned pidfd from fanotify in FAN_REPORT_PIDFD mode Matthew Bobrowski via ltp
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.1636451496.git.repnop@google.com \
--to=ltp@lists.linux.it \
--cc=jack@suse.cz \
--cc=repnop@google.com \
/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 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.