]> Pileus Git - ~andy/linux/commit
vhost-net: update used ring on backend change
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 20 Jul 2011 10:41:31 +0000 (13:41 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 21 Jul 2011 07:23:31 +0000 (10:23 +0300)
commitc047e5f3170c2595e66ed67f87cec01afd717212
tree5e48ab84e14e4380b8409e646f086143c1769f5d
parentb834226b04d6fb51178a64e98872856986c71474
vhost-net: update used ring on backend change

On backend change, we flushed out outstanding skbs
but forgot to update the used ring, so that
done entries were left in the ubuf_info ring.
As a result we lose heads or complete incorrect ones,
crashing the guest or leaking memory.
Fix by updating the used ring.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/net.c