Re: [PATCH 00/32] kselftest harness and nolibc compatibility

2025-03-04 Thread Willy Tarreau
Hi Thomas, On Tue, Mar 04, 2025 at 08:10:30AM +0100, Thomas Weißschuh wrote: > Nolibc is useful for selftests as the test programs can be very small, > and compiled with just a kernel crosscompiler, without userspace support. > Currently nolibc is only usable with kselftest.h, not the more > conve

[PATCH 00/32] kselftest harness and nolibc compatibility

2025-03-03 Thread Thomas Weißschuh
Nolibc is useful for selftests as the test programs can be very small, and compiled with just a kernel crosscompiler, without userspace support. Currently nolibc is only usable with kselftest.h, not the more convenient to use kselftest_harness.h This series provides this compatibility by adding new