In the Linux kernel, the following vulnerability has been resolved:
accel/ivpu: Fix deadlock in ivpu_ms_cleanup()
Fix deadlock in ivpu_ms_cleanup() by preventing runtime resume after
file_priv->ms_lock is acquired.
During a failure in runtime resume, a cold boot is executed, which
calls ivpu_ms_cleanup_all(). This function calls ivpu_ms_cleanup()
that acquires file_priv->ms_lock and causes the deadlock.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-05-09 07:16
Updated : 2025-11-17 12:54
NVD link : CVE-2025-37847
Mitre link : CVE-2025-37847
CVE.ORG link : CVE-2025-37847
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking
