Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 4 Mar 2024 15:36:20 -0800 you wrote:
selftest harness uses various exit codes to signal test results. Avoid calling exit() directly, otherwise tests may get broken by harness refactoring (like the commit under Fixes). SKIP() will instruct the harness that the test shouldn't run, it used to not be the case, but that has been fixed. So just return, no need to exit.
[...]
Here is the summary with links: - [net-next] selftests: avoid using SKIP(exit()) in harness fixure setup https://git.kernel.org/netdev/net-next/c/e3350ba4a5b7
You are awesome, thank you!