From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751960AbdJDH4p (ORCPT ); Wed, 4 Oct 2017 03:56:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53806 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751330AbdJDH4l (ORCPT ); Wed, 4 Oct 2017 03:56:41 -0400 Date: Wed, 4 Oct 2017 09:56:49 +0200 From: Greg KH To: Stefan Lippers-Hollmann Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, arei.gonglei@huawei.com, longpeng2@huawei.com, rkrcmar@redhat.com, wangxinxin.wang@huawei.com, weidong.huang@huawei.com, stable@vger.kernel.org Subject: Re: Patch "KVM: VMX: avoid double list add with VT-d posted interrupts" has been added to the 4.13-stable tree Message-ID: <20171004075649.GF28254@kroah.com> References: <1506947409121185@kroah.com> <20171003094625.34dedc87@mir> <972b2885-4a33-b30f-7fd0-bae0c4fe5aa3@redhat.com> <20171004003021.11df674e@mir> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171004003021.11df674e@mir> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 04, 2017 at 12:30:21AM +0200, Stefan Lippers-Hollmann wrote: > Hi > > On 2017-10-03, Paolo Bonzini wrote: > > On 03/10/2017 09:46, Stefan Lippers-Hollmann wrote: > > > On 2017-10-02, gregkh@linuxfoundation.org wrote: > > >> This is a note to let you know that I've just added the patch titled > > >> > > >> KVM: VMX: avoid double list add with VT-d posted interrupts > > >> > > >> to the 4.13-stable tree which can be found at: > > >> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > >> > > >> The filename of the patch is: > > >> kvm-vmx-avoid-double-list-add-with-vt-d-posted-interrupts.patch > > >> and it can be found in the queue-4.13 subdirectory. > > > > > > This patch, as part of the current queue-4.13, breaks the build on > > > i386 (amd64/ x86_64 builds fine): > [...] > > There is another patch in the kvm tree to fix it, I'll send it to stable > > immediately. > > Thanks, I can confirm this to work in 4.13.5-rc1 (including > "KVM: VMX: use cmpxchg64") for i386 and x86_64. > > Unrelated to this specific, solved, issue I can confirm kernel > 4.9.53-rc1 to build and boot on armhf (ipq8065) and 4.4.90-rc1 > on mips (ar71xx). Nice, thanks for testing and letting me know. greg k-h