CVE-2026-46255
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
03/06/2026
Last modified:
22/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
dmaengine: fsl-edma: don&#39;t explicitly disable clocks in .remove()<br />
<br />
The clocks in fsl_edma_engine::muxclk are allocated and enabled with<br />
devm_clk_get_enabled(), which automatically cleans these resources up,<br />
but these clocks are also manually disabled in fsl_edma_remove(). This<br />
causes warnings on driver removal for each clock:<br />
<br />
edma_module already disabled<br />
WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1200 clk_core_disable+0x198/0x1c8<br />
[...]<br />
Call trace:<br />
clk_core_disable+0x198/0x1c8 (P)<br />
clk_disable+0x34/0x58<br />
fsl_edma_remove+0x74/0xe8 [fsl_edma]<br />
[...]<br />
---[ end trace 0000000000000000 ]---<br />
edma_module already unprepared<br />
WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1059 clk_core_unprepare+0x1f8/0x220<br />
[...]<br />
Call trace:<br />
clk_core_unprepare+0x1f8/0x220 (P)<br />
clk_unprepare+0x34/0x58<br />
fsl_edma_remove+0x7c/0xe8 [fsl_edma]<br />
[...]<br />
---[ end trace 0000000000000000 ]---<br />
<br />
Fix these warnings by removing the unnecessary fsl_disable_clocks() call<br />
in fsl_edma_remove().
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.6 (including) | 6.6.128 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.75 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.14 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/533d495f15e4c88ad5246c7f90ae026702e28d75
- https://git.kernel.org/stable/c/666c53e94c1d0bf0bdf14c49505ece9ddbe725bc
- https://git.kernel.org/stable/c/68feac21bd4de7ae4faba05704c404861d991fcf
- https://git.kernel.org/stable/c/b84dba68c4823da452cec99a5d213571a65d06de
- https://git.kernel.org/stable/c/bda244871179543dd3be7d093236cb33b2fb1765



