Skip to content

Commit 6f3bf60

Browse files
committed
arm64: errata: Expand speculative SSBS workaround for Cortex-A720AE
JIRA: https://issues.redhat.com/browse/RHEL-119900 commit 3ba8d4a Author: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Date: Thu, 18 Sep 2025 06:27:12 +0000 arm64: errata: Expand speculative SSBS workaround for Cortex-A720AE It is same as Cortex-A720. Link: https://lore.kernel.org/all/aMlFwbDjJ6yKuxTv@J2N7QTR9R3.cambridge.arm.com/ Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Will Deacon <will@kernel.org> Signed-off-by: Waiman Long <longman@redhat.com>
1 parent d98c67a commit 6f3bf60

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm64/kernel/cpu_errata.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ static const struct midr_range erratum_spec_ssbs_list[] = {
441441
MIDR_ALL_VERSIONS(MIDR_CORTEX_A710),
442442
MIDR_ALL_VERSIONS(MIDR_CORTEX_A715),
443443
MIDR_ALL_VERSIONS(MIDR_CORTEX_A720),
444+
MIDR_ALL_VERSIONS(MIDR_CORTEX_A720AE),
444445
MIDR_ALL_VERSIONS(MIDR_CORTEX_A725),
445446
MIDR_ALL_VERSIONS(MIDR_CORTEX_X1),
446447
MIDR_ALL_VERSIONS(MIDR_CORTEX_X1C),

arch/arm64/kernel/proton-pack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@ static u8 spectre_bhb_loop_affected(void)
884884
static const struct midr_range spectre_bhb_k38_list[] = {
885885
MIDR_ALL_VERSIONS(MIDR_CORTEX_A715),
886886
MIDR_ALL_VERSIONS(MIDR_CORTEX_A720),
887+
MIDR_ALL_VERSIONS(MIDR_CORTEX_A720AE),
887888
{},
888889
};
889890
static const struct midr_range spectre_bhb_k32_list[] = {

0 commit comments

Comments
 (0)