Re: [PATCH v2 36/53] objtool/klp: Handle Clang .data..Lanon anonymous data sections
Miroslav Benes <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <177798039059.9921.14573492617438474398.b4-review@b4> |
On Thu, 30 Apr 2026 21:08:24 -0700, Josh Poimboeuf <[email protected]> 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 <[email protected]> -- Miroslav