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:
40e4dc5
)
virtio_net: verify if queue is broken after virtqueue_get_buf()
author
Heinz Graalfs
<graalfs@linux.vnet.ibm.com>
Mon, 28 Oct 2013 23:10:47 +0000
(09:40 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 29 Oct 2013 00:58:19 +0000
(11:28 +1030)
If a virtqueue_get_buf() call returns a NULL pointer a possibly endless while
loop should be avoided by checking for a broken virtqueue.
Signed-off-by: Heinz Graalfs <graalfs@linux.vnet.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found