diff --git a/.topmsg b/.topmsg index 67446988e23b4..ce3e4d670f445 100644 --- a/.topmsg +++ b/.topmsg @@ -1,4 +1,13 @@ -From: Matthieu Baerts -Subject: [PATCH] t/selftests-mptcp-improve-fair-usage-on-close-stability +From: Paolo Abeni +Subject: [PATCH] selftests: mptcp: improve 'fair usage on close' stability -Signed-off-by: Matthieu Baerts +The mentioned tests has to wait for a subflow creation failure. +The current code looks for TCP sockets in TW state and sometimes +misses the relevant event. Switch to a more stable check, looking +for the associated mib counter. + +Fixes: 46e967d187ed ("selftests: mptcp: add tests for subflow creation failure") +Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/257 +Reported-and-tested-by: Matthieu Baerts +Reviewed-by: Mat Martineau +Signed-off-by: Paolo Abeni