Re: [PATCH v2 21/53] objtool/klp: Fix reloc corruption in convert_reloc_sym_to_secsym()
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW6rM+Zd6zWBT2Mg61rn-Gy91JJBtsOftSYBeryT4hgOqw@mail.gmail.com> |
On Fri, May 1, 2026 at 5:10 AM Josh Poimboeuf <[email protected]> wrote: > > Use the section symbol's index instead of the old symbol's index when > updating the ELF relocation entry in convert_reloc_sym_to_secsym(). > > Found by Sashiko review. > > Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Song Liu <[email protected]>