summaryrefslogtreecommitdiff
path: root/scripts/mksysmap
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2020-08-07 20:03:53 +0300
committerDavid S. Miller <davem@davemloft.net>2020-08-08 03:26:16 +0300
commit7ee2492635d862fac39bc5ef234ffd3d8e9f833b (patch)
tree7329742a968e4f3f25562f75c9defe83bb8f57a0 /scripts/mksysmap
parent6bdb6211a61eaf91a22e9160b16795ee6c40f90d (diff)
downloadlinux-7ee2492635d862fac39bc5ef234ffd3d8e9f833b.tar.xz
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 'scripts/mksysmap')
0 files changed, 0 insertions, 0 deletions