Answer in brief
CVE-2026-89820 records a Unknown severity vulnerability in drm/amd/display: fix dc_lock leak on GPU reset error paths. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=3cf7a0bc87f028b6bc63a43a80d9d6026ae4d85f <295d2bf42061db490254e748f9344545bb7faf19 || >=3cf7a0bc87f028b6bc63a43a80d9d6026ae4d85f <dac29cbb405b912742f4f7eda833cec8e7a53780 || >=3cf7a0bc87f028b6bc63a43a80d9d6026ae4d85f <92a9eebd2a1f892fe482154d83f9f1626bc73d3b | 295d2bf42061db490254e748f9344545bb7faf19, dac29cbb405b912742f4f7eda833cec8e7a53780, 92a9eebd2a1f892fe482154d83f9f1626bc73d3b |
| Linux/Linuxgeneric | 6.15 | Not reported |
Published upstream
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 16, 2026
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.
Quoted source text, attributed separately from HOL analysis.