Re: [PATCH v6 17/28] x86/asm: use SYM_INNER_LABEL instead of GLOBAL

2018-05-21 Thread Jiri Slaby
On 05/18/2018, 09:41 PM, Andy Lutomirski wrote: > On Fri, May 18, 2018 at 2:17 AM Jiri Slaby wrote: > >> GLOBAL had several meanings and is going away. In this patch, convert >> all the inner function labels marked with GLOBAL to use SYM_INNER_LABEL >> instead. > >> Note that

Re: [PATCH v6 17/28] x86/asm: use SYM_INNER_LABEL instead of GLOBAL

2018-05-21 Thread Jiri Slaby
On 05/18/2018, 09:41 PM, Andy Lutomirski wrote: > On Fri, May 18, 2018 at 2:17 AM Jiri Slaby wrote: > >> GLOBAL had several meanings and is going away. In this patch, convert >> all the inner function labels marked with GLOBAL to use SYM_INNER_LABEL >> instead. > >> Note that retint_user needs

Re: [PATCH v6 17/28] x86/asm: use SYM_INNER_LABEL instead of GLOBAL

2018-05-19 Thread Ingo Molnar
* Andy Lutomirski wrote: > On Fri, May 18, 2018 at 2:17 AM Jiri Slaby wrote: > > > GLOBAL had several meanings and is going away. In this patch, convert > > all the inner function labels marked with GLOBAL to use SYM_INNER_LABEL > > instead. > > > Note

Re: [PATCH v6 17/28] x86/asm: use SYM_INNER_LABEL instead of GLOBAL

2018-05-19 Thread Ingo Molnar
* Andy Lutomirski wrote: > On Fri, May 18, 2018 at 2:17 AM Jiri Slaby wrote: > > > GLOBAL had several meanings and is going away. In this patch, convert > > all the inner function labels marked with GLOBAL to use SYM_INNER_LABEL > > instead. > > > Note that retint_user needs not be global,

Re: [PATCH v6 17/28] x86/asm: use SYM_INNER_LABEL instead of GLOBAL

2018-05-18 Thread Andy Lutomirski
On Fri, May 18, 2018 at 2:17 AM Jiri Slaby wrote: > GLOBAL had several meanings and is going away. In this patch, convert > all the inner function labels marked with GLOBAL to use SYM_INNER_LABEL > instead. > Note that retint_user needs not be global, perhaps since commit >

Re: [PATCH v6 17/28] x86/asm: use SYM_INNER_LABEL instead of GLOBAL

2018-05-18 Thread Andy Lutomirski
On Fri, May 18, 2018 at 2:17 AM Jiri Slaby wrote: > GLOBAL had several meanings and is going away. In this patch, convert > all the inner function labels marked with GLOBAL to use SYM_INNER_LABEL > instead. > Note that retint_user needs not be global, perhaps since commit > 2ec67971facc

[PATCH v6 17/28] x86/asm: use SYM_INNER_LABEL instead of GLOBAL

2018-05-18 Thread Jiri Slaby
GLOBAL had several meanings and is going away. In this patch, convert all the inner function labels marked with GLOBAL to use SYM_INNER_LABEL instead. Note that retint_user needs not be global, perhaps since commit 2ec67971facc ("x86/entry/64/compat: Remove most of the fast system call

[PATCH v6 17/28] x86/asm: use SYM_INNER_LABEL instead of GLOBAL

2018-05-18 Thread Jiri Slaby
GLOBAL had several meanings and is going away. In this patch, convert all the inner function labels marked with GLOBAL to use SYM_INNER_LABEL instead. Note that retint_user needs not be global, perhaps since commit 2ec67971facc ("x86/entry/64/compat: Remove most of the fast system call