Commit 64e3476
committed
arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU
jira VULN-XXXXXX
cve CVE-2025-10263
commit-author Shanker Donthineni <sdonthineni@nvidia.com>
commit ec7216f
NVIDIA Olympus CPU core is affected by the same TLBI errata as several
ARM CPU cores. The TLBI;DSB sequence might complete before the global
observation of writes which are translated by an affected TLB entry,
identified as erratum T410-OLY-1029. This has been assigned CVE ID
CVE-2025-10263.
Leverage the existing ARM64_ERRATUM_4118414 mitigation, which enables
the ARM64_WORKAROUND_REPEAT_TLBI capability for affected CPUs, to
ensure memory write effects are globally observed.
Signed-off-by: Shanker Donthineni <sdonthineni@nvidia.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
(cherry picked from commit ec7216f)
Signed-off-by: Brett Mastbergen <bmastbergen@ciq.com>1 parent f76ae8d commit 64e3476
3 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
| 230 | + | |
229 | 231 | | |
230 | 232 | | |
231 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | | - | |
| 1025 | + | |
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
| |||
1049 | 1049 | | |
1050 | 1050 | | |
1051 | 1051 | | |
| 1052 | + | |
1052 | 1053 | | |
1053 | 1054 | | |
1054 | 1055 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
268 | 269 | | |
269 | 270 | | |
270 | 271 | | |
| |||
0 commit comments