public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [RFC 0/3] syscalls/fanotify03: add support and tests for new FAN_OPEN_EXEC_PERM flag
@ 2018-10-24  3:26 Matthew Bobrowski
  2018-10-24  3:27 ` [LTP] [RFC 1/3] syscalls/fanotify03: defined additional tcase members to support more tcase control Matthew Bobrowski
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Matthew Bobrowski @ 2018-10-24  3:26 UTC (permalink / raw)
  To: ltp

This patch series contains the modifications that I'm proposing in order        
to support the testing of the new permission flag FAN_OPEN_EXEC_PERM            
that is to be made available within fanotify.                                   
                                                                                 
The overall idea behind the changes are to allow more control over each         
individual test case based upon how it has been configured. At the same
time, it increases the overall test coverage by performing more operations
on file system objects that have been marked accordingly.
                                                                                
All modifications within this patch series are based on Amir's
'fanotify_sb' branch, which can be found below.                  
                                                                                 
https://github.com/amir73il/ltp/tree/fanotify_sb
                                                                                 
Please note, this is a RFC for testing functionality that is not yet
merged upstream.

---

Matthew Bobrowski (3):
  syscalls/fanotify03: defined additional tcase members to support more
    tcase control
  syscalls/fanotify03: included execve() to generate_events() to
    increase test coverage
  syscalls/fanotify03: add FAN_OPEN_EXEC_PERM tcase support

 testcases/kernel/syscalls/fanotify/.gitignore |   1 +
 testcases/kernel/syscalls/fanotify/fanotify.h |  14 ++
 .../kernel/syscalls/fanotify/fanotify03.c     | 194 ++++++++++++------
 .../kernel/syscalls/fanotify/fanotify_child.c |  14 ++
 4 files changed, 157 insertions(+), 66 deletions(-)
 create mode 100644 testcases/kernel/syscalls/fanotify/fanotify_child.c

-- 
2.17.2


-- 
Matthew Bobrowski <mbobrowski@mbobrowski.org>

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

end of thread, other threads:[~2018-10-25  6:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-24  3:26 [LTP] [RFC 0/3] syscalls/fanotify03: add support and tests for new FAN_OPEN_EXEC_PERM flag Matthew Bobrowski
2018-10-24  3:27 ` [LTP] [RFC 1/3] syscalls/fanotify03: defined additional tcase members to support more tcase control Matthew Bobrowski
2018-10-24  5:23   ` Amir Goldstein
2018-10-25  6:19     ` Matthew Bobrowski
2018-10-24  3:27 ` [LTP] [RFC 2/3] syscalls/fanotify03: included execve() to generate_events() to increase test coverage Matthew Bobrowski
2018-10-24  5:31   ` Amir Goldstein
2018-10-25  6:39     ` Matthew Bobrowski
2018-10-25  6:46       ` Amir Goldstein
2018-10-24  3:28 ` [LTP] [RFC 3/3] syscalls/fanotify03: add FAN_OPEN_EXEC_PERM tcase support Matthew Bobrowski
2018-10-24  5:56   ` Amir Goldstein
2018-10-25  6:39     ` Matthew Bobrowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox