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

  irqchip/gic-v5: Clear per-CPU IRS data on teardown

  IRS affinity setup publishes an IRS pointer and IAFFID state in the
  per-CPU data before the remaining IRS initializa…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  irqchip/gic-v5: Clear per-CPU IRS data on teardown

  IRS affinity setup publishes an IRS pointer and IAFFID state in the
  per-CPU data before the remaining IRS initializa…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 5cb1b6dab2def316671ea2565291a86ad58b884c <
    54937af6f4a0d44c2852a203d457902f3264c906
  - >-
    Linux >= 5cb1b6dab2def316671ea2565291a86ad58b884c <
    3dfc0ab5fefd052c6028c4632b1fad8bdaf7967e
  - Linux 6.17
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:17:04.310'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90121'
references:
  - url: 'https://git.kernel.org/stable/c/3dfc0ab5fefd052c6028c4632b1fad8bdaf7967e'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/54937af6f4a0d44c2852a203d457902f3264c906'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.883Z'
epss: 0.00198
epssPercentile: 0.08488
---

## Overview

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

irqchip/gic-v5: Clear per-CPU IRS data on teardown

IRS affinity setup publishes an IRS pointer and IAFFID state in the
per-CPU data before the remaining IRS initialization can fail. The
error path then frees the IRS data without clearing that published
state, leaving CPUs associated with freed memory.

On initialization failure and normal IRS teardown, clear the per-CPU
IRS association by removing the stale pointer to irs_data. Also
invalidate the per-CPU IAFFID state for any CPUs that were tied to the
IRS before it was freed.

## Remediation

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