Re: [PATCH v3 9/9] objtool/klp: Fix line numbers in Module.symvers parse errors
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW4=kHYNU=hy2wbhNAhP1m+-5YoHDi6t+NdHvdH6yis4FA@mail.gmail.com> |
On Fri, Aug 7, 2026 at 2:38 PM Josh Poimboeuf <[email protected]> wrote: > > read_exports() reports the offending line number when it fails to parse > Module.symvers. The counter is initialized to 1 but never incremented, > so every error blames line 1 regardless of where the bad line is. > > Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Song Liu <[email protected]>