Re: [PATCH v4 18/22] objtool/klp: Don't correlate arm64 mapping symbols
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW67-1chkvWrkySov3YMmiMvEWBSkE=b9xJ2Auay5GUazQ@mail.gmail.com> |
On Sat, Aug 8, 2026 at 4:18 PM Josh Poimboeuf <[email protected]> wrote: > > ARM64 ELF files contain mapping symbols ($d, $x, $a, etc.) which mark > transitions between code and data. There are thousands of them per > object file, all sharing the same few names. > > They aren't "real" symbols so there's no need to correlate them. > > Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Song Liu <[email protected]>