OSDN Git Service

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)
commit0632a6d8c6809d71f535232a01374458164182ae
tree3aa8f80942abb4147a2271e01aa2fc11ea9ead5a
parent9b9fae8ba821c5ecd78d0fd977a3ab0357ec8029
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