https://bugzilla.kernel.org/show_bug.cgi?id=215075 Ricardo T.Liu (g794911663@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |g794911663@xxxxxxxxx --- Comment #2 from Ricardo T.Liu (g794911663@xxxxxxxxx) --- Hi, I've looked at the log you gave, and I think there was an error checking the atomic state of the cpu. /* * The former STARTING/DYING states, ran with IRQs disabled and must not fail. */ static bool cpuhp_is_atomic_state(enum cpuhp_state state) { return CPUHP_AP_IDLE_DEAD <= state && state < CPUHP_AP_ONLINE; } And I found a computer similar to yours and did not reproduce the problem, I guess you may need to overhaul your hardware. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.