Re: [systemd-devel] Antw: Re: how to debug kernel panic which generated by udevadm at systemd?

2019-10-16 Thread www
Dear Mantas and Ulrich, Thank you very much for your help. Because systemd will automatically call this driver, which causes the system to fail to start normally, I have to load the driver in a different way (load it separately), and then debug it. Thanks again for your help. thanks, Byron

[systemd-devel] Antw: Re: how to debug kernel panic which generated by udevadm at systemd?

2019-10-15 Thread Ulrich Windl
>>> Mantas Mikulenas schrieb am 15.10.2019 um 20:32 in Nachricht : > On Tue, Oct 15, 2019 at 3:02 PM www wrote: > >> Dear all, >> >> I add a new driver to kernel, and it probe success. When enter into >> systemd, the udevadm generate a kernel panic. >> I want to ask how to debug it and find out