Merge branch 'sctp-race-fix'
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 May 2021 20:36:21 +0000 (13:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 May 2021 20:36:21 +0000 (13:36 -0700)
commitd89ecd154c23dbee3461efaceaa60263cc9e8fee
tree50936c166a8d71d2328f92d469760e4671bb789e
parent2e9f60932a2c19e8a11b4a69d419f107024b05a0
parent34e5b01186858b36c4d7c87e1a025071e8e2401f
Merge branch 'sctp-race-fix'

Xin Long says:

====================
sctp: fix the race condition in sctp_destroy_sock in a proper way

The original fix introduced a dead lock, and has to be removed in
Patch 1/2, and we will get a proper way to fix it in Patch 2/2.
====================

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