]> git.hungrycats.org Git - linux/commit
arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU
authorShanker Donthineni <sdonthineni@nvidia.com>
Tue, 9 Jun 2026 23:40:44 +0000 (18:40 -0500)
committerWill Deacon <will@kernel.org>
Wed, 10 Jun 2026 10:54:30 +0000 (11:54 +0100)
commitec7216f92e4ebd485b1c6dc6aa3f6064b71a5768
tree5699ed13144296cbbc9ba53615dfdf60e60df494
parentcfd391e74134db664feb499d43af286380b10ba8
arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU

NVIDIA Olympus cores are affected by the TLBI completion issue tracked as
CVE-2025-10263. The existing ARM64_ERRATUM_4118414 handling already uses
ARM64_WORKAROUND_REPEAT_TLBI to issue an additional broadcast TLBI;DSB
sequence and ensure affected memory write effects are globally observed.

Add MIDR_NVIDIA_OLYMPUS to the repeat-TLBI match list so the same
mitigation is enabled on affected Olympus systems. Also document the
NVIDIA Olympus erratum in the arm64 silicon errata table and list it in
the Kconfig help text.

Signed-off-by: Shanker Donthineni <sdonthineni@nvidia.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
Documentation/arch/arm64/silicon-errata.rst
arch/arm64/Kconfig
arch/arm64/kernel/cpu_errata.c