Commit cbb22e5
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 6f8c66f commit cbb22e5
3 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
| 269 | + | |
268 | 270 | | |
269 | 271 | | |
270 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1069 | 1069 | | |
1070 | 1070 | | |
1071 | 1071 | | |
1072 | | - | |
| 1072 | + | |
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
| |||
1096 | 1096 | | |
1097 | 1097 | | |
1098 | 1098 | | |
| 1099 | + | |
1099 | 1100 | | |
1100 | 1101 | | |
1101 | 1102 | | |
| |||
| 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