From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:59609 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1161347AbcFMSvI (ORCPT ); Mon, 13 Jun 2016 14:51:08 -0400 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u5DIhg1Z137074 for ; Mon, 13 Jun 2016 14:51:02 -0400 Received: from e37.co.us.ibm.com (e37.co.us.ibm.com [32.97.110.158]) by mx0a-001b2d01.pphosted.com with ESMTP id 23gemu145f-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 13 Jun 2016 14:51:02 -0400 Received: from localhost by e37.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 13 Jun 2016 12:51:01 -0600 Subject: Re: [PATCH] virtio_balloon: fix PFN format for virtio-1 To: Greg KH , "Michael S. Tsirkin" References: <1463574848-15630-1-git-send-email-mst@redhat.com> <20160613210800-mutt-send-email-mst@redhat.com> <20160613183559.GA10149@kroah.com> Cc: linux-kernel@vger.kernel.org, Cornelia Huck , virtualization@lists.linux-foundation.org, stable@vger.kernel.org From: Christian Borntraeger Date: Mon, 13 Jun 2016 20:50:54 +0200 MIME-Version: 1.0 In-Reply-To: <20160613183559.GA10149@kroah.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Message-Id: <575F008E.9040601@de.ibm.com> Sender: stable-owner@vger.kernel.org List-ID: On 06/13/2016 08:35 PM, Greg KH wrote: > On Mon, Jun 13, 2016 at 09:08:44PM +0300, Michael S. Tsirkin wrote: >> On Wed, May 18, 2016 at 03:38:53PM +0300, 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 >> >> Forgot to CC stable. >> Please consider this patch for inclusion in the next stable Linux. > > Someone needs to tell stable@ the git comit id of the patch when it hits > Linus's tree... > > thanks, > > greg k-h > See my mail, https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=87c9403b0d1de4676b0bd273eea68fcf6de68e68 commit 87c9403b0d1de4676b0bd273eea virtio_balloon: fix PFN format for virtio-1