Skip to content

Commit 7cde524

Browse files
committed
arm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU
cve CVE-2025-10263 commit-author Will Deacon <will@kernel.org> commit - commit-source-sha 1940e70 commit-source arm64 Commit fb091ff ("arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata") states that Microsoft Azure Cobalt 100 CPU "is a Microsoft implemented CPU based on r0p0 of the ARM Neoverse N2 CPU, and therefore suffers from all the same errata.". So enable the workaround for the latest broadcast TLB invalidation bug on these parts. Signed-off-by: Will Deacon <will@kernel.org> (cherry picked from commit 1940e70) Signed-off-by: Brett Mastbergen <bmastbergen@ciq.com>
1 parent 8368eac commit 7cde524

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

Documentation/arch/arm64/silicon-errata.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,3 +351,5 @@ stable kernels.
351351
+----------------+-----------------+-----------------+-----------------------------+
352352
| Microsoft | Azure Cobalt 100| #3324339 | ARM64_ERRATUM_3194386 |
353353
+----------------+-----------------+-----------------+-----------------------------+
354+
| Microsoft | Azure Cobalt 100| #4193789 | ARM64_ERRATUM_4118414 |
355+
+----------------+-----------------+-----------------+-----------------------------+

arch/arm64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,7 @@ config ARM64_ERRATUM_4118414
11941194
* ARM Neoverse-V2 erratum 4193787
11951195
* ARM Neoverse-V3 erratum 4193784
11961196
* ARM Neoverse-V3AE erratum 4193784
1197+
* Microsoft Azure Cobalt 100 4193789
11971198
* NVIDIA Olympus erratum T410-OLY-1029
11981199

11991200
On affected cores, some memory accesses might not be completed by

arch/arm64/kernel/cpu_errata.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ static const struct arm64_cpu_capabilities arm64_repeat_tlbi_list[] = {
341341
MIDR_ALL_VERSIONS(MIDR_NEOVERSE_V3),
342342
MIDR_ALL_VERSIONS(MIDR_NEOVERSE_V3AE),
343343
MIDR_ALL_VERSIONS(MIDR_NVIDIA_OLYMPUS),
344+
MIDR_ALL_VERSIONS(MIDR_MICROSOFT_AZURE_COBALT_100),
344345
{}
345346
})),
346347
},

0 commit comments

Comments
 (0)