]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: mptcp: join: recreate signal endp with same ID
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Fri, 3 Apr 2026 11:29:31 +0000 (13:29 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 7 Apr 2026 02:14:30 +0000 (19:14 -0700)
commitc4a5cb2f00f9a8e48437b973d1aceb1540851b98
tree88720131a8e46116f6f4ea1a1e2b98de30974caa
parenteb477fdd68036a54a6678020d4e6ab177dea111c
selftests: mptcp: join: recreate signal endp with same ID

In this "delete re-add signal" MPTCP Join subtest, the endpoint linked
to the initial subflow is removed, but readded once with different ID.

It appears that there was an issue when reusing the same ID, recently
fixed by commit d191101dee25 ("mptcp: pm: in-kernel: always set ID as
avail when rm endp"). The test then now reuses the same ID the first
time, but continue to use another one (88) the second time.

This should then cover more cases.

Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/615
Reviewed-by: Geliang Tang <geliang@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20260403-net-next-mptcp-msg_eor-misc-v1-5-b0b33bea3fed@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/mptcp_join.sh