From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Christopherson Subject: Re: [patch V2 01/17] x86/entry/32: Remove unused resume_userspace label Date: Wed, 23 Oct 2019 06:43:45 -0700 Message-ID: <20191023134345.GA329@linux.intel.com> References: <20191023122705.198339581@linutronix.de> <20191023123117.686514045@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20191023123117.686514045@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:06PM +0200, Thomas Gleixner wrote: > The C reimplementation of SYSENTER left that unused ENTRY() label > around. Remove it. > > Fixes: 5f310f739b4c ("x86/entry/32: Re-implement SYSENTER using the new C path") > Originally-by: Peter Zijlstra > 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:43:45 -0700 From: Sean Christopherson Subject: Re: [patch V2 01/17] x86/entry/32: Remove unused resume_userspace label Message-ID: <20191023134345.GA329@linux.intel.com> References: <20191023122705.198339581@linutronix.de> <20191023123117.686514045@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191023123117.686514045@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: <20191023134345.EG2CbtCEne4gsi7BSvldzAeOqBZSV-jUM0nMJbjazO0@z> On Wed, Oct 23, 2019 at 02:27:06PM +0200, Thomas Gleixner wrote: > The C reimplementation of SYSENTER left that unused ENTRY() label > around. Remove it. > > Fixes: 5f310f739b4c ("x86/entry/32: Re-implement SYSENTER using the new C path") > Originally-by: Peter Zijlstra > Signed-off-by: Thomas Gleixner > --- Reviewed-by: Sean Christopherson