Re: [tip: objtool/urgent] objtool: Consolidate annotation macros
From: Linus Torvalds
Date: Wed Dec 03 2025 - 11:49:58 EST
On Wed, 3 Dec 2025 at 08:40, tip-bot2 for Josh Poimboeuf
<tip-bot2@xxxxxxxxxxxxx> wrote:
>
> Consolidate __ASM_ANNOTATE into a single macro which is used by both C
> and asm. This also makes the code generation a bit more palatable by
> putting it all on a single line.
No objections, but I just wanted to say that when stating "this makes
the code generation more palatable", it would be good to actually show
*how* it does it (with just an example).
Because it's hard to read that diff and figure out what the actual
effect is. I can just about see it, but...
Linus