Bug 219393

Summary: GPE Storm cannot be disabled whatsoever on HP Laptop Victus 15-fb2xxx
Product: ACPI Reporter: Evan Frouin (evanfrouin08)
Component: Config-InterruptsAssignee: acpi_config-interrupts
Status: RESOLVED DUPLICATE    
Severity: high CC: evanfrouin08
Priority: P3    
Hardware: AMD   
OS: Linux   
Kernel Version: 6.11 Subsystem:
Regression: No Bisected commit-id:
Attachments: Device specs

Description Evan Frouin 2024-10-16 16:18:26 UTC
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!
Comment 1 Evan Frouin 2024-10-17 21:49:50 UTC

*** This bug has been marked as a duplicate of bug 219055 ***