PT-2026-46018 · Linux+1 · Linux Kernel+1
CVE-2026-46255
·
Published
2026-06-03
·
Updated
2026-07-28
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the dmaengine fsl-edma component where clocks in
fsl edma engine::muxclk are allocated and enabled using devm clk get enabled(). This function automatically manages resource cleanup; however, the clocks are also manually disabled within the fsl edma remove() function. This redundancy leads to warnings during driver removal, specifically triggering clk core disable() and clk core unprepare() warnings because the edma module is already disabled and unprepared.Recommendations
Remove the unnecessary
fsl disable clocks() call within the fsl edma remove() function.Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linuxmint
Linux Kernel