3 matches found
CVE-2025-38479
In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: free irq correctly in remove path Add fsledma-txirq/errirq check to avoid below warning because no errirq at i.MX9 platform. Otherwise there will be kernel dump: WARNING: CPU: 0 PID: 11 at...
CVE-2025-38479
CVE-2025-38479 affects the Linux kernel dmaengine/fsl-edma remove path on i.MX platforms. The root cause was a missing check for txirq/errirq, which could trigger a kernel dump (Warning: devm_free_irq) on i.MX9. The fix adds a txirq/errirq check to prevent the warning and ensure proper irq releas...
CVE-2025-38479 dmaengine: fsl-edma: free irq correctly in remove path
In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: free irq correctly in remove path Add fsledma-txirq/errirq check to avoid below warning because no errirq at i.MX9 platform. Otherwise there will be kernel dump: WARNING: CPU: 0 PID: 11 at...