Re: [PATCH 1/2] clang: work around asm output constraint problems
From: Linus Torvalds
Date: Sat Dec 20 2025 - 17:33:00 EST
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.
Linus