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:
83b98fb
)
AF_UNIX: Fix poll blocking problem when reading from a stream socket
author
Alexey Moiseytsev
<himeraster@gmail.com>
Mon, 21 Nov 2011 13:35:25 +0000
(13:35 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 26 Nov 2011 21:34:22 +0000
(16:34 -0500)
poll() call may be blocked by concurrent reading from the same stream
socket.
Signed-off-by: Alexey Moiseytsev <himeraster@gmail.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found