On Tue, Feb 13, 2024 at 07:44:13AM -0800, Jakub Kicinski wrote:
Commit 0ef67a888375 ("selftests/harness: Report skip reason") added shared memory to communicate between harness and test. Use that instead of exit codes to send the failing step back to the harness. The exit codes are limited and because of the step passing we can't use the full range of KSFT_* exit codes.
Signed-off-by: Jakub Kicinski kuba@kernel.org
Ah, very nice! Good idea.
Acked-by: Kees Cook keescook@chromium.org