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

2025-04-10 Thread Shuah Khan
On 4/10/25 09:19, Shuah Khan wrote: On 4/7/25 00:52, 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 convenient

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

2025-04-10 Thread Shuah Khan
On 4/7/25 00:52, 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 convenient to use kselftest_harness.h This serie