OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2e9f609
34e5b01
)
Merge branch 'sctp-race-fix'
author
David S. Miller
<davem@davemloft.net>
Mon, 3 May 2021 20:36:21 +0000
(13:36 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 3 May 2021 20:36:21 +0000
(13:36 -0700)
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>
Trivial merge