Commit c26a2b2
committed
arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU
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 c65e6ea commit c26a2b2
3 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
| 287 | + | |
286 | 288 | | |
287 | 289 | | |
288 | 290 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1127 | 1127 | | |
1128 | 1128 | | |
1129 | 1129 | | |
1130 | | - | |
| 1130 | + | |
1131 | 1131 | | |
1132 | 1132 | | |
1133 | 1133 | | |
| |||
1154 | 1154 | | |
1155 | 1155 | | |
1156 | 1156 | | |
| 1157 | + | |
1157 | 1158 | | |
1158 | 1159 | | |
1159 | 1160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| |||
0 commit comments