Re: [PATCH 30/48] objtool/klp: Handle Clang .data..Lanon anonymous data sections
From: Song Liu
Date: Fri Apr 24 2026 - 18:10:58 EST
On Wed, Apr 22, 2026 at 9:04 PM 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.
>
> Signed-off-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Acked-by: Song Liu <song@xxxxxxxxxx>