From bd3b8480ab2ac932259972b3136265d82fcc219d Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Fri, 29 Nov 2019 10:53:02 +0100 Subject: kernel: bump 4.9 to 4.9.205 Refreshed all patches. Altered patches: - 402-mtd-support-layerscape.patch Fixes: - CVE-2019-18660 Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte --- .../patches-4.9/423-bcm63xx_enet_add_b53_support.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/brcm63xx/patches-4.9/423-bcm63xx_enet_add_b53_support.patch') diff --git a/target/linux/brcm63xx/patches-4.9/423-bcm63xx_enet_add_b53_support.patch b/target/linux/brcm63xx/patches-4.9/423-bcm63xx_enet_add_b53_support.patch index eb7b9fff38..7156e384f4 100644 --- a/target/linux/brcm63xx/patches-4.9/423-bcm63xx_enet_add_b53_support.patch +++ b/target/linux/brcm63xx/patches-4.9/423-bcm63xx_enet_add_b53_support.patch @@ -20,7 +20,7 @@ #include #include "bcm63xx_enet.h" -@@ -1950,7 +1951,8 @@ static int bcm_enet_remove(struct platfo +@@ -1951,7 +1952,8 @@ static int bcm_enet_remove(struct platfo return 0; } @@ -30,7 +30,7 @@ .probe = bcm_enet_probe, .remove = bcm_enet_remove, .driver = { -@@ -1959,6 +1961,42 @@ struct platform_driver bcm63xx_enet_driv +@@ -1960,6 +1962,42 @@ struct platform_driver bcm63xx_enet_driv }, }; @@ -73,7 +73,7 @@ /* * switch mii access callbacks */ -@@ -2217,29 +2255,6 @@ static int bcm_enetsw_open(struct net_de +@@ -2218,29 +2256,6 @@ static int bcm_enetsw_open(struct net_de enetsw_writeb(priv, rgmii_ctrl, ENETSW_RGMII_CTRL_REG(i)); } @@ -103,7 +103,7 @@ /* initialize flow control buffer allocation */ enet_dma_writel(priv, ENETDMA_BUFALLOC_FORCE_MASK | 0, ENETDMA_BUFALLOC_REG(priv->rx_chan)); -@@ -2698,6 +2713,9 @@ static int bcm_enetsw_probe(struct platf +@@ -2699,6 +2714,9 @@ static int bcm_enetsw_probe(struct platf struct bcm63xx_enetsw_platform_data *pd; struct resource *res_mem; int ret, irq_rx, irq_tx; @@ -113,7 +113,7 @@ if (!bcm_enet_shared_base[0]) return -EPROBE_DEFER; -@@ -2780,6 +2798,43 @@ static int bcm_enetsw_probe(struct platf +@@ -2781,6 +2799,43 @@ static int bcm_enetsw_probe(struct platf priv->pdev = pdev; priv->net_dev = dev; @@ -157,7 +157,7 @@ return 0; out_disable_clk: -@@ -2801,6 +2856,9 @@ static int bcm_enetsw_remove(struct plat +@@ -2802,6 +2857,9 @@ static int bcm_enetsw_remove(struct plat priv = netdev_priv(dev); unregister_netdev(dev); -- cgit v1.2.3