]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1edfc851e23982c74e30954e1fc3d183f142b4a5
tree50936c166a8d71d2328f92d469760e4671bb789e
parentacde5a9ed9bafafa86c2bac949f40bcc65f352a3
parent414ed2f55029e9dfcfd2c9bd47cef31a16ac0ee2
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>