diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-04-15 14:36:05 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-04-16 13:24:54 +0200 |
commit | 82c8170cd086d17a08ab29cd7120fb7f94bd7424 (patch) | |
tree | c8e86fe41de64fb5bc07674a7028f05dab192eac /target/linux/lantiq | |
parent | 489fc2353559ac79b3aaeb35bd9224df713306af (diff) | |
download | upstream-82c8170cd086d17a08ab29cd7120fb7f94bd7424.tar.gz upstream-82c8170cd086d17a08ab29cd7120fb7f94bd7424.tar.bz2 upstream-82c8170cd086d17a08ab29cd7120fb7f94bd7424.zip |
kernel: bump 4.9 to 4.9.219
Refreshed all patches.
Altered patches:
- 0026-NET-multi-phy-support.patch
Fixes:
- CVE-2020-8647
- CVE-2020-8648 (Potentially)
- CVE-2020-8649
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/patches-4.9/0026-NET-multi-phy-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches-4.9/0026-NET-multi-phy-support.patch b/target/linux/lantiq/patches-4.9/0026-NET-multi-phy-support.patch index e5cfc0a7d3..e616cfd6da 100644 --- a/target/linux/lantiq/patches-4.9/0026-NET-multi-phy-support.patch +++ b/target/linux/lantiq/patches-4.9/0026-NET-multi-phy-support.patch @@ -43,10 +43,10 @@ Signed-off-by: John Crispin <blogic@openwrt.org> } --- a/include/linux/phy.h +++ b/include/linux/phy.h -@@ -369,6 +369,7 @@ struct phy_device { - bool is_pseudo_fixed_link; +@@ -371,6 +371,7 @@ struct phy_device { bool has_fixups; bool suspended; + bool suspended_by_mdio_bus; + bool no_auto_carrier_off; enum phy_state state; |