]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests: mptcp: connect: also cover checksum
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Tue, 15 Jul 2025 18:43:29 +0000 (20:43 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 21 Jul 2025 23:21:30 +0000 (16:21 -0700)
commitfdf0f60a2bb02ba581d9e71d583e69dd0714a521
treebef3918cef0d6cc4629ccef4afeba384d56a5b12
parent37848a456fc38c191aedfe41f662cc24db8c23d9
selftests: mptcp: connect: also cover checksum

The checksum mode has been added a while ago, but it is only validated
when manually launching mptcp_connect.sh with "-C".

The different CIs were then not validating these MPTCP Connect tests
with checksum enabled. To make sure they do, add a new test program
executing mptcp_connect.sh with the checksum mode.

Fixes: 94d66ba1d8e4 ("selftests: mptcp: enable checksum in mptcp_connect.sh")
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/20250715-net-mptcp-sft-connect-alt-v2-2-8230ddd82454@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/Makefile
tools/testing/selftests/net/mptcp/mptcp_connect_checksum.sh [new file with mode: 0755]