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:
1f74ef0
)
virtio_net: don't crash if virtqueue is broken.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 13 Mar 2014 00:53:39 +0000
(11:23 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 13 Mar 2014 00:57:55 +0000
(11:27 +1030)
A bad implementation of virtio might cause us to mark the virtqueue
broken: we'll dev_err() in that case, and the device is useless, but
let's not BUG_ON().
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/net/virtio_net.c
patch
|
blob
|
history
diff --cc
drivers/net/virtio_net.c
Simple merge