]> 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)
commitf42e94f03fa8941ed832443bac2757edc312ec0e
tree50936c166a8d71d2328f92d469760e4671bb789e
parent3559120d27f3ee435060d2ef113b761bd7c4572f
parent1e6f8573409e1b218468f91bc2432caa985c5c36
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>