Security Advisory

CVE-2025-37848

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-05-09 06:41:55
Last updated 2026-05-11 21:16:16
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix PM related deadlocks in MS IOCTLs Prevent runtime resume/suspend while MS IOCTLs are in progress. Failed suspend will call ivpu_ms_cleanup() that would try to acquire file_priv->ms_lock, which is already held by the IOCTLs.