Re: [PATCH 1/2] clang: work around asm output constraint problems
From: Eric Dumazet
Date: Sat Dec 20 2025 - 22:46:40 EST
On Sat, Dec 20, 2025 at 11:33 PM Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> On Fri, 19 Dec 2025 at 03:20, Eric Dumazet <edumazet@xxxxxxxxxx> wrote:
> >
> > Add ASM_OUTPUT_RM so that we can replace "=rm" constraint
> > where it maters for clang, while not penalizing gcc.
>
> I'll apply this - and the use case patch in 2/2 - directly, but I'll
> just group them all together the same wary the input side (RM/G) is
> already just done right next to each other.
SGTM, thanks Linus.