VYPR

fsl-edma

by Linux

CVEs (1)

  • CVE-2026-46255Jun 3, 2026
    risk 0.00cvss epss

    In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: don't explicitly disable clocks in .remove() The clocks in fsl_edma_engine::muxclk are allocated and enabled with devm_clk_get_enabled(), which automatically cleans these resources up, but…