git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5e6b9
)
[NET]: Fix race condition in sk_wait_event().
author
Alexey Kuznetsov
<kuznet@ms2.inr.ac.ru>
Sat, 18 Mar 2006 00:05:43 +0000
(16:05 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 18 Mar 2006 00:05:43 +0000
(16:05 -0800)
It is broken, the condition is checked out of socket lock. It is
wonderful the bug survived for so long time.
[ This fixes bugzilla #6233:
race condition in tcp_sendmsg when connection became established ]
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found