public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v4 0/2] Rewrite exit_group01 test
@ 2023-11-21 17:26 Andrea Cervesato
  2023-11-21 17:26 ` [LTP] [PATCH v4 1/2] Add tst_gettid wrapper around gettid syscall Andrea Cervesato
  2023-11-21 17:26 ` [LTP] [PATCH v4 2/2] Refactor exit_group01 using new API Andrea Cervesato
  0 siblings, 2 replies; 4+ messages in thread
From: Andrea Cervesato @ 2023-11-21 17:26 UTC (permalink / raw)
  To: ltp

From: Andrea Cervesato <andrea.cervesato@suse.com>

exit_group01 test has been completely rewritten and tst_gettid() has been added
to support missing gettid() syscall from GLIBC

Andrea Cervesato (2):
  Add tst_gettid wrapper around gettid syscall
  Refactor exit_group01 using new API

 include/tst_pid.h                             |   8 +
 lib/tst_pid.c                                 |   5 +
 testcases/kernel/syscalls/exit_group/Makefile |   2 +
 .../kernel/syscalls/exit_group/exit_group01.c | 144 +++++++++++-------
 4 files changed, 108 insertions(+), 51 deletions(-)

-- 
2.35.3


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

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

end of thread, other threads:[~2023-11-22 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21 17:26 [LTP] [PATCH v4 0/2] Rewrite exit_group01 test Andrea Cervesato
2023-11-21 17:26 ` [LTP] [PATCH v4 1/2] Add tst_gettid wrapper around gettid syscall Andrea Cervesato
2023-11-21 17:26 ` [LTP] [PATCH v4 2/2] Refactor exit_group01 using new API Andrea Cervesato
2023-11-22  9:31   ` Richard Palethorpe

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