Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] tools/nolibc: add pipe(), pipe2() and their testcase
@ 2023-07-31  5:50 Yuan Tan
  2023-07-31  5:50 ` [PATCH v2 1/2] tools/nolibc: add pipe() and pipe2() support Yuan Tan
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Yuan Tan @ 2023-07-31  5:50 UTC (permalink / raw)
  To: w, thomas; +Cc: falcon, linux-kernel, linux-kselftest, Yuan Tan

Hi, Willy, Thomas,

Thanks to your advice and I really learned a lot from it.

V2 now uses pipe2() to wrap pipe(), and fixes the strcmp issue in test
case.

Best regards,
Yuan Tan

Yuan Tan (2):
  tools/nolibc: add pipe() and pipe2() support
  selftests/nolibc: add testcase for pipe

 tools/include/nolibc/sys.h                   | 24 ++++++++++++++
 tools/testing/selftests/nolibc/nolibc-test.c | 35 ++++++++++++++++++++
 2 files changed, 59 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2023-08-01 14:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-31  5:50 [PATCH v2 0/2] tools/nolibc: add pipe(), pipe2() and their testcase Yuan Tan
2023-07-31  5:50 ` [PATCH v2 1/2] tools/nolibc: add pipe() and pipe2() support Yuan Tan
2023-07-31  6:07   ` Thomas Weißschuh
2023-07-31  6:13   ` Thomas Weißschuh
2023-07-31  5:51 ` [PATCH v2 2/2] selftests/nolibc: add testcase for pipe Yuan Tan
2023-07-31  6:10   ` Thomas Weißschuh
2023-07-31 12:35     ` Yuan Tan
2023-07-31 15:41       ` Thomas Weißschuh
2023-07-31 18:01         ` Yuan Tan
2023-07-31 18:28           ` Thomas Weißschuh
2023-08-01  6:51             ` Yuan Tan
2023-08-01  7:20               ` Thomas Weißschuh
2023-08-01 12:23                 ` Yuan Tan
2023-08-01 14:46                   ` Thomas Weißschuh 
2023-07-31  6:13 ` [PATCH v2 0/2] tools/nolibc: add pipe(), pipe2() and their testcase Thomas Weißschuh
2023-07-31 11:08   ` Yuan Tan

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