]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
alpha: fix formating of stack content
authorMikulas Patocka <mpatocka@redhat.com>
Tue, 2 Jan 2018 19:00:32 +0000 (14:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Feb 2018 12:21:19 +0000 (13:21 +0100)
commit71611b37cca4982da64d1807ab54749826628805
tree524c9fb2d424105877af7532763b6e5fa9dda963
parent7d22d92ca6c9cc72629eb00b576de4f0f0dc8f74
alpha: fix formating of stack content

commit 4b01abdb32fc36abe877503bfbd33019159fad71 upstream.

Since version 4.9, the kernel automatically breaks printk calls into
multiple newlines unless pr_cont is used. Fix the alpha stacktrace code,
so that it prints stack trace in four columns, as it was initially
intended.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/alpha/kernel/traps.c