aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2020-08-07 19:03:53 +0200
committerDavid S. Miller <davem@davemloft.net>2020-08-07 17:26:16 -0700
commit7ee2492635d862fac39bc5ef234ffd3d8e9f833b (patch)
tree7329742a968e4f3f25562f75c9defe83bb8f57a0 /tools
parentmptcp: more stable diag self-tests (diff)
downloadlinux-dev-7ee2492635d862fac39bc5ef234ffd3d8e9f833b.tar.xz
linux-dev-7ee2492635d862fac39bc5ef234ffd3d8e9f833b.zip
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')
0 files changed, 0 insertions, 0 deletions