]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'mptcp-test-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2024 13:05:15 +0000 (13:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2024 13:05:15 +0000 (13:05 +0000)
commit948abb59ebd3892c425165efd8fb2f5954db8de7
tree50111ef2f6d9419056184733a36ac136e1543033
parent429679dcf7d918b7bb523d89bde3307fb02496c3
parentf05d2283d11187675569d3a0286dbaf45d8eb70c
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) <matttbe@kernel.org>