From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Christopherson Subject: Re: [PATCH 4/4] kvm, vmx: remove manually coded vmx instructions Date: Fri, 26 Oct 2018 07:30:53 -0700 Message-ID: <20181026143052.GA20425@linux.intel.com> References: <09986c98c9655f1542768ecfda644ac821e67a57.1540369608.git.jsteckli@amazon.de> <1540550786.30273.55.camel@amazon.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: "digitaleric@google.com" , "linux-kernel@vger.kernel.org" , "kvm@vger.kernel.org" , "js@alien8.de" , "pbonzini@redhat.com" To: "Stecklina, Julian" Return-path: Content-Disposition: inline In-Reply-To: <1540550786.30273.55.camel@amazon.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Fri, Oct 26, 2018 at 10:46:27AM +0000, Stecklina, Julian wrote: > On Wed, 2018-10-24 at 10:44 -0700, Eric Northup wrote: > > This loses the exception handling from __ex* -> > > ____kvm_handle_fault_on_reboot. > > > > If deliberate, this should be called out in changelog.  Has the race > > which commit 4ecac3fd fixed been mitigated otherwise? > > No, this was not deliberate. Will fix. This is already in kvm/next as commit 4b1e54786e48 ("KVM/x86: Use assembly instruction mnemonics instead of .byte streams"), this patch can be dropped.