diff --git a/.topmsg b/.topmsg index 91d6973b0a17f..34ed04891f542 100644 --- a/.topmsg +++ b/.topmsg @@ -1,4 +1,14 @@ -From: Matthieu Baerts -Subject: [PATCH] t/selftests-mptcp-more-robust-signal-race-test +From: Paolo Abeni +Subject: [PATCH] selftests: mptcp: more robust signal race test -Signed-off-by: Matthieu Baerts +The in kernel MPTCP PM implementation can process a single +incoming add address option at any given time. In the +mentioned test the server can surpas such limit. Let the +setup cope with that allowing a faster add_addr retransmission. + +Fixes: a88c9e496937 ("mptcp: do not block subflows creation on errors") +Fixes: f7efc7771eac ("mptcp: drop argument port from mptcp_pm_announce_addr") +Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/254 +Reported-and-tested-by: Matthieu Baerts +Reviewed-by: Matthieu Baerts +Signed-off-by: Paolo Abeni