mbox series

[v3,0/2] ptrace: Refactor

Message ID 20240603103553.8318-1-wegao@suse.com
Headers show
Series ptrace: Refactor | expand

Message

Wei Gao June 3, 2024, 10:35 a.m. UTC
Wei Gao (2):
  ptrace05: Refactor the test using new LTP API
  ptrace06: Refactor the test using new LTP API

 testcases/kernel/syscalls/ptrace/ptrace05.c   | 215 ++++--------
 testcases/kernel/syscalls/ptrace/ptrace06.c   | 326 ++++++++++--------
 .../kernel/syscalls/ptrace/ptrace06_child.c   |  16 +
 3 files changed, 269 insertions(+), 288 deletions(-)
 create mode 100644 testcases/kernel/syscalls/ptrace/ptrace06_child.c