]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/oops: Fix missing pr_cont()s in show_stack()
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 2 Nov 2016 11:20:46 +0000 (22:20 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 12 Nov 2016 09:12:49 +0000 (20:12 +1100)
commit454f90bb5180d828fc8927125334c8086e2b613c
treeabe189da173adbc1ba933c0a96b6c40016e6fbe2
parent9df225e9f8666777be42374c590df3bfafc62936
powerpc/oops: Fix missing pr_cont()s in show_stack()

Previously we got away with printing the stack trace in multiple pieces
and it usually looked right.  But since commit 3c758df09457 ("printk:
reinstate KERN_CONT for printing continuation lines"), KERN_CONT is now
required when printing continuation lines. Use pr_cont() as appropriate.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/process.c