From: David S. Miller Date: Mon, 4 Mar 2024 13:05:15 +0000 (+0000) Subject: Merge branch 'mptcp-test-fixes' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=948abb59ebd3892c425165efd8fb2f5954db8de7;p=linux.git Merge branch 'mptcp-test-fixes' Matthieu Baerts says: ==================== selftests: mptcp: fixes for diag.sh 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. ==================== Signed-off-by: Matthieu Baerts (NGI0) --- 948abb59ebd3892c425165efd8fb2f5954db8de7