hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/virtio/virtio_ring.c
....@@ -1190,7 +1190,7 @@
11901190 }
11911191 }
11921192
1193
- if (i < head)
1193
+ if (i <= head)
11941194 vq->packed.avail_wrap_counter ^= 1;
11951195
11961196 /* We're using some buffers from the free list. */