Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1439457

Re: [PATCH] x86/asm/entry: Make thunk's restore a local label

From Ingo Molnar <mingo@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH] x86/asm/entry: Make thunk's restore a local label
Date 2016-07-08 15:40 +0200
Message-ID <rSEaC-5on-11@gated-at.bofh.it> (permalink)
References <rNbsB-12A-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


* Borislav Petkov <bp@alien8.de> wrote:

> From: Borislav Petkov <bp@suse.de>
> 
> No need to have it appear in objdump output.
> 
> No functionality change.
> 
> Signed-off-by: Borislav Petkov <bp@suse.de>
> ---
>  arch/x86/entry/thunk_64.S | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/x86/entry/thunk_64.S b/arch/x86/entry/thunk_64.S
> index 027aec4a74df..7b506f52a92c 100644
> --- a/arch/x86/entry/thunk_64.S
> +++ b/arch/x86/entry/thunk_64.S
> @@ -33,7 +33,7 @@
>  	.endif
>  
>  	call \func
> -	jmp  restore
> +	jmp  .Lrestore

Btw., could we make it .L_restore to make it more readable - or does the 
underscore confuse tooling?

Thanks,

	Ingo

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH] x86/asm/entry: Make thunk's restore a local label Ingo Molnar <mingo@kernel.org> - 2016-07-08 15:40 +0200
  [PATCH v1.1] x86/asm/entry: Make thunk's restore a local label Borislav Petkov <bp@alien8.de> - 2016-07-08 16:20 +0200
    [tip:x86/asm] x86/asm/entry: Make thunk's restore a local label tip-bot for Borislav Petkov <tipbot@zytor.com> - 2016-07-08 16:50 +0200

csiph-web