https://bugzilla.kernel.org/show_bug.cgi?id=221587
--- Comment #12 from Dmytro Skarbinets ([email protected]) --- Found something else. I noticed that even without idle=poll i stopped getting panics. After some experimentation i found this: if the governor is performance, system works fine, if i change it to powersave, after some time i get kernel panics. Windows seem to show similar behavior. by default it uses a balanced power plan, and with it system works fine, if i force a power save plan, or for example remove the AC adapter, which makes windows enable power save by default, i get a BSOD. So there is a better way to fix this issue, without forcing the CPU to burn cycles on useless loops. Just force a performance governor. cpufreq.default_governor=performance should do the trick, right? -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
