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:
783e398
)
vhost-net: remove unlocked use of receive_queue
author
Michael S. Tsirkin
<mst@redhat.com>
Sun, 13 Mar 2011 21:00:52 +0000
(23:00 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 13 Mar 2011 21:08:19 +0000
(23:08 +0200)
Use of skb_queue_empty(&sock->sk->sk_receive_queue)
without taking the sk_receive_queue.lock is unsafe
or useless. Take it out.
Reported-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
No differences found