[LTP] [PATCH v3 0/3] syscalls/fanotify: FAN_REPORT_FID and Directory Modification Events

Amir Goldstein amir73il@gmail.com
Mon Jun 3 10:53:47 CEST 2019


On Sun, May 19, 2019 at 8:25 AM Matthew Bobrowski
<mbobrowski@mbobrowski.org> wrote:
>
> This patch series contains the changes needed to validate the new
> FAN_REPORT_FID flag and directory modification event functionality
> within the fanotify API.
>
> Changes since version 2:
>         * Added an ifdef statement within fanotify_get_fid() to check
>           for name_to_handle_at() support.
>
> Matthew Bobrowski (3):
>   syscalls/fanotify13: new test to verify FAN_REPORT_FID functionality
>   syscalls/fanotify14: new test to validate FAN_REPORT_FID interface
>   values
>   syscalls/fanotify15: verify fid for dirent events
>
>  configure.ac                                  |   1 +
>  runtest/syscalls                              |   3 +
>  testcases/kernel/syscalls/fanotify/.gitignore |   3 +
>  testcases/kernel/syscalls/fanotify/fanotify.h |  81 ++++-
>  .../kernel/syscalls/fanotify/fanotify13.c     | 313 ++++++++++++++++++
>  .../kernel/syscalls/fanotify/fanotify14.c     | 171 ++++++++++
>  .../kernel/syscalls/fanotify/fanotify15.c     | 245 ++++++++++++++
>  7 files changed, 814 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
>
> --


Hi Cyril,

Just wanted to make sure there was nothing blocking this patch set
(apart from your limited review time)

Thanks,
Amir.


More information about the ltp mailing list