]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: mptcp: join: mark 'flush re-add' as skipped if not supported
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Mon, 20 Oct 2025 20:53:27 +0000 (22:53 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 22 Oct 2025 00:36:46 +0000 (17:36 -0700)
commitd68460bc31f9c8c6fc81fbb56ec952bec18409f1
tree5f06ccf6f932e2bfabe595cdcec11461af18a0d4
parente84cb860ac3ce67ec6ecc364433fd5b412c448bc
selftests: mptcp: join: mark 'flush re-add' as skipped if not supported

The call to 'continue_if' was missing: it properly marks a subtest as
'skipped' if the attached condition is not valid.

Without that, the test is wrongly marked as passed on older kernels.

Fixes: e06959e9eebd ("selftests: mptcp: join: test for flush/re-add endpoints")
Cc: stable@vger.kernel.org
Reviewed-by: Geliang Tang <geliang@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20251020-net-mptcp-c-flag-late-add-addr-v1-2-8207030cb0e8@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/mptcp_join.sh