Re: [PATCH v2] x86, kbuild: revert macrofying inline assembly code

2018-12-21 Thread Andi Kleen
Masahiro Yamada writes: > Revert the following 9 commits: FWIW the -Wa additional also broke LTO builds because it doesn't really support -Wa for individual files. So I'm glad they got reverted. -Andi

Re: [PATCH v2] x86, kbuild: revert macrofying inline assembly code

2018-12-16 Thread Masahiro Yamada
On Sun, Dec 16, 2018 at 12:29 PM Nadav Amit wrote: > > > On Dec 15, 2018, at 6:50 PM, Masahiro Yamada > > wrote: > > > > Revert the following 9 commits: > > > > [1] 5bdcd510c2ac ("x86/jump-labels: Macrofy inline assembly code to > >work around GCC inlining bugs") > > > >This was

Re: [PATCH v2] x86, kbuild: revert macrofying inline assembly code

2018-12-15 Thread Nadav Amit
> On Dec 15, 2018, at 6:50 PM, Masahiro Yamada > wrote: > > Revert the following 9 commits: > > [1] 5bdcd510c2ac ("x86/jump-labels: Macrofy inline assembly code to >work around GCC inlining bugs") > >This was partially reverted because it made good cleanups >irrespective of the

[PATCH v2] x86, kbuild: revert macrofying inline assembly code

2018-12-15 Thread Masahiro Yamada
Revert the following 9 commits: [1] 5bdcd510c2ac ("x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs") This was partially reverted because it made good cleanups irrespective of the inlining issue; the error message is still unneeded, and the