In the Linux kernel, the following vulnerability has been resolved:
drivers/perf: Fix alidrwpmu driver interrupt status clearing
The alibabauncorepmu driver forgot to clear all interrupt status in the interrupt processing function. After the PMU counter overflow interrupt occurred, an interrupt storm occurred, causing the system to hang.
Therefore, clear the correct interrupt status in the interrupt handling function to fix it.