mbox series

[v2,0/2] ptrace: Refactor

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

Message

Wei Gao Dec. 1, 2023, 12:59 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   | 179 +++-------
 testcases/kernel/syscalls/ptrace/ptrace06.c   | 326 ++++++++++--------
 .../kernel/syscalls/ptrace/ptrace06_child.c   |  16 +
 3 files changed, 252 insertions(+), 269 deletions(-)
 create mode 100644 testcases/kernel/syscalls/ptrace/ptrace06_child.c