On 13. 06. 22, 18:54, Alexandru Elisei wrote:
I've booted a kernel compiled with CONFIG_PROVE_LOCKING=y, as the offending commit fiddles with locks, but no splat was produced that would explain the hang.
It's too early for lockdep. Could you try to move lockdep_init() before console_init() in start_kernel()?
You'd need to use early console (which you already do). thanks, -- js suse labs