netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] mptcp: fix 'attempt to release socket in state...' splats
@ 2020-04-17  7:28 Florian Westphal
  2020-04-17  7:28 ` [PATCH net 1/2] mptcp: fix splat when incoming connection is never accepted before exit/close Florian Westphal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Florian Westphal @ 2020-04-17  7:28 UTC (permalink / raw)
  To: netdev

These two patches fix error handling corner-cases where
inet_sock_destruct gets called for a mptcp_sk that is not in TCP_CLOSE
state.  This results in unwanted error printks from the network stack.

 protocol.c |    8 ++++++--
 subflow.c  |   33 +++++++++++++++++++++++++++++++--
 2 files changed, 37 insertions(+), 4 deletions(-)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-18 22:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17  7:28 [PATCH net] mptcp: fix 'attempt to release socket in state...' splats Florian Westphal
2020-04-17  7:28 ` [PATCH net 1/2] mptcp: fix splat when incoming connection is never accepted before exit/close Florian Westphal
2020-04-17  7:28 ` [PATCH net 2/2] mptcp: fix 'Attempt to release TCP socket in state' warnings Florian Westphal
2020-04-18 22:44 ` [PATCH net] mptcp: fix 'attempt to release socket in state...' splats David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).