Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 39f6ab68 authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior
Browse files

kernel/printk: Don't try to print from IRQ/NMI region


On -RT we try to acquire sleeping locks which might lead to warnings
from lockdep or a warn_on() from spin_try_lock() (which is a rtmutex on
RT).
We don't print in general from a IRQ off region so we should not try
this via console_unblank() / bust_spinlocks() as well.

Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
parent e36cdee2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment