---
id: CVE-2026-100077
title: |-
  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
summary: |-
  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…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 1a370be9ac51129e40b0ed7fa71d2b2b92bc47e5 <
    e36284257eeca13768687bf8e52f66f8ea0e8794
  - >-
    Linux >= 1a370be9ac51129e40b0ed7fa71d2b2b92bc47e5 <
    dc64cf9d71428234389b635d142cb5fe07d57eab
  - >-
    Linux >= 1a370be9ac51129e40b0ed7fa71d2b2b92bc47e5 <
    b303e1d52811de7d1bcf793560754d4df68d4a1c
  - Linux 4.2
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T14:17:14.593'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-100077'
references:
  - url: 'https://git.kernel.org/stable/c/b303e1d52811de7d1bcf793560754d4df68d4a1c'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/dc64cf9d71428234389b635d142cb5fe07d57eab'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/e36284257eeca13768687bf8e52f66f8ea0e8794'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T14:09:46.375Z'
---

## Overview

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/

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
