diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-10-14 13:14:57 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-10-14 17:18:54 +0200 |
commit | 7dd822983b8728772e433c7718739b741c3d6de0 (patch) | |
tree | d26ea01078299c967e01d2284dde24eb7e44a3bf /target/linux/layerscape | |
parent | aee081e62ef8b79f7ea18eac3e66eddcfd03e00a (diff) | |
download | upstream-7dd822983b8728772e433c7718739b741c3d6de0.tar.gz upstream-7dd822983b8728772e433c7718739b741c3d6de0.tar.bz2 upstream-7dd822983b8728772e433c7718739b741c3d6de0.zip |
kernel: bump 4.14 to 4.14.201
Refreshed all patches.
Fixes:
- CVE-2020-14386
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch | 2 | ||||
-rw-r--r-- | target/linux/layerscape/patches-4.14/709-mdio-phy-support-layerscape.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch b/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch index 2dd5b17603..90352580fd 100644 --- a/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch @@ -623,7 +623,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> EXPORT_SYMBOL(dma_noop_ops); --- a/mm/page_alloc.c +++ b/mm/page_alloc.c -@@ -4372,8 +4372,14 @@ void page_frag_free(void *addr) +@@ -4373,8 +4373,14 @@ void page_frag_free(void *addr) { struct page *page = virt_to_head_page(addr); diff --git a/target/linux/layerscape/patches-4.14/709-mdio-phy-support-layerscape.patch b/target/linux/layerscape/patches-4.14/709-mdio-phy-support-layerscape.patch index 17fe50cdd5..9eadf2bfda 100644 --- a/target/linux/layerscape/patches-4.14/709-mdio-phy-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.14/709-mdio-phy-support-layerscape.patch @@ -70,7 +70,7 @@ Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> config MDIO_GPIO tristate "GPIO lib-based bitbanged MDIO buses" depends on MDIO_BITBANG && GPIOLIB -@@ -303,6 +321,16 @@ config AT803X_PHY +@@ -304,6 +322,16 @@ config AT803X_PHY ---help--- Currently supports the AT8030 and AT8035 model @@ -87,7 +87,7 @@ Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> config BCM63XX_PHY tristate "Broadcom 63xx SOCs internal PHY" depends on BCM63XX -@@ -385,6 +413,11 @@ config ICPLUS_PHY +@@ -386,6 +414,11 @@ config ICPLUS_PHY ---help--- Currently supports the IP175C and IP1001 PHYs. |