Re: [PATCH v3 16/21] objtool/klp: Filter arm64 mapping symbols in find_symbol_by_offset()
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW7ZrmF+5kPn=SqSvG_9hMYg90Oxp=JNZyEGXvU0KvJQbA@mail.gmail.com> |
On Tue, May 12, 2026 at 8:34 PM Josh Poimboeuf <[email protected]> wrote: > > ARM64 ELF objects contain $d/$x mapping symbols (STT_NOTYPE) at offset 0 > in data/text sections. These aren't "real" symbols so filter them from > find_symbol_by_offset(), consistent with the existing section symbol > filter. > > Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Song Liu <[email protected]>