[LTP] [PATCH v2 0/3] Refactor tests which are verifying fork/vfork functionalities
Andrea Cervesato
andrea.cervesato@suse.de
Wed Mar 4 16:02:25 CET 2026
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
Changes in v2:
- _exit(0) to avoid undefind behavior after fork/vfork
- finished uncompleted vfork02
- release getcwd() memory
- use SAFE_MALLOC() instead of SAFE_MMAP() to share between parent and
child
- missing fork_child in vfork01
- fix missing copyright
- Link to v1: https://lore.kernel.org/r/20260127-fork_refactoring-v1-0-e3e21ff1a4f7@suse.com
---
Andrea Cervesato (3):
syscalls: refactor fork09 using new API
syscalls: refactor vfork01 using new API
syscalls: refactor vfork02 using new API
testcases/kernel/syscalls/fork/fork09.c | 215 ++++++-----------
testcases/kernel/syscalls/vfork/vfork01.c | 375 ++++--------------------------
testcases/kernel/syscalls/vfork/vfork02.c | 248 ++++----------------
3 files changed, 165 insertions(+), 673 deletions(-)
---
base-commit: 23ea0f0f8064f68bbf4d5c5f4f037ef18a5848d8
change-id: 20260126-fork_refactoring-8067f844f8b6
Best regards,
--
Andrea Cervesato <andrea.cervesato@suse.com>
More information about the ltp
mailing list