Skip to content

Commit ade77c2

Browse files
committed
arm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU
jira VULN-XXXXXX cve CVE-2025-10263 commit-author Will Deacon <will@kernel.org> commit 1940e70 The Microsoft Azure Cobalt 100 CPU is based on the Arm Neoverse N2, so enable the fix 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 64e3476 commit ade77c2

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

Documentation/arm64/silicon-errata.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,5 @@ stable kernels.
281281
+----------------+-----------------+-----------------+-----------------------------+
282282
| Microsoft | Azure Cobalt 100| #2253138 | ARM64_ERRATUM_2253138 |
283283
+----------------+-----------------+-----------------+-----------------------------+
284+
| Microsoft | Azure Cobalt 100| #4193789 | ARM64_ERRATUM_4118414 |
285+
+----------------+-----------------+-----------------+-----------------------------+

arch/arm64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,7 @@ config ARM64_ERRATUM_4118414
10491049
* ARM Neoverse-V2 erratum 4193787
10501050
* ARM Neoverse-V3 erratum 4193784
10511051
* ARM Neoverse-V3AE erratum 4193784
1052+
* Microsoft Azure Cobalt 100 4193789
10521053
* NVIDIA Olympus erratum T410-OLY-1029
10531054

10541055
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
@@ -266,6 +266,7 @@ static const struct arm64_cpu_capabilities arm64_repeat_tlbi_list[] = {
266266
MIDR_ALL_VERSIONS(MIDR_NEOVERSE_V3),
267267
MIDR_ALL_VERSIONS(MIDR_NEOVERSE_V3AE),
268268
MIDR_ALL_VERSIONS(MIDR_NVIDIA_OLYMPUS),
269+
MIDR_ALL_VERSIONS(MIDR_MICROSOFT_AZURE_COBALT_100),
269270
{}
270271
})),
271272
},

0 commit comments

Comments
 (0)