From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422661AbcFMHPx (ORCPT ); Mon, 13 Jun 2016 03:15:53 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:26320 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S964881AbcFMHPv (ORCPT ); Mon, 13 Jun 2016 03:15:51 -0400 X-IBM-Helo: d01dlp01.pok.ibm.com X-IBM-MailFrom: borntraeger@de.ibm.com X-IBM-RcptTo: virtualization@lists.linux-foundation.org;mst@redhat.com;linux-kernel@vger.kernel.org;stable@vger.kernel.org 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 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 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 X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16061307-0056-0000-0000-00000080484B X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16061307-0057-0000-0000-000004999C8F Message-Id: <575E5DA0.1080906@de.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-06-13_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1606130080 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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