Re: [PATCH] virtio_balloon: fix PFN format for virtio-1
From: Christian Borntraeger <hidden>
Date: 2016-06-13 07:15:44
From: Christian Borntraeger <hidden>
Date: 2016-06-13 07:15:44
On 05/18/2016 02:38 PM, Michael S. Tsirkin wrote:
Everything should be LE when using virtio-1, but the linux balloon driver does not seem to care about that. Cc: stable@vger.kernel.org Reported-by: Cornelia Huck <redacted> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
The final commit in Linus tree does not contain cc stable see https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=87c9403b0d1de4676b0bd273eea68fcf6de68e68 But it is certainly table material. Christian