---
id: CVE-2026-97928
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/amdgpu: skip the VMID 0 flush for VRAM

  Clear-on-release only runs on VRAM, which amdgpu_ttm_map_buffer() reaches
  via its direct MC address without programming a GA…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/amdgpu: skip the VMID 0 flush for VRAM

  Clear-on-release only runs on VRAM, which amdgpu_ttm_map_buffer() reaches
  via its direct MC address without programming a GA…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= a68c7eaa7a8ffdec9287ba1561a668d674c20a13 <
    241d7450cf75969cea450eb3e740cb9682f69c2f
  - >-
    Linux >= a68c7eaa7a8ffdec9287ba1561a668d674c20a13 <
    87ceb8cba73d0b3c4025ff42495bccd8164acaed
  - Linux 6.10
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T11:17:20.063'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97928'
references:
  - url: 'https://git.kernel.org/stable/c/241d7450cf75969cea450eb3e740cb9682f69c2f'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/87ceb8cba73d0b3c4025ff42495bccd8164acaed'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T11:06:38.886Z'
---

## Overview

In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu: skip the VMID 0 flush for VRAM

Clear-on-release only runs on VRAM, which amdgpu_ttm_map_buffer() reaches
via its direct MC address without programming a GART window, yet the wipe
still forces a VMID 0 flush. On GFX11 (e.g. Navi33) that spurious SDMA
flush can wedge the engine; only flush when a GART window is actually used.

v2: Let amdgpu_ttm_map_buffer() return whether the VMID 0 flush is needed,
    and drive the clear and copy paths from that. (Christian)
v3: Make the vm_needs_flush output parameter mandatory instead of
    allowing NULL. (Christian)

(cherry picked from commit a306e406e570b74318ff7d80e5b07b540ca1d3a9)

## Remediation

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