Answer in brief
CVE-2026-100077 records a Unknown severity vulnerability in drm/msm: Recover HW before retire hung submit. 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 | >=1a370be9ac51129e40b0ed7fa71d2b2b92bc47e5 <e36284257eeca13768687bf8e52f66f8ea0e8794 || >=1a370be9ac51129e40b0ed7fa71d2b2b92bc47e5 <dc64cf9d71428234389b635d142cb5fe07d57eab || >=1a370be9ac51129e40b0ed7fa71d2b2b92bc47e5 <b303e1d52811de7d1bcf793560754d4df68d4a1c | e36284257eeca13768687bf8e52f66f8ea0e8794, dc64cf9d71428234389b635d142cb5fe07d57eab, b303e1d52811de7d1bcf793560754d4df68d4a1c |
| Linux/Linuxgeneric | 4.2 | Not reported |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Recover HW before retire hung submit During recovery, it is not safe to retire the hung submit before we recover the GPU. Retiring the submit triggers BO free and that can result in GPU pagefaults since the GPU may be actively accessing those BOs. To fix this, retire the submits after gpu recovery is complete in recover_worker(). Patchwork: https://patchwork.freedesktop.org/patch/730655/
Quoted source text, attributed separately from HOL analysis.