diff options
author | Paolo Abeni <pabeni@redhat.com> | 2020-08-07 19:03:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-07 17:26:16 -0700 |
commit | 7ee2492635d862fac39bc5ef234ffd3d8e9f833b (patch) | |
tree | 7329742a968e4f3f25562f75c9defe83bb8f57a0 /tools/testing | |
parent | 6bdb6211a61eaf91a22e9160b16795ee6c40f90d (diff) |
mptcp: fix warn at shutdown time for unaccepted msk sockets
With commit b93df08ccda3 ("mptcp: explicitly track the fully
established status"), the status of unaccepted mptcp closed in
mptcp_sock_destruct() changes from TCP_SYN_RECV to TCP_ESTABLISHED.
As a result mptcp_sock_destruct() does not perform the proper
cleanup and inet_sock_destruct() will later emit a warn.
Address the issue updating the condition tested in mptcp_sock_destruct().
Also update the related comment.
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/66
Reported-and-tested-by: Christoph Paasch <cpaasch@apple.com>
Fixes: b93df08ccda3 ("mptcp: explicitly track the fully established status")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing')
0 files changed, 0 insertions, 0 deletions