From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:59608 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754566AbeCGO7d (ORCPT ); Wed, 7 Mar 2018 09:59:33 -0500 Date: Wed, 7 Mar 2018 06:59:36 -0800 From: Greg KH To: Paolo Bonzini Cc: Liran Alon , stable-commits@vger.kernel.org, stable@vger.kernel.org Subject: Re: Patch "KVM: x86: move LAPIC initialization after VMCS creation" has been added to the 4.14-stable tree Message-ID: <20180307145936.GF4109@kroah.com> References: <3937fb05-001b-4d5f-a93b-f394cac809ef@default> <59b19283-14f0-3b93-f9b3-8def14fd22fd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <59b19283-14f0-3b93-f9b3-8def14fd22fd@redhat.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Mar 07, 2018 at 01:12:52PM +0100, Paolo Bonzini wrote: > On 07/03/2018 09:32, Liran Alon wrote: > >> Fixes: 4191db26b714 ("KVM: x86: Update APICv on APIC reset") > >> Cc: stable@vger.kernel.org > >> Cc: Liran Alon > >> Signed-off-by: Paolo Bonzini > >> Signed-off-by: Greg Kroah-Hartman > > This commit broke a rare configuration. > > Don't we want to apply this to stable-tree together with the fix for that? > > The fix is at upstream commit b7e31be38558 ("KVM: x86: fix vcpu initialization with userspace lapic") > > Yes, definitely. Ok, now queued up. How did I miss that one before? odd...