]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests: mptcp: list sysctl data
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Mon, 21 Oct 2024 10:25:28 +0000 (12:25 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 28 Oct 2024 22:50:57 +0000 (15:50 -0700)
commit5513dc1d8fec929006548dde4acdabdc54379beb
treea7cc2bae02df01158590b09ec7c028841c73c5ec
parent3deb12c788c385e17142ce6ec50f769852fcec65
selftests: mptcp: list sysctl data

Listing all the values linked to the MPTCP sysctl knobs was not
exercised in MPTCP test suite.

Let's do that to avoid any regressions, but also to have a kernel with a
debug kconfig verifying more assumptions. For the moment, we are not
interested by the output, only to avoid crashes and warnings.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241021-net-mptcp-sched-lock-v1-3-637759cf061c@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/mptcp_connect.sh