diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-07 11:06:27 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-13 10:30:04 +0100 |
commit | fbb2186fbdd4853fab4951d051a205d7cfeec134 (patch) | |
tree | af380f48aa758f1774cc55e2e1e96f38a76ec3a1 /target/linux/mediatek | |
parent | 72870cc1087dc02c0127b047945e2ccaa40b2c04 (diff) | |
download | upstream-fbb2186fbdd4853fab4951d051a205d7cfeec134.tar.gz upstream-fbb2186fbdd4853fab4951d051a205d7cfeec134.tar.bz2 upstream-fbb2186fbdd4853fab4951d051a205d7cfeec134.zip |
kernel: bump 4.14 to 4.14.98
Refreshed all patches.
Remove upstreamed:
- 100-arm-cns3xxx-fix-writing-to-wrong-PCI-registers-after.patch
Altered patches:
- 721-phy_packets.patch
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch b/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch index 159742c16b..7fb4cadea0 100644 --- a/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch +++ b/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch @@ -78,7 +78,7 @@ Signed-off-by: John Crispin <john@phrozen.org> if (cpu_online(tcpu)) { cpu = tcpu; goto done; -@@ -8838,6 +8890,9 @@ static int __init net_dev_init(void) +@@ -8841,6 +8893,9 @@ static int __init net_dev_init(void) sd->backlog.weight = weight_p; } |