From 77e3e706ce0dfe653a28e088bdcf0acddead0091 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Tue, 31 Jul 2018 12:19:18 +0300 Subject: kernel: add missing ARM64_SSBD symbol In 4.14.57, a new symbol for Spectre v4 mitigation was introduced for ARM64. Add this symbol to all ARM64 targets using kernel 4.14. This mitigates CVE-2018-3639 on ARM64. Signed-off-by: Stijn Tintel --- target/linux/armvirt/64/config-default | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/armvirt/64') diff --git a/target/linux/armvirt/64/config-default b/target/linux/armvirt/64/config-default index 0045651333..a38a9162b6 100644 --- a/target/linux/armvirt/64/config-default +++ b/target/linux/armvirt/64/config-default @@ -42,6 +42,7 @@ CONFIG_ARM64_PAN=y # CONFIG_ARM64_PTDUMP is not set # CONFIG_ARM64_PTDUMP_DEBUGFS is not set # CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET is not set +CONFIG_ARM64_SSBD=y # CONFIG_ARM64_SW_TTBR0_PAN is not set CONFIG_ARM64_UAO=y CONFIG_ARM64_VA_BITS=39 -- cgit v1.2.3