public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/3] ptrace: Remove old autotools checks
@ 2023-11-28  9:15 Petr Vorel
  2023-11-28  9:15 ` [LTP] [PATCH 1/3] " Petr Vorel
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Petr Vorel @ 2023-11-28  9:15 UTC (permalink / raw)
  To: ltp; +Cc: Richard Palethorpe

CI: https://github.com/pevik/ltp/actions/runs/7016508622

Petr Vorel (3):
  ptrace: Remove old autotools checks
  ptrace: Build ptrace06, enable in runtest/syscalls
  ptrace: Remove simple_tracer.c

 configure.ac                                  |   1 -
 m4/ltp-ptrace.m4                              |  26 ----
 runtest/syscalls                              |   5 +-
 testcases/kernel/controllers/freezer/vfork.c  |   4 +-
 testcases/kernel/syscalls/ptrace/.gitignore   |   1 +
 testcases/kernel/syscalls/ptrace/Makefile     |  27 +---
 .../syscalls/ptrace/make_syscall_list.sh      |   7 -
 testcases/kernel/syscalls/ptrace/ptrace.h     |  38 -----
 testcases/kernel/syscalls/ptrace/ptrace01.c   |   3 +-
 testcases/kernel/syscalls/ptrace/ptrace02.c   |   3 +-
 testcases/kernel/syscalls/ptrace/ptrace03.c   |   3 +-
 testcases/kernel/syscalls/ptrace/ptrace04.c   |   4 +-
 testcases/kernel/syscalls/ptrace/ptrace05.c   |   4 +-
 testcases/kernel/syscalls/ptrace/ptrace06.c   |   5 +-
 testcases/kernel/syscalls/ptrace/ptrace07.c   |   3 +-
 testcases/kernel/syscalls/ptrace/ptrace11.c   |   3 +-
 .../kernel/syscalls/ptrace/simple_tracer.c    | 144 ------------------
 testcases/kernel/syscalls/ptrace/syscalls.h   |  17 ---
 18 files changed, 14 insertions(+), 284 deletions(-)
 delete mode 100644 m4/ltp-ptrace.m4
 delete mode 100755 testcases/kernel/syscalls/ptrace/make_syscall_list.sh
 delete mode 100644 testcases/kernel/syscalls/ptrace/ptrace.h
 delete mode 100644 testcases/kernel/syscalls/ptrace/simple_tracer.c
 delete mode 100644 testcases/kernel/syscalls/ptrace/syscalls.h

-- 
2.42.0


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

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

end of thread, other threads:[~2023-11-30 11:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-28  9:15 [LTP] [PATCH 0/3] ptrace: Remove old autotools checks Petr Vorel
2023-11-28  9:15 ` [LTP] [PATCH 1/3] " Petr Vorel
2023-11-28  9:15 ` [LTP] [PATCH 2/3] ptrace: Build ptrace06, enable in runtest/syscalls Petr Vorel
2023-11-28  9:15 ` [LTP] [RFC PATCH 3/3] ptrace: Remove simple_tracer.c Petr Vorel
2023-11-28 10:20 ` [LTP] [PATCH 0/3] ptrace: Remove old autotools checks Cyril Hrubis
2023-11-30 11:07   ` Petr Vorel

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