]> git.baikalelectronics.ru Git - kernel.git/commit
sh: dump_stack: Fix broken lines and ptrval in calltrace dumps
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 17 Jun 2020 14:36:35 +0000 (16:36 +0200)
committerRich Felker <dalias@libc.org>
Sat, 15 Aug 2020 02:05:09 +0000 (22:05 -0400)
commit7456c089ef17780c64b2e1787f1c9e4e87962158
tree3aa8f80942abb4147a2271e01aa2fc11ea9ead5a
parentf9c9f1ef6256468cc6796b20bc36964cce3144b7
sh: dump_stack: Fix broken lines and ptrval in calltrace dumps

Rejoin the broken lines by dropping the log level parameters and using
pr_cont().
Use "%px" to print sensible addresses in call traces.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/kernel/dumpstack.c