You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
sifive plic
About this tag
The sifive plic tag covers discussions about the SiFive Platform-Level Interrupt Controller (PLIC) used in RISC-V systems. Content focuses on a specific vulnerability, CVE-2026-23287, which causes frozen interrupts due to affinity-setting behavior in the irqchip/sifive-plic driver. This bug can undermine system responsiveness and is difficult to diagnose. The tag includes references to Linux kernel fixes, Microsoft vulnerability guidance, and upstream kernel discussions. Topics are limited to this interrupt controller issue and do not extend to other SiFive hardware or general RISC-V topics.
The Linux kernel is once again at the center of a subtle but important reliability fix, and this time the issue sits inside irqchip/sifive-plic, the interrupt-controller driver used on SiFive RISC-V platforms. The vulnerability, identified as CVE-2026-23287, is described as a frozen interrupt...