ltp.lists.linux.it archive mirror
 help / color / mirror / Atom feed
* [LTP] [PATCH v3 0/2] syscalls: Fix various syscall tests when compiled with Musl
@ 2022-08-25 11:10 Tudor Cretu
  2022-08-25 11:10 ` [LTP] [PATCH v3 1/2] syscalls/statfs02, fstatfs02: Convert to new API Tudor Cretu
  2022-08-25 11:10 ` [LTP] [PATCH v3 2/2] syscalls/statfs02, fstatfs02: Accept segfault instead of EFAULT Tudor Cretu
  0 siblings, 2 replies; 3+ messages in thread
From: Tudor Cretu @ 2022-08-25 11:10 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 v2->v3:
* This series contains only the statfs changes, as the other changes have
  been merged.
* Added a new patch that converts [f]statfs02 to the new API so that the
  changes are more straightforward.

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

 testcases/kernel/syscalls/fstatfs/fstatfs02.c | 110 ++++++------------
 testcases/kernel/syscalls/statfs/statfs02.c   | 107 ++++++-----------
 2 files changed, 76 insertions(+), 141 deletions(-)

-- 
2.25.1


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

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 11:10 [LTP] [PATCH v3 0/2] syscalls: Fix various syscall tests when compiled with Musl Tudor Cretu
2022-08-25 11:10 ` [LTP] [PATCH v3 1/2] syscalls/statfs02, fstatfs02: Convert to new API Tudor Cretu
2022-08-25 11:10 ` [LTP] [PATCH v3 2/2] syscalls/statfs02, fstatfs02: Accept segfault instead of EFAULT Tudor Cretu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).