Unrated severityNVD Advisory· Published Sep 16, 2026
CVE-2026-89820
CVE-2026-89820
Description
In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: fix dc_lock leak on GPU reset error paths
On GPU reset, dm_suspend() takes dc_lock and leaves it for dm_resume() to drop. If amdgpu_dm_commit_zero_streams() or dm_dmub_hw_init() fails, the function returns with the lock still held. The matching resume path is then skipped, so every later dc_lock take hangs.
Release the cached DC state and unlock before returning the error.
Affected products
1Patches
Vulnerability mechanics
References
3News mentions
0No linked articles in our index yet.