Re: [PATCH v2 36/53] objtool/klp: Handle Clang .data..Lanon anonymous data sections

From: Miroslav Benes

Date: Tue May 05 2026 - 07:46:23 EST


On Thu, 30 Apr 2026 21:08:24 -0700, Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
> Clang generates anonymous data sections named .data..Lanon.<hash>.
> These need section-symbol references in the same way as .data..Lubsan
> (GCC) and .data..L__unnamed_ (Clang UBSAN) sections. Without this,
> convert_reloc_sym() fails when processing relocations that reference
> these sections.
>
>
> [...]

Reviewed-by: Miroslav Benes <mbenes@xxxxxxx>

--
Miroslav