From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Christopherson Subject: Re: [patch V2 02/17] x86/entry/64: Remove pointless jump in paranoid_exit Date: Wed, 23 Oct 2019 06:45:06 -0700 Message-ID: <20191023134505.GB329@linux.intel.com> References: <20191023122705.198339581@linutronix.de> <20191023123117.779277679@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20191023123117.779277679@linutronix.de> Sender: linux-kernel-owner@vger.kernel.org To: Thomas Gleixner Cc: LKML , x86@kernel.org, Peter Zijlstra , Andy Lutomirski , Will Deacon , Paolo Bonzini , kvm@vger.kernel.org, linux-arch@vger.kernel.org, Mike Rapoport , Josh Poimboeuf , Miroslav Benes List-Id: linux-arch.vger.kernel.org On Wed, Oct 23, 2019 at 02:27:07PM +0200, Thomas Gleixner wrote: > Jump directly to restore_regs_and_return_to_kernel instead of making > a pointless extra jump through .Lparanoid_exit_restore > > Signed-off-by: Thomas Gleixner > --- Reviewed-by: Sean Christopherson From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 23 Oct 2019 06:45:06 -0700 From: Sean Christopherson Subject: Re: [patch V2 02/17] x86/entry/64: Remove pointless jump in paranoid_exit Message-ID: <20191023134505.GB329@linux.intel.com> References: <20191023122705.198339581@linutronix.de> <20191023123117.779277679@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191023123117.779277679@linutronix.de> To: Thomas Gleixner Cc: LKML , x86@kernel.org, Peter Zijlstra , Andy Lutomirski , Will Deacon , Paolo Bonzini , kvm@vger.kernel.org, linux-arch@vger.kernel.org, Mike Rapoport , Josh Poimboeuf , Miroslav Benes List-ID: Message-ID: <20191023134506.uqNwRNx2TzSzTfDgMqgp3SLTwImvb0ZXC1jTR_w-n3Y@z> On Wed, Oct 23, 2019 at 02:27:07PM +0200, Thomas Gleixner wrote: > Jump directly to restore_regs_and_return_to_kernel instead of making > a pointless extra jump through .Lparanoid_exit_restore > > Signed-off-by: Thomas Gleixner > --- Reviewed-by: Sean Christopherson