[BUG] rockpro64 board hangs in console_init() after commit 10e14073107d

Jiri Slaby jirislaby at kernel.org
Mon Jun 13 22:15:48 PDT 2022


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



More information about the linux-arm-kernel mailing list