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

  drm/amdgpu/ras: add ras_suspend callback and use it for cp_ecc_error_irq

  cp_ecc_error_irq is acquired in amdgpu_gfx_ras_late_init() but
  released in gfx_v9_0_hw_fini(),…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/amdgpu/ras: add ras_suspend callback and use it for cp_ecc_error_irq

  cp_ecc_error_irq is acquired in amdgpu_gfx_ras_late_init() but
  released in gfx_v9_0_hw_fini(),…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    001824103f2fe6ffd2380afddf81f43b446035b2
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    e3829992dd9fa0a82511af4f01733fc854cd15a5
  - Linux < 6.18.53
  - Linux (all versions)
published: '2026-09-24'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T13:17:25.963'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97424'
references:
  - url: 'https://git.kernel.org/stable/c/001824103f2fe6ffd2380afddf81f43b446035b2'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/e3829992dd9fa0a82511af4f01733fc854cd15a5'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-24T16:47:15.883Z'
---

## Overview

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

drm/amdgpu/ras: add ras_suspend callback and use it for cp_ecc_error_irq

cp_ecc_error_irq is acquired in amdgpu_gfx_ras_late_init() but
released in gfx_v9_0_hw_fini(), so the put site has to query
amdgpu_irq_enabled() because the get is skipped on SR-IOV VF.

ras_late_init / ras_fini have no suspend counterpart, so move the
put to amdgpu_gfx_ras_suspend() / amdgpu_gfx_ras_fini() and add a
matching ras_suspend callback that is invoked from
amdgpu_ras_suspend() before disable_all_features().  The get and
put now sit in the same place and check the same condition (not
VF, funcs registered), no refcount querying needed.

An active flag gates ras_fini so the
suspend-then-unload-without-resume path falls into
amdgpu_ras_block_late_fini_default() instead of double-releasing
what ras_suspend already cleaned up.

Drop the cp_ecc_error_irq put from gfx_v9_0_hw_fini().  gfx_v8_0
manages cp_ecc_error_irq locally and is unaffected; no other GFX
generation has this IRQ.

## Remediation

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