diff options
| author | Martin Schiller | 2025-03-06 08:52:27 +0000 |
|---|---|---|
| committer | Martin Schiller | 2025-03-06 19:26:54 +0000 |
| commit | 6af46a69846e4e92fa8dcf6c3dccbaf87d513064 (patch) | |
| tree | 55b227d2f32fc2337d4465fbac3d55c1105a149d | |
| parent | 5013efc4f907550fadbf15e2fb1bdb2ead3325db (diff) | |
| download | openwrt-6af46a69846e4e92fa8dcf6c3dccbaf87d513064.tar.gz | |
mediatek: filogic: enable CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY
The Cortex-A73 in MediaTek Filogic 880 (MT7988A) is vulnerable to
multiple Spectre variants including Spectre-BHB.
Ref: https://developer.arm.com/Arm%20Security%20Center/Speculative%20Processor%20Vulnerability
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
| -rw-r--r-- | target/linux/mediatek/filogic/config-6.6 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mediatek/filogic/config-6.6 b/target/linux/mediatek/filogic/config-6.6 index 472fe09b58..47964c2974 100644 --- a/target/linux/mediatek/filogic/config-6.6 +++ b/target/linux/mediatek/filogic/config-6.6 @@ -246,7 +246,6 @@ CONFIG_MFD_AIROHA_AN8855=y CONFIG_MFD_CORE=y CONFIG_MFD_SYSCON=y CONFIG_MIGRATION=y -# CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY is not set CONFIG_MMC=y CONFIG_MMC_BLOCK=y CONFIG_MMC_CQHCI=y |