From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965111AbcFMSgD (ORCPT ); Mon, 13 Jun 2016 14:36:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42146 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965014AbcFMSgB (ORCPT ); Mon, 13 Jun 2016 14:36:01 -0400 Date: Mon, 13 Jun 2016 11:35:59 -0700 From: Greg KH To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Cornelia Huck , virtualization@lists.linux-foundation.org, stable@vger.kernel.org Subject: Re: [PATCH] virtio_balloon: fix PFN format for virtio-1 Message-ID: <20160613183559.GA10149@kroah.com> References: <1463574848-15630-1-git-send-email-mst@redhat.com> <20160613210800-mutt-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160613210800-mutt-send-email-mst@redhat.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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