Created attachment 307015 [details] Device specs I've been dealing with GPE storms on my HP Victus 15. When I check for "grep . -r /sys/firmware/acpi/interrupts/", I get 3 interrupts with crazily high values: gpe17, sci, and gpe_all. Since they all had the same number, I assumed gpe17 was the one I had to disable. This issue happened in various distros, hence a kernel update could likely fix the problem. I tried the following to force a disable of the GPE: 1) echo "disable" > /sys/firmware/acpi/interrupts/gpe17 2) echo "mask" > /sys/firmware/acpi/interrupts/gpe17 3) Adding the boot parameter acpi_mask_gpe=0x17 4) Updating the HP BIOS to F.04 5) Upgrading to the latest Linux kernel available on Debian and Ubuntu I have tried these multiple times on multiple occasions, to no avail. Due to this I have a kworker process always using 100% of one my CPU threads and it drains the battery quite quickly. For device specs, find the attached .txt. If you need anything else from me to fix this issue, let me know!
*** This bug has been marked as a duplicate of bug 219055 ***