Re: linux-next: Tree for Apr 10 (lib/test_printf.ko)

From: Linus Torvalds
Date: Fri Apr 10 2020 - 14:11:27 EST


On Fri, Apr 10, 2020 at 9:35 AM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> KASAN detects a use-after-free in _raw_spin_lock_irqsave while
> running lib/test_printf.ko.

Btw, can you run these kinds of reports through scripts/decode_stacktrace.sh?

If you have debug info in your build, it will give much more
meaningful backtraces with file names and line numbers (and points to
inlining decisions etc too)

(For individual symbols, use scripts/faddr2line, but the
decode_stacktrace script does them all in one go).

I wonder if these scripts aren't well enough known, I see a lot of raw
dumps that could be immensely improved with a little scripting - but
they need the original vmlinux binary with debug info, so you can't do
it after-the-fact somewhere else..

Linus