All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v6 0/3] SysV IPC bug reproducer
@ 2024-03-13 11:54 Andrea Cervesato
  2024-03-13 11:54 ` [LTP] [PATCH v6 1/3] Add SAFE_MPROTECT() macro Andrea Cervesato
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andrea Cervesato @ 2024-03-13 11:54 UTC (permalink / raw)
  To: ltp

From: Andrea Cervesato <andrea.cervesato@suse.com>

This patch series provides a bug reproducer for SysV IPC, which has been
written by Michal Hocko.
It also includes the SAFE_MPROTECT macro, useful for many other tests as well.

Andrea Cervesato (3):
  Add SAFE_MPROTECT() macro
  Print prot flag when SAFE_MMAP() fails
  Add shmat04 SysV IPC bug reproducer

 include/tst_safe_macros.h                     | 69 +++++++++++++-
 runtest/syscalls                              |  1 +
 runtest/syscalls-ipc                          |  1 +
 .../kernel/syscalls/ipc/shmat/.gitignore      |  1 +
 testcases/kernel/syscalls/ipc/shmat/shmat04.c | 92 +++++++++++++++++++
 5 files changed, 162 insertions(+), 2 deletions(-)
 create mode 100644 testcases/kernel/syscalls/ipc/shmat/shmat04.c

-- 
2.35.3


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2024-03-13 15:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-13 11:54 [LTP] [PATCH v6 0/3] SysV IPC bug reproducer Andrea Cervesato
2024-03-13 11:54 ` [LTP] [PATCH v6 1/3] Add SAFE_MPROTECT() macro Andrea Cervesato
2024-03-13 15:21   ` Cyril Hrubis
2024-03-13 11:54 ` [LTP] [PATCH v6 2/3] Print prot flag when SAFE_MMAP() fails Andrea Cervesato
2024-03-13 11:54 ` [LTP] [PATCH v6 3/3] Add shmat04 SysV IPC bug reproducer Andrea Cervesato
2024-03-13 15:22   ` Cyril Hrubis
2024-03-13 15:55     ` Andrea Cervesato via ltp

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.