Hello, I have a problem which uses 100% of one cpu core on my HP-15-bs114ng notebook. I figured out already that it is somehow related to ACPI interrupts, since the following command will return the system to normal: echo disable > /sys/firmware/acpi/interrupts/gpe16
The content of this "file" is the following: 3749821 STS disabled unmasked The first column is the number of interrupts, that happened, which is very high, hence the 100% cpu usage in one kworker process. My question would be the following now: 1. What could be the side effects of disabling this interrupt? 2. What could trigger the interrupt? 3. How can this be debugged further and reported, i.e. who would be able to fix it? (This happens on all kernels, since I have the notebook, i.e. >= 4.17) Cheers Andreas