3 matches found
EUVD-2026-64589
In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ The RS485 trigger hrtimers are embedded in the devm-managed port and can fire after it is freed. The IRQ handler can arm a timer, so free the IRQ first and then cancel...
CVE-2026-74652
This vulnerability affects the Linux kernel amba-pl011 serial driver. The RS485 trigger hrtimers are embedded in the devm-managed port and can fire after the port is freed, because the IRQ handler can arm a timer. The fix ensures the IRQ is freed before cancelling both timers, completes the RS485...
PT-2026-79657
In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ The RS485 trigger hrtimers are embedded in the devm-managed port and can fire after it is freed. The IRQ handler can arm a timer, so free the IRQ first and then cancel...