Re: [PATCH] scripts: fix faddr2line to work on last symbol

From: Linus Torvalds
Date: Thu Oct 12 2017 - 15:27:57 EST


On Thu, Oct 12, 2017 at 8:55 AM, Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
>
> We need to refactor the script a bit to be more section-aware. Instead
> of nm, I think it will need to use objdump or readelf, since nm doesn't
> seem to have an option for dumping the section name.

Fair enough, but I'll apply Neil's patch in the meantime as a stopgap.

Linus