Skip to content
Commit 62635ea8 authored by Sergey Senozhatsky's avatar Sergey Senozhatsky Committed by Tejun Heo
Browse files

workqueue: avoid hard lockups in show_workqueue_state()



show_workqueue_state() can print out a lot of messages while being in
atomic context, e.g. sysrq-t -> show_workqueue_state(). If the console
device is slow it may end up triggering NMI hard lockup watchdog.

Signed-off-by: default avatarSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Cc: stable@vger.kernel.org # v4.5+
parent 01dfee95
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment