Re: [PATCH 2/2] selftests: x86: vdso_restorer: Return correct exit statuses

From: Shuah Khan
Date: Tue Jul 16 2024 - 18:01:29 EST


On 7/12/24 01:30, Muhammad Usama Anjum wrote:
Return correct exit status, KSFT_SKIP if the pre-conditions aren't met.
Return KSFT_FAIL if error occurs. Use ksft_finished() which will
compmare the total planned tests with passed tests to return the exit
value.

Signed-off-by: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>

Same comment - here. Include before and after output to show
how this change improves the report.

thanks,
-- Shuah