diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-11-28 12:36:15 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-13 13:28:41 +0100 |
commit | bcd7644007eba9caa1b0dd535acd6266b04fe8df (patch) | |
tree | 096dbba26016dad96fa31d2e71aaeea5d731c847 /target/linux/at91 | |
parent | d5afaa41148b363128626135bfb73b156887cddb (diff) | |
download | openwrt-bcd7644007eba9caa1b0dd535acd6266b04fe8df.tar.gz openwrt-bcd7644007eba9caa1b0dd535acd6266b04fe8df.tar.bz2 openwrt-bcd7644007eba9caa1b0dd535acd6266b04fe8df.zip |
kernel: bump 4.9 to 4.9.143
Refreshed all patches.
Altered patches:
- 950-0063-Improve-__copy_to_user-and-__copy_from_user-performa.patch
- 950-0149-Update-vfpmodule.c.patch
- 201-extra_optimization.patch
New symbol:
- CONFIG_HARDEN_BRANCH_PREDICTOR
Compile-tested on: ar71xx, ar7, arc770, at91, brcm2708, brcm63xx, ixp4xx, lantiq, layerscape, mpc85xx, orion, rb532, uml
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/at91/config-4.9 b/target/linux/at91/config-4.9 index 59a092b856..3a32b0accf 100644 --- a/target/linux/at91/config-4.9 +++ b/target/linux/at91/config-4.9 @@ -202,6 +202,7 @@ CONFIG_GPIOLIB_IRQCHIP=y CONFIG_GPIO_SYSFS=y CONFIG_GRACE_PERIOD=y CONFIG_HANDLE_DOMAIN_IRQ=y +CONFIG_HARDEN_BRANCH_PREDICTOR=y CONFIG_HARDIRQS_SW_RESEND=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y |