From: Matthew Bobrowski via ltp <ltp@lists.linux.it>
To: ltp@lists.linux.it
Cc: jack@suse.cz
Subject: [LTP] [PATCH 0/2] Test support for new fanotify FAN_REPORT_PIDFD feature
Date: Wed, 27 Oct 2021 20:44:33 +1100 [thread overview]
Message-ID: <cover.1635327490.git.repnop@google.com> (raw)
Hi,
This patch series introduces LTP tests for the new fanotify
FAN_REPORT_PIDFD feature which has been merged as part of the v5.15
release.
Matthew Bobrowski (2):
syscalls/fanotify20: add new test for FAN_REPORT_PIDFD
syscalls/fanotify21: add new test checking the returned pidfd from
fanotify in FAN_REPORT_PIDFD mode
configure.ac | 2 +-
testcases/kernel/syscalls/fanotify/.gitignore | 2 +
testcases/kernel/syscalls/fanotify/fanotify.h | 21 +
.../kernel/syscalls/fanotify/fanotify20.c | 133 +++++++
.../kernel/syscalls/fanotify/fanotify21.c | 363 ++++++++++++++++++
5 files changed, 520 insertions(+), 1 deletion(-)
create mode 100644 testcases/kernel/syscalls/fanotify/fanotify20.c
create mode 100644 testcases/kernel/syscalls/fanotify/fanotify21.c
--
2.33.0.1079.g6e70778dc9-goog
/M
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2021-10-27 9:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-27 9:44 Matthew Bobrowski via ltp [this message]
2021-10-27 9:44 ` [LTP] [PATCH 1/2] syscalls/fanotify20: add new test for FAN_REPORT_PIDFD Matthew Bobrowski via ltp
2021-10-27 10:24 ` Amir Goldstein
2021-10-29 15:04 ` Gabriel Krisman Bertazi
2021-11-01 21:09 ` Matthew Bobrowski via ltp
2021-11-01 21:05 ` Matthew Bobrowski via ltp
2021-10-27 9:45 ` [LTP] [PATCH 2/2] syscalls/fanotify21: add new test checking the returned pidfd from fanotify in FAN_REPORT_PIDFD mode Matthew Bobrowski via ltp
2021-10-27 10:35 ` Amir Goldstein
2021-11-01 21:16 ` 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.1635327490.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.