summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2018-10-01 11:20:58 +0000
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-01-24 15:20:59 +0000
commit67c30f8be14648031b28ece4496ee5818d7406fe (patch)
treef26ed7a43a469fb8db8845770898744fdd4a8d23
parenta5ba0a1a58ad3d72ee6d415823c258df52cd590a (diff)
ARM: warp7_mbl_defconfig: Temporarily switch on HZ_PERIODICmbl_v4.14.95-1linux-linaro-lsk-v4.14.95+mbl
We need to update to v4.14.71 to mitigate a cache-timing exploit. https://tinyurl.com/ydypo7y4 Updating to 4.14.71 produces the following error on our board though. NOHZ: local_softirq_pending 40 Upstream doesn't have this problem so. As a workaround in the meantime we can move to CONFIG_HZ_PERIODIC which fixes the issue. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--arch/arm/configs/warp7_mbl_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/warp7_mbl_defconfig b/arch/arm/configs/warp7_mbl_defconfig
index d98a2b3f4c14..e41938778281 100644
--- a/arch/arm/configs/warp7_mbl_defconfig
+++ b/arch/arm/configs/warp7_mbl_defconfig
@@ -1,5 +1,6 @@
CONFIG_KERNEL_LZO=y
CONFIG_SYSVIPC=y
+CONFIG_HZ_PERIODIC=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_IKCONFIG=y