Security Advisory

CVE-2022-49861

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-05-01 14:10:14
Last updated 2026-05-23 15:23:01
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove() A clk_prepare_enable() call in the probe is not balanced by a corresponding clk_disable_unprepare() in the remove function. Add the missing call.