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-05-01 11:51:35 +0100
commitbacb9cfb1defa6b6e9237ef40b7ac264886cb29f (patch)
tree55771973040fd0213d7abb12754bc91bb41bad1f
parentdb4b2caa301d6ad16887e7eb5a462e836abc2846 (diff)
ARM: warp7_mbl_defconfig: Temporarily switch on HZ_PERIODIC
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