Re: [PATCH] selftests: Mark ksft_exit_fail_perror() as __noreturn

From: Shuah Khan
Date: Tue Apr 16 2024 - 20:04:56 EST


On 4/15/24 09:41, Nathan Chancellor wrote:
On Sun, Apr 14, 2024 at 11:26:53AM +0500, Muhammad Usama Anjum wrote:
Let the compilers (clang) know that this function would just call
exit() and would never return. It is needed to avoid false positive
static analysis errors. All similar functions calling exit()
unconditionally have been marked as __noreturn.

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

Reviewed-by: Nathan Chancellor <nathan@xxxxxxxxxx>


Thank you both. Applied to linux-kselftest next for Linux 6.10-rc1.

thanks,
-- Shuah