https://bugzilla.kernel.org/show_bug.cgi?id=216230 Mario Limonciello (AMD) (mario.limonciello@xxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED --- Comment #16 from Mario Limonciello (AMD) (mario.limonciello@xxxxxxx) --- > Knowing this, is there anything else you'd like me to try besides your > suggestions above? Actually this does make something pop out in my mind. In your failing log above you had shown this: > [ 4.295526] kernel: Disabling IRQ #9 By this happening before pinctrl_amd is loaded might mean that IRQs are not being serviced anymore for the ACPI SCI driver. When pinctrl_amd gets loaded it tries to service IRQ 9 stuff, but it's not destined for that driver and then you see an IRQ storm from ACPI interrupts. So IMO continue to monitor to see if putting it into the initramfs helped the problem afterall, but please leave the dynamic debugging for pinctrl-amd in place on your kernel command line in case it comes back and we need to look at the timing of the error and pinctrl-amd loading. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.