Skip to content

Commit acbc7e7

Browse files
easwarhthangqn-ampere
authored andcommitted
arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386
commit 3eddb10 upstream. Add the Microsoft Azure Cobalt 100 CPU to the list of CPUs suffering from erratum 3194386 added in commit 75b3c43 ("arm64: errata: Expand speculative SSBS workaround") CC: Mark Rutland <[email protected]> CC: James More <[email protected]> CC: Will Deacon <[email protected]> CC: [email protected] # 6.6+ Signed-off-by: Easwar Hariharan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7e61f80 commit acbc7e7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Documentation/arch/arm64/silicon-errata.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,5 @@ stable kernels.
280280
+----------------+-----------------+-----------------+-----------------------------+
281281
| Microsoft | Azure Cobalt 100| #2253138 | ARM64_ERRATUM_2253138 |
282282
+----------------+-----------------+-----------------+-----------------------------+
283+
| Microsoft | Azure Cobalt 100| #3324339 | ARM64_ERRATUM_3194386 |
284+
+----------------+-----------------+-----------------+-----------------------------+

arch/arm64/kernel/cpu_errata.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ static const struct midr_range erratum_spec_ssbs_list[] = {
463463
MIDR_ALL_VERSIONS(MIDR_CORTEX_X3),
464464
MIDR_ALL_VERSIONS(MIDR_CORTEX_X4),
465465
MIDR_ALL_VERSIONS(MIDR_CORTEX_X925),
466+
MIDR_ALL_VERSIONS(MIDR_MICROSOFT_AZURE_COBALT_100),
466467
MIDR_ALL_VERSIONS(MIDR_NEOVERSE_N1),
467468
MIDR_ALL_VERSIONS(MIDR_NEOVERSE_N2),
468469
MIDR_ALL_VERSIONS(MIDR_NEOVERSE_V1),

0 commit comments

Comments
 (0)