CVE-2025-38014
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/06/2025
Last modified:
18/06/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
dmaengine: idxd: Refactor remove call with idxd_cleanup() helper<br />
<br />
The idxd_cleanup() helper cleans up perfmon, interrupts, internals and<br />
so on. Refactor remove call with the idxd_cleanup() helper to avoid code<br />
duplication. Note, this also fixes the missing put_device() for idxd<br />
groups, enginces and wqs.