Displaying 2 results from an estimated 2 matches for "0b3e64be7696".
2008 Apr 07
1
[PATCH] virtio: remove overzealous BUG_ON.
...#39;t disable
callbacks on transmit so the START_USE/END_USE debugging reentrance
protection can be easily tripped even on UP.
Thanks to Balaji Rao for the bug report and testing.
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
CC: Balaji Rao <balajirrao at gmail.com>
diff -r 0b3e64be7696 drivers/virtio/virtio_ring.c
--- a/drivers/virtio/virtio_ring.c Mon Apr 07 07:40:08 2008 +1000
+++ b/drivers/virtio/virtio_ring.c Mon Apr 07 13:37:03 2008 +1000
@@ -214,10 +215,7 @@ static void vring_disable_cb(struct virt
{
struct vring_virtqueue *vq = to_vvq(_vq);
- START_USE(vq);
- BUG_ON(v...
2008 Apr 07
1
[PATCH] virtio: remove overzealous BUG_ON.
...#39;t disable
callbacks on transmit so the START_USE/END_USE debugging reentrance
protection can be easily tripped even on UP.
Thanks to Balaji Rao for the bug report and testing.
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
CC: Balaji Rao <balajirrao at gmail.com>
diff -r 0b3e64be7696 drivers/virtio/virtio_ring.c
--- a/drivers/virtio/virtio_ring.c Mon Apr 07 07:40:08 2008 +1000
+++ b/drivers/virtio/virtio_ring.c Mon Apr 07 13:37:03 2008 +1000
@@ -214,10 +215,7 @@ static void vring_disable_cb(struct virt
{
struct vring_virtqueue *vq = to_vvq(_vq);
- START_USE(vq);
- BUG_ON(v...