From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:8910 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S964876AbcFMHPv (ORCPT ); Mon, 13 Jun 2016 03:15:51 -0400 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u5D7Db8x055716 for ; Mon, 13 Jun 2016 03:15:49 -0400 Received: from e19.ny.us.ibm.com (e19.ny.us.ibm.com [129.33.205.209]) by mx0b-001b2d01.pphosted.com with ESMTP id 23gbjufk3u-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 13 Jun 2016 03:15:49 -0400 Received: from localhost by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 13 Jun 2016 03:15:49 -0400 Subject: Re: [PATCH] virtio_balloon: fix PFN format for virtio-1 To: "Michael S. Tsirkin" , linux-kernel@vger.kernel.org References: <1463574848-15630-1-git-send-email-mst@redhat.com> Cc: Cornelia Huck , virtualization@lists.linux-foundation.org, stable@vger.kernel.org From: Christian Borntraeger Date: Mon, 13 Jun 2016 09:15:44 +0200 MIME-Version: 1.0 In-Reply-To: <1463574848-15630-1-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Message-Id: <575E5DA0.1080906@de.ibm.com> Sender: stable-owner@vger.kernel.org List-ID: 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 > Signed-off-by: Michael S. Tsirkin 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