public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v4 0/2] syscalls: Fix various syscall tests when compiled with Musl
@ 2022-08-25 14:38 Tudor Cretu
  2022-08-25 14:38 ` [LTP] [PATCH v4 1/2] syscalls/statfs02, fstatfs02: Convert to new API Tudor Cretu
  2022-08-25 14:38 ` [LTP] [PATCH v4 2/2] syscalls/statfs02, fstatfs02: Accept segfault instead of EFAULT Tudor Cretu
  0 siblings, 2 replies; 6+ messages in thread
From: Tudor Cretu @ 2022-08-25 14:38 UTC (permalink / raw)
  To: ltp

Hi,

There were a few issues with some syscalls tests when they were compiled
with Musl. This series attempts to improve the robustness of some syscall
tests.

changes v3->v4:
* My apologies, I was missing stdlib.h in [v3 Patch 2/2] so I updated the series.

Tudor Cretu (2):
  syscalls/statfs02,fstatfs02: Convert to new API
  syscalls/statfs02,fstatfs02: Accept segfault instead of EFAULT

 testcases/kernel/syscalls/fstatfs/fstatfs02.c | 111 ++++++------------
 testcases/kernel/syscalls/statfs/statfs02.c   | 108 ++++++-----------
 2 files changed, 78 insertions(+), 141 deletions(-)

-- 
2.25.1


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

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

end of thread, other threads:[~2022-09-21 13:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-25 14:38 [LTP] [PATCH v4 0/2] syscalls: Fix various syscall tests when compiled with Musl Tudor Cretu
2022-08-25 14:38 ` [LTP] [PATCH v4 1/2] syscalls/statfs02, fstatfs02: Convert to new API Tudor Cretu
2022-09-21 12:55   ` Cyril Hrubis
2022-09-21 13:26     ` Tudor Cretu
2022-08-25 14:38 ` [LTP] [PATCH v4 2/2] syscalls/statfs02, fstatfs02: Accept segfault instead of EFAULT Tudor Cretu
2022-09-21 13:18   ` Cyril Hrubis

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