diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-18 12:09:22 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-19 10:01:57 +0200 |
commit | ca88f4153f8f3f857451a1705f08e19fffa287fd (patch) | |
tree | ea13fedf1c9030842146342ea602ebac1029255b /target/linux/cns3xxx/patches-4.14 | |
parent | 6d682d82b02ae0eb4eba5186cdb9af521dd30249 (diff) | |
download | upstream-ca88f4153f8f3f857451a1705f08e19fffa287fd.tar.gz upstream-ca88f4153f8f3f857451a1705f08e19fffa287fd.tar.bz2 upstream-ca88f4153f8f3f857451a1705f08e19fffa287fd.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: ar71xx, cns3xxx, imx6
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/cns3xxx/patches-4.14')
-rw-r--r-- | target/linux/cns3xxx/patches-4.14/010-arm_introduce-dma-fiq-irq-broadcast.patch | 2 | ||||
-rw-r--r-- | target/linux/cns3xxx/patches-4.14/040-fiq_support.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/cns3xxx/patches-4.14/010-arm_introduce-dma-fiq-irq-broadcast.patch b/target/linux/cns3xxx/patches-4.14/010-arm_introduce-dma-fiq-irq-broadcast.patch index ca7148b301..3841ca032b 100644 --- a/target/linux/cns3xxx/patches-4.14/010-arm_introduce-dma-fiq-irq-broadcast.patch +++ b/target/linux/cns3xxx/patches-4.14/010-arm_introduce-dma-fiq-irq-broadcast.patch @@ -20,7 +20,7 @@ #endif --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig -@@ -899,6 +899,17 @@ config DMA_CACHE_RWFO +@@ -922,6 +922,17 @@ config DMA_CACHE_RWFO in hardware, other workarounds are needed (e.g. cache maintenance broadcasting in software via FIQ). diff --git a/target/linux/cns3xxx/patches-4.14/040-fiq_support.patch b/target/linux/cns3xxx/patches-4.14/040-fiq_support.patch index a52c554503..5a62eb38ac 100644 --- a/target/linux/cns3xxx/patches-4.14/040-fiq_support.patch +++ b/target/linux/cns3xxx/patches-4.14/040-fiq_support.patch @@ -29,7 +29,7 @@ */ --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig -@@ -882,7 +882,7 @@ config VDSO +@@ -905,7 +905,7 @@ config VDSO config DMA_CACHE_RWFO bool "Enable read/write for ownership DMA cache maintenance" |