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

  drm/amdgpu: force complete the KIQ ring fences on reset

  Like the MES scheduler ring, the KIQ ring sets no_scheduler = true and uses a
  polling fence, so it is skipped b…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/amdgpu: force complete the KIQ ring fences on reset

  Like the MES scheduler ring, the KIQ ring sets no_scheduler = true and uses a
  polling fence, so it is skipped b…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    bdd6a58743e00ebc6d52b9cdf9aafb4e535e0b71
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    fd65d1742992361fc2201ecb4e43411e6e417fcb
  - Linux < 7.2.5
  - Linux (all versions)
published: '2026-09-16'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T10:17:04.490'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-89813'
references:
  - url: 'https://git.kernel.org/stable/c/bdd6a58743e00ebc6d52b9cdf9aafb4e535e0b71'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/fd65d1742992361fc2201ecb4e43411e6e417fcb'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-16T10:53:54.007Z'
epss: 0.00198
epssPercentile: 0.0848
---

## Overview

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

drm/amdgpu: force complete the KIQ ring fences on reset

Like the MES scheduler ring, the KIQ ring sets no_scheduler = true and uses a
polling fence, so it is skipped by the force-completion loop in
amdgpu_device_pre_asic_reset(). Its hw fence value lives in wb (GTT) memory and
survives a MODE1 reset while fence_drv.sync_seq keeps advancing, so after a
reset the first KIQ submission can poll forever on a seq that is never written
back.

Force complete the KIQ ring fences too so their hw fence is realigned to
sync_seq.

## Remediation

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