In the Linux kernel, the following vulnerability has been resolved:
accel/ivpu: Fix race condition when unbinding BOs
Fix 'Memory manager not clean during takedown' warning that occurs when ivpugembofree() removes the BO from the BOs list before it gets unmapped. Then fileprivunbind() triggers a warning in drmmm_takedown() during context teardown.
Protect the unmapping sequence with bolistlock to ensure the BO is always fully unmapped when removed from the list. This ensures the BO is either fully unmapped at context teardown time or present on the list and unmapped by fileprivunbind().
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68749.json"
}