diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-29 10:53:02 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-29 17:07:58 +0100 |
commit | bd3b8480ab2ac932259972b3136265d82fcc219d (patch) | |
tree | 1b743a93b0ff2ff2e0be2d821fb26031ccfb05b9 /target/linux/brcm63xx/patches-4.9/001-4.16-01-bcm63xx_enet-just-use-enet-as-the-clock-name.patch | |
parent | 2777947a75c1033576d49e16969d82db9fc534fe (diff) | |
download | upstream-bd3b8480ab2ac932259972b3136265d82fcc219d.tar.gz upstream-bd3b8480ab2ac932259972b3136265d82fcc219d.tar.bz2 upstream-bd3b8480ab2ac932259972b3136265d82fcc219d.zip |
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 <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm63xx/patches-4.9/001-4.16-01-bcm63xx_enet-just-use-enet-as-the-clock-name.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-4.9/001-4.16-01-bcm63xx_enet-just-use-enet-as-the-clock-name.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-4.9/001-4.16-01-bcm63xx_enet-just-use-enet-as-the-clock-name.patch b/target/linux/brcm63xx/patches-4.9/001-4.16-01-bcm63xx_enet-just-use-enet-as-the-clock-name.patch index d453153d44..176743abe0 100644 --- a/target/linux/brcm63xx/patches-4.9/001-4.16-01-bcm63xx_enet-just-use-enet-as-the-clock-name.patch +++ b/target/linux/brcm63xx/patches-4.9/001-4.16-01-bcm63xx_enet-just-use-enet-as-the-clock-name.patch @@ -13,7 +13,7 @@ Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> --- a/drivers/net/ethernet/broadcom/bcm63xx_enet.c +++ b/drivers/net/ethernet/broadcom/bcm63xx_enet.c -@@ -1736,7 +1736,6 @@ static int bcm_enet_probe(struct platfor +@@ -1737,7 +1737,6 @@ static int bcm_enet_probe(struct platfor struct bcm63xx_enet_platform_data *pd; struct resource *res_mem, *res_irq, *res_irq_rx, *res_irq_tx; struct mii_bus *bus; @@ -21,7 +21,7 @@ Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> int i, ret; if (!bcm_enet_shared_base[0]) -@@ -1777,14 +1776,12 @@ static int bcm_enet_probe(struct platfor +@@ -1778,14 +1777,12 @@ static int bcm_enet_probe(struct platfor if (priv->mac_id == 0) { priv->rx_chan = 0; priv->tx_chan = 1; |