Hi Pierre, On 2023-04-14, Pierre Gondois <pierre.gondois@xxxxxxx> wrote: > ============================= > [ BUG: Invalid wait context ] > 6.3.0-rc5-rt8-gacb52bd349a2 #417 Not tainted > ----------------------------- > swapper/0/1 is trying to lock: > ffff00097eea1180 (cpu){....}-{3:3}, at: __printk_safe_enter (kernel/printk/printk_safe.c:28 (discriminator 3)) > other info that might help us debug this: > context-{5:5} > 1 lock held by swapper/0/1: > #0: ffff80000ba77028 (rcu_tasks_rude.cbs_gbl_lock){....}-{2:2}, at: cblist_init_generic (kernel/rcu/tasks.h:233) This is actually a mainline issue relating to legacy consoles. In mainline you see it as a warning when CONFIG_PROVE_RAW_LOCK_NESTING is enabled. If you enable CONFIG_PREEMPT_RT you will not have the problem. I will look at how the issue can be gracefully ignored in !CONFIG_PREEMPT_RT. Thanks for reporting. John Ogness