Re: [PATCH 0/2] objtool annotations: Avoid using inline asm operand modifiers

From: Josh Poimboeuf
Date: Wed May 19 2021 - 16:52:31 EST


On Wed, May 19, 2021 at 03:03:02PM +0200, Vasily Gorbik wrote:
> Make objtool annotations arch assembler independent. Would be nice if this goes
> via objtool tree. I have further patches which depend on that.
>
> Vasily Gorbik (2):
> compiler.h: Avoid using inline asm operand modifiers
> instrumentation.h: Avoid using inline asm operand modifiers
>
> include/linux/compiler.h | 22 ++++++++++++++--------
> include/linux/instrumentation.h | 20 ++++++++++++--------
> 2 files changed, 26 insertions(+), 16 deletions(-)

Thanks Vasily, looks good to me. Running it through some testing.

--
Josh