Re: [PATCH v3 9/9] objtool/klp: Fix line numbers in Module.symvers parse errors
From: Song Liu
Date: Tue Aug 11 2026 - 18:37:16 EST
On Fri, Aug 7, 2026 at 2:38 PM Josh Poimboeuf <jpoimboe@xxxxxxxxxx> 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 <jpoimboe@xxxxxxxxxx>
Acked-by: Song Liu <song@xxxxxxxxxx>