On Thu, 15 Feb 2024 16:26:15 -0800 Jakub Kicinski wrote:
Hi!
When running selftests for our subsystem in our CI we'd like all tests to pass. Currently some tests use SKIP for cases they expect to fail, because the kselftest_harness limits the return codes to pass/fail/skip.
Clean up and support the use of the full range of ksft exit codes under kselftest_harness.
Merge plan is to put it on top of -rc4 and merge into net-next. That way others should be able to pull the patches without any networking changes.
I need to rejig these to follow Kees's suggestion from:
https://lore.kernel.org/all/20240216163119.7cc38231@kernel.org/