Skip to content

Commit f3e28b8

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 <kras@raphielgang.org> Change-Id: I9df8865bbc89a47267e5d2bd965c86a690fc4d88
1 parent e73ad6f commit f3e28b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/kernel/cpu_errata.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static bool is_spectre_bhb_fw_affected(int scope)
748748
static const struct midr_range spectre_bhb_firmware_mitigated_list[] = {
749749
MIDR_ALL_VERSIONS(MIDR_CORTEX_A73),
750750
MIDR_ALL_VERSIONS(MIDR_CORTEX_A75),
751+
MIDR_ALL_VERSIONS(MIDR_KRYO3G),
752+
MIDR_ALL_VERSIONS(MIDR_KRYO2XX_GOLD),
751753
{},
752754
};
753755
bool cpu_in_list = is_midr_in_range_list(read_cpuid_id(),

0 commit comments

Comments
 (0)