]> git.proxmox.com Git - pve-qemu.git/blobdiff - debian/patches/extra/0014-virtio-fix-descriptor-counting-in-virtqueue_pop.patch
bump version to 2.9.1-3
[pve-qemu.git] / debian / patches / extra / 0014-virtio-fix-descriptor-counting-in-virtqueue_pop.patch
index 15c5afee4b96e2cc3f6c9078fc91e367c3ffc2ba..ba7d35285f496d12cd811ec7addfcb903cdf4890 100644 (file)
@@ -1,7 +1,7 @@
-From 3474ad551f5ff8c550d388251c9555882d9beb5d Mon Sep 17 00:00:00 2001
+From 5cd576814744853a855ab64400e2d8d9c0b7bb0e Mon Sep 17 00:00:00 2001
 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
-Date: Tue, 19 Sep 2017 14:20:28 +0200
-Subject: [PATCH 14/14] virtio: fix descriptor counting in virtqueue_pop
+Date: Wed, 20 Sep 2017 08:09:33 +0200
+Subject: [PATCH 14/23] virtio: fix descriptor counting in virtqueue_pop
 
 While changing the s/g list allocation, commit 3b3b0628
 also changed the descriptor counting to count iovec entries
@@ -15,6 +15,8 @@ Reported-by: Hans Middelhoek <h.middelhoek@ospito.nl>
 Link: https://forum.proxmox.com/threads/vm-crash-with-memory-hotplug.35904/
 Fixes: 3b3b0628217e ("virtio: slim down allocation of VirtQueueElements")
 Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
+Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
+Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
 ---
  hw/virtio/virtio.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)