diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-18 12:11:27 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-19 10:00:48 +0200 |
commit | 47f68ca58615fa71d7905130fb28d3ffe51effa2 (patch) | |
tree | 63968dac7aa92008970366ff6370aea749477a95 /target/linux/armvirt | |
parent | dbd067013d05d240b44f1c75fffde6573f8c86bd (diff) | |
download | upstream-47f68ca58615fa71d7905130fb28d3ffe51effa2.tar.gz upstream-47f68ca58615fa71d7905130fb28d3ffe51effa2.tar.bz2 upstream-47f68ca58615fa71d7905130fb28d3ffe51effa2.zip |
kernel: bump 4.14 to 4.14.77
Refreshed all patches.
Altered patches:
- 666-Add-support-for-MAP-E-FMRs-mesh-mode.patch
New symbol for arm targets:
- HARDEN_BRANCH_PREDICTOR
Compile-tested on: cns3xxx, imx6, x86_64
Runtime-tested on: cns3xxx, imx6, x86_64
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Tested-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/armvirt')
-rw-r--r-- | target/linux/armvirt/32/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/armvirt/32/config-default b/target/linux/armvirt/32/config-default index 96df547db7..a3530b0e77 100644 --- a/target/linux/armvirt/32/config-default +++ b/target/linux/armvirt/32/config-default @@ -48,6 +48,7 @@ CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" # CONFIG_DEBUG_UART_8250 is not set # CONFIG_DEBUG_USER is not set CONFIG_EDAC_ATOMIC_SCRUB=y +CONFIG_HARDEN_BRANCH_PREDICTOR=y CONFIG_HAVE_ARM_ARCH_TIMER=y CONFIG_HAVE_CBPF_JIT=y CONFIG_HAVE_IDE=y |