๐Ÿ” CVE Alert

CVE-2026-46255

UNKNOWN 0.0

dmaengine: fsl-edma: don't explicitly disable clocks in .remove()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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 these clocks are also manually disabled in fsl_edma_remove(). This causes warnings on driver removal for each clock: edma_module already disabled WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1200 clk_core_disable+0x198/0x1c8 [...] Call trace: clk_core_disable+0x198/0x1c8 (P) clk_disable+0x34/0x58 fsl_edma_remove+0x74/0xe8 [fsl_edma] [...] ---[ end trace 0000000000000000 ]--- edma_module already unprepared WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1059 clk_core_unprepare+0x1f8/0x220 [...] Call trace: clk_core_unprepare+0x1f8/0x220 (P) clk_unprepare+0x34/0x58 fsl_edma_remove+0x7c/0xe8 [fsl_edma] [...] ---[ end trace 0000000000000000 ]--- Fix these warnings by removing the unnecessary fsl_disable_clocks() call in fsl_edma_remove().

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jun 3, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
a9903de3aa16731846bf924342eca44bdabe9be6 < 533d495f15e4c88ad5246c7f90ae026702e28d75 a9903de3aa16731846bf924342eca44bdabe9be6 < 68feac21bd4de7ae4faba05704c404861d991fcf a9903de3aa16731846bf924342eca44bdabe9be6 < bda244871179543dd3be7d093236cb33b2fb1765 a9903de3aa16731846bf924342eca44bdabe9be6 < b84dba68c4823da452cec99a5d213571a65d06de a9903de3aa16731846bf924342eca44bdabe9be6 < 666c53e94c1d0bf0bdf14c49505ece9ddbe725bc
Linux / Linux
6.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/533d495f15e4c88ad5246c7f90ae026702e28d75 git.kernel.org: https://git.kernel.org/stable/c/68feac21bd4de7ae4faba05704c404861d991fcf git.kernel.org: https://git.kernel.org/stable/c/bda244871179543dd3be7d093236cb33b2fb1765 git.kernel.org: https://git.kernel.org/stable/c/b84dba68c4823da452cec99a5d213571a65d06de git.kernel.org: https://git.kernel.org/stable/c/666c53e94c1d0bf0bdf14c49505ece9ddbe725bc