Re: [PATCH v2 0/2] x86: Fix inline asm call constraints for clang

2017-09-23 Thread Ingo Molnar
* Josh Poimboeuf wrote: > On Sat, Sep 23, 2017 at 12:53:18PM +0200, Ingo Molnar wrote: > > > > * Josh Poimboeuf wrote: > > > > > Patch 1 is a bug fix for an objtool issue which was uncovered by patch 2. > > > > > > Patch 2 is the last fix needed for clang to be able to compile and boot > > >

Re: [PATCH v2 0/2] x86: Fix inline asm call constraints for clang

2017-09-23 Thread Josh Poimboeuf
On Sat, Sep 23, 2017 at 12:53:18PM +0200, Ingo Molnar wrote: > > * Josh Poimboeuf wrote: > > > Patch 1 is a bug fix for an objtool issue which was uncovered by patch 2. > > > > Patch 2 is the last fix needed for clang to be able to compile and boot > > the kernel. > > > > Josh Poimboeuf (2): >

Re: [PATCH v2 0/2] x86: Fix inline asm call constraints for clang

2017-09-23 Thread Ingo Molnar
* Josh Poimboeuf wrote: > Patch 1 is a bug fix for an objtool issue which was uncovered by patch 2. > > Patch 2 is the last fix needed for clang to be able to compile and boot > the kernel. > > Josh Poimboeuf (2): > objtool: Handle another GCC stack pointer adjustment bug > x86/asm: Fix in

[PATCH v2 0/2] x86: Fix inline asm call constraints for clang

2017-09-20 Thread Josh Poimboeuf
Patch 1 is a bug fix for an objtool issue which was uncovered by patch 2. Patch 2 is the last fix needed for clang to be able to compile and boot the kernel. Josh Poimboeuf (2): objtool: Handle another GCC stack pointer adjustment bug x86/asm: Fix inline asm call constraints for clang arch/