NONE · 0

CVE-2026-93169

In the Linux kernel, the following vulnerability has been resolved: dmaengine: zynqmp_dma: fix race between runtime PM and device removal In zynqmp_dma_remove(), runtime PM was disabled only after c...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: dmaengine: zynqmp_dma: fix race between runtime PM and device removal In zynqmp_dma_remove(), runtime PM was disabled only after checking state and doing a manual suspend. This can race with runtime PM in the remove/unbind (rmmod) path. Disable runtime PM first, then suspend only if the device is not already suspended. To prevent any further runtime PM transitions.

References

FAQ

What is CVE-2026-93169?

CVE-2026-93169 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: dmaengine: zynqmp_dma: fix race between runtime PM and device removal In zynqmp_dma_remove(), runtime PM was disabled only after c...

How severe is CVE-2026-93169?

CVSS scoring is not yet available for CVE-2026-93169. Check NVD for updates.

Is there a patch for CVE-2026-93169?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.