Re: [PATCH] x86/entry: add compatibility with IAS

2020-07-14 Thread Sedat Dilek
On Tue, Jul 14, 2020 at 11:34 AM Sedat Dilek wrote: > > On Tue, Jul 14, 2020 at 12:40 AM Jian Cai wrote: > > > > Clang's integrated assembler does not allow symbols with non-absolute > > values to be reassigned. This patch allows the affected code to be > > compatible with IAS. > > > > Link: http

Re: [PATCH] x86/entry: add compatibility with IAS

2020-07-14 Thread Sedat Dilek
On Tue, Jul 14, 2020 at 12:40 AM Jian Cai wrote: > > Clang's integrated assembler does not allow symbols with non-absolute > values to be reassigned. This patch allows the affected code to be > compatible with IAS. > > Link: https://github.com/ClangBuiltLinux/linux/issues/1043 > Reported-by: Nick

[PATCH] x86/entry: add compatibility with IAS

2020-07-13 Thread Jian Cai
Clang's integrated assembler does not allow symbols with non-absolute values to be reassigned. This patch allows the affected code to be compatible with IAS. Link: https://github.com/ClangBuiltLinux/linux/issues/1043 Reported-by: Nick Desaulniers Reported-by: Sedat Dilek Suggested-by: Nick Desau

Re: [PATCH] x86/entry: add compatibility with IAS

2020-07-13 Thread Arvind Sankar
On Mon, Jul 13, 2020 at 02:38:01PM -0700, Jian Cai wrote: > Clang's integrated assembler does not allow symbols with non-absolute > values to be reassigned. This patch allows the affected code to be > compatible with IAS. > > Link: https://github.com/ClangBuiltLinux/linux/issues/1043 > Reported-by

[PATCH] x86/entry: add compatibility with IAS

2020-07-13 Thread Jian Cai
Clang's integrated assembler does not allow symbols with non-absolute values to be reassigned. This patch allows the affected code to be compatible with IAS. Link: https://github.com/ClangBuiltLinux/linux/issues/1043 Reported-by: Nick Desaulniers Reported-by: Sedat Dilek Suggested-by: Nick Desau

Re: [PATCH] x86/entry: add compatibility with IAS

2020-07-12 Thread Arvind Sankar
On Sun, Jul 12, 2020 at 10:54:29PM -0400, Arvind Sankar wrote: > On Sun, Jul 12, 2020 at 06:24:22PM -0700, Jian Cai wrote: > > Clang's integrated assembler does not allow symbols with non-absolute > > values to be reassigned. This patch allows the affected code to be > > compatible with IAS. > > >

Re: [PATCH] x86/entry: add compatibility with IAS

2020-07-12 Thread Arvind Sankar
On Sun, Jul 12, 2020 at 06:24:22PM -0700, Jian Cai wrote: > Clang's integrated assembler does not allow symbols with non-absolute > values to be reassigned. This patch allows the affected code to be > compatible with IAS. > > Link: https://github.com/ClangBuiltLinux/linux/issues/1043 > Reported-by

Re: [PATCH] x86/entry: add compatibility with IAS

2020-07-12 Thread Brian Gerst
On Sun, Jul 12, 2020 at 9:26 PM Jian Cai wrote: > > Clang's integrated assembler does not allow symbols with non-absolute > values to be reassigned. This patch allows the affected code to be > compatible with IAS. > > Link: https://github.com/ClangBuiltLinux/linux/issues/1043 > Reported-by: Nick D

[PATCH] x86/entry: add compatibility with IAS

2020-07-12 Thread Jian Cai
Clang's integrated assembler does not allow symbols with non-absolute values to be reassigned. This patch allows the affected code to be compatible with IAS. Link: https://github.com/ClangBuiltLinux/linux/issues/1043 Reported-by: Nick Desaulniers Reported-by: Sedat Dilek Suggested-by: Nick Desau