Re: [RFC 6/8] x86_64/bug: Implement __WARN_printf()
From: Josh Poimboeuf
Date: Mon Jun 02 2025 - 16:16:28 EST
On Mon, Jun 02, 2025 at 08:09:22PM +0200, Peter Zijlstra wrote:
> Right. So the problem is using asm macros in inline-asm. We've tried
> adding those macros to a global asm, but IIRC that had trouble.
Yeah, IIRC, the problem I ran into was that clang doesn't allow defining
asm macros in global asm().
--
Josh