On Thu, Sep 07, 2017 at 09:12:42AM +0200, Ingo Molnar wrote:
>
> * Miguel Bernal Marin wrote:
>
> > kernel/locking/rwsem.o: warning: objtool: up_read()+0x11: call without
> > frame pointer save/setup
> >
> > The warning means gcc 7.2.0 placed the __up_read() inline asm (and its
> > call instru
* Miguel Bernal Marin wrote:
> kernel/locking/rwsem.o: warning: objtool: up_read()+0x11: call without frame
> pointer save/setup
>
> The warning means gcc 7.2.0 placed the __up_read() inline asm (and its
> call instruction) before the frame pointer setup in up_read(),
> which breaks frame poin
kernel/locking/rwsem.o: warning: objtool: up_read()+0x11: call without frame
pointer save/setup
The warning means gcc 7.2.0 placed the __up_read() inline asm (and its
call instruction) before the frame pointer setup in up_read(),
which breaks frame pointer convention and can result in incorrect
s
3 matches
Mail list logo