diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-10-16 13:32:51 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-10-16 13:35:06 +0300 |
commit | fa0b5fce1f53c3520cacff49e9d371fb2c5c3685 (patch) | |
tree | 805cbcf1958eb4672c4a76ba995f0a33c0f6fc94 /target/linux/cns3xxx | |
parent | e6fd17d04c7d738598414c55cd091f7fb9c6567a (diff) | |
download | upstream-fa0b5fce1f53c3520cacff49e9d371fb2c5c3685.tar.gz upstream-fa0b5fce1f53c3520cacff49e9d371fb2c5c3685.tar.bz2 upstream-fa0b5fce1f53c3520cacff49e9d371fb2c5c3685.zip |
kernel: bump 4.4 to 4.4.92
Refresh patches.
Fixes the following CVEs:
- CVE-2017-1000252
- CVE-2017-12153
- CVE-2017-12154
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/patches-4.4/200-broadcom_phy_reinit.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-4.4/200-broadcom_phy_reinit.patch b/target/linux/cns3xxx/patches-4.4/200-broadcom_phy_reinit.patch index f3ae5e6f2b..0352a89f9e 100644 --- a/target/linux/cns3xxx/patches-4.4/200-broadcom_phy_reinit.patch +++ b/target/linux/cns3xxx/patches-4.4/200-broadcom_phy_reinit.patch @@ -1,6 +1,6 @@ --- a/drivers/net/phy/broadcom.c +++ b/drivers/net/phy/broadcom.c -@@ -414,6 +414,11 @@ static int bcm5481_config_aneg(struct ph +@@ -420,6 +420,11 @@ static int bcm5481_config_aneg(struct ph /* Write bits 14:0. */ reg |= (1 << 15); phy_write(phydev, 0x18, reg); |