diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-04-24 16:59:36 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-04-26 08:54:01 +0200 |
commit | 6cd41b419ca02235b4f0c26ab186f21839a7e2ae (patch) | |
tree | 3311121cd574d952fa3eac74a786d96f656c13f5 /target/linux/ipq40xx | |
parent | 9aa196e0f260986991dc8ea65a219f81aed0197e (diff) | |
download | upstream-6cd41b419ca02235b4f0c26ab186f21839a7e2ae.tar.gz upstream-6cd41b419ca02235b4f0c26ab186f21839a7e2ae.tar.bz2 upstream-6cd41b419ca02235b4f0c26ab186f21839a7e2ae.zip |
kernel: bump 4.14 to 4.14.36
Refreshed all patches.
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
Fixes for CVEs:
CVE-2018-1108
CVE-2018-1092
CVE-2018-1094
CVE-2018-1095
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Tested-by: Stijn Segers <foss@volatilesystems.org>
Diffstat (limited to 'target/linux/ipq40xx')
-rw-r--r-- | target/linux/ipq40xx/patches-4.14/400-mtd-ubi-add-quirk-to-autoload-ubi-on-rt-ac58u.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/patches-4.14/400-mtd-ubi-add-quirk-to-autoload-ubi-on-rt-ac58u.patch b/target/linux/ipq40xx/patches-4.14/400-mtd-ubi-add-quirk-to-autoload-ubi-on-rt-ac58u.patch index 86cb454619..8a9da2c088 100644 --- a/target/linux/ipq40xx/patches-4.14/400-mtd-ubi-add-quirk-to-autoload-ubi-on-rt-ac58u.patch +++ b/target/linux/ipq40xx/patches-4.14/400-mtd-ubi-add-quirk-to-autoload-ubi-on-rt-ac58u.patch @@ -17,7 +17,7 @@ Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> --- a/drivers/mtd/ubi/build.c +++ b/drivers/mtd/ubi/build.c -@@ -1170,6 +1170,9 @@ static void __init ubi_auto_attach(void) +@@ -1181,6 +1181,9 @@ static void __init ubi_auto_attach(void) mtd = open_mtd_device("ubi"); if (IS_ERR(mtd)) mtd = open_mtd_device("data"); |