Hello:
This series was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Fri, 01 Mar 2024 18:11:21 +0100 you wrote:
Here are two patches fixing issues in MPTCP diag.sh kselftest:
Patch 1 makes sure the exit code is '1' in case of error, and not the test ID, not to return an exit code that would be wrongly interpreted by the ksefltests framework, e.g. '4' means 'skip'.
Patch 2 avoids waiting for unnecessary conditions, which can cause timeouts in some very slow environments.
[...]
Here is the summary with links: - [net,1/2] selftests: mptcp: diag: return KSFT_FAIL not test_cnt https://git.kernel.org/netdev/net/c/45bcc0346561 - [net,2/2] selftests: mptcp: diag: avoid extra waiting https://git.kernel.org/netdev/net/c/f05d2283d111
You are awesome, thank you!