ARM: reduce the information printed in call traces
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 13 May 2021 09:59:23 +0000 (10:59 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 17 Dec 2021 11:38:21 +0000 (11:38 +0000)
commitb0343ab330ae4d6c8d4210de5c16da704c2d4743
tree06f1a3f287966e77a3c64674214bec9c496d4b2a
parent3d14751f341e4778f967f2799eceef23a2dba8a0
ARM: reduce the information printed in call traces

A while back, Linus complained about the numeric values printed by the
ARM backtracing code. Printing these values does not make sense if one
does not have access to the kernel ELF image (as is normally the case
when helping a third party on a mailing list), but if one does, they
can be very useful to find the code, rather than searching for the
function name, and then doing hex math to work out where the backtrace
entry is referring to.

Provide an option to control whether this information is included,
which will only be visible if EXPERT is enabled.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/Kconfig.debug
arch/arm/kernel/traps.c