Re: [PATCH] x86: Avoid pr_cont() in show_opcodes()

From: Peter Zijlstra
Date: Mon Jul 09 2018 - 04:50:11 EST


On Sat, Jul 07, 2018 at 10:54:28PM +0900, Tetsuo Handa wrote:
> >> Since syzbot is confused by concurrent printk() messages [1],
> >> this patch changes show_opcodes() to use snprintf().

But how big of a problem is that really? We can't very well remove all
pr_cont stuff from the kernel.