OSDN Git Service

Merge branch 'mptcp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 18 Apr 2020 22:43:20 +0000 (15:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Apr 2020 22:43:20 +0000 (15:43 -0700)
commit56e639e6a241de67488597fe2e07150f24ebc9de
tree40df7b66c503ce9569e475c97a602303a343f14e
parent310660a14b74c380b0ef5c12b66933d6a3d1b59f
parent9f5ca6a59816b406230adc440b6bb684fda90abe
Merge branch 'mptcp-fixes'

Florian Westphal says:

====================
mptcp: fix 'attempt to release socket in state...' splats

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>