mbox series

[v5,0/2] Rewrite exit_group01 test

Message ID 20231122144944.23993-1-andrea.cervesato@suse.de
Headers show
Series Rewrite exit_group01 test | expand

Message

Andrea Cervesato Nov. 22, 2023, 2:49 p.m. UTC
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 | 161 ++++++++++++------
 4 files changed, 125 insertions(+), 51 deletions(-)

Comments

Richard Palethorpe Nov. 23, 2023, 9:30 a.m. UTC | #1
Hello,

Merged, thanks!

Andrea Cervesato <andrea.cervesato@suse.de> writes:

> 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 | 161 ++++++++++++------
>  4 files changed, 125 insertions(+), 51 deletions(-)
>
> -- 
> 2.35.3