soft lockup when lockdep is enabled (reproduced on mainline v6.3 and v6.4-rc7)
Hi DRM folks,
Last night I experienced very weird soft lockup on the mainline kernel.
I haven't experienced soft lockup without lockdep yet, but when lockdep
is enabled then my box always hangs during booting process, or to be more precise,
it hangs when I change from multi-user.target to graphical.target using systemd.
It was reproduced on
v6.3.0 (commit 457391b0 "Linux 6.3.0") and
v6.4-rc7 (commit 45a3e24f ("Linux 6.4-rc7"))
The config file used for v6.4-rc7 is attached as .config
full kernel messages are also attached as dmesg
My graphic card is NVIDIA's RTX 3060 Ti.
$ lspci | grep NVIDIA
06:00.0 VGA compatible controller: NVIDIA Corporation GA104 [GeForce RTX 3060 Ti GDDR6X] (rev a1)
06:00.1 Audio device: NVIDIA Corporation GA104 High Definition Audio Controller (rev a1)
Thank you in advance, and tell me if you need more information!