Re: [PATCH repost for-3.7] vhost: fix mergeable bufs on BE hosts
From: David Miller <davem@davemloft.net>
Date: 2012-10-25 03:20:22
Also in:
kvm, stable, virtualization
From: David Miller <davem@davemloft.net>
Date: 2012-10-25 03:20:22
Also in:
kvm, stable, virtualization
From: "Michael S. Tsirkin" <mst@redhat.com> Date: Wed, 24 Oct 2012 20:37:51 +0200
We copy head count to a 16 bit field, this works by chance on LE but on BE guest gets 0. Fix it up. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Tested-by: Alexander Graf <redacted> Cc: stable@vger.kernel.org
Applied, thanks.