public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v1 0/2] factory
@ 2023-09-25 11:04 Wei Gao via ltp
  2023-09-25 11:04 ` [LTP] [PATCH v1 1/2] seccomp01.c: Add SECCOMP_RET_USER_NOTIF check Wei Gao via ltp
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Wei Gao via ltp @ 2023-09-25 11:04 UTC (permalink / raw)
  To: wegao, ltp

Wei Gao (2):
  seccomp01.c: Add SECCOMP_RET_USER_NOTIF check
  d

 configure.ac                                  |   1 +
 include/lapi/seccomp.h                        |   7 +
 runtest/syscalls                              |   2 +
 testcases/kernel/syscalls/ptrace/ptrace05.c   | 147 ++----
 testcases/kernel/syscalls/ptrace/ptrace06.c   | 306 +++++++-----
 testcases/kernel/syscalls/seccomp/.gitignore  |   1 +
 testcases/kernel/syscalls/seccomp/Makefile    |   8 +
 testcases/kernel/syscalls/seccomp/seccomp01.c | 456 ++++++++++++++++++
 8 files changed, 689 insertions(+), 239 deletions(-)
 create mode 100644 testcases/kernel/syscalls/seccomp/.gitignore
 create mode 100644 testcases/kernel/syscalls/seccomp/Makefile
 create mode 100644 testcases/kernel/syscalls/seccomp/seccomp01.c

-- 
2.35.3


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

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

end of thread, other threads:[~2023-09-25 11:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-25 11:04 [LTP] [PATCH v1 0/2] factory Wei Gao via ltp
2023-09-25 11:04 ` [LTP] [PATCH v1 1/2] seccomp01.c: Add SECCOMP_RET_USER_NOTIF check Wei Gao via ltp
2023-09-25 11:36   ` Wei Gao via ltp
2023-09-25 11:04 ` [LTP] [PATCH v1 2/2] d Wei Gao via ltp
2023-09-25 11:36   ` Wei Gao via ltp
2023-09-25 11:31 ` [LTP] [PATCH v1 0/2] factory Wei Gao via ltp

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