Commit 77db36a
committed
arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU
jira VULN-187521
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 0182221 commit 77db36a
3 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
910 | | - | |
| 910 | + | |
911 | 911 | | |
912 | 912 | | |
913 | 913 | | |
| |||
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
| 937 | + | |
937 | 938 | | |
938 | 939 | | |
939 | 940 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
0 commit comments