Skip to content

Commit 5e35db7

Browse files
krasCGQmikeNG
authored andcommitted
ARM64/errata: Kryo 2xx/3xx Gold might be affected by Spectre BHB
As they're based off Cortex-A73 and Cortex-A75 respectively, which are vulnerable. Signed-off-by: Albert I <[email protected]> Change-Id: I9df8865bbc89a47267e5d2bd965c86a690fc4d88
1 parent 96b8ea2 commit 5e35db7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/kernel/cpu_errata.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ static bool is_spectre_bhb_fw_affected(int scope)
742742
static const struct midr_range spectre_bhb_firmware_mitigated_list[] = {
743743
MIDR_ALL_VERSIONS(MIDR_CORTEX_A73),
744744
MIDR_ALL_VERSIONS(MIDR_CORTEX_A75),
745+
MIDR_ALL_VERSIONS(MIDR_KRYO3G),
746+
MIDR_ALL_VERSIONS(MIDR_KRYO2XX_GOLD),
745747
{},
746748
};
747749
bool cpu_in_list = is_midr_in_range_list(read_cpuid_id(),

0 commit comments

Comments
 (0)