commit | 56e639e6a241de67488597fe2e07150f24ebc9de | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Apr 18 15:43:20 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 18 15:43:20 2020 -0700 |
tree | 40df7b66c503ce9569e475c97a602303a343f14e | |
parent | 310660a14b74c380b0ef5c12b66933d6a3d1b59f [diff] | |
parent | 9f5ca6a59816b406230adc440b6bb684fda90abe [diff] |
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>