From: Alexey Kuznetsov Date: Sat, 18 Mar 2006 00:05:43 +0000 (-0800) Subject: [NET]: Fix race condition in sk_wait_event(). X-Git-Tag: v2.6.16~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265a92856b17524c87da0258ac0d3cec80ae1d35;p=pandora-kernel.git [NET]: Fix race condition in sk_wait_event(). 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 --- Reading git-diff-tree failed