diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-18 14:12:21 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-18 15:12:06 +0100 |
commit | 386a57dc596c95919024e0726582a996d801d9fb (patch) | |
tree | 3b19d7c7c525163a827cbd2f312a85433c6f84ec /target | |
parent | 217219ee1dd4faf5f3ce32cfb9385b770466e323 (diff) | |
download | upstream-386a57dc596c95919024e0726582a996d801d9fb.tar.gz upstream-386a57dc596c95919024e0726582a996d801d9fb.tar.bz2 upstream-386a57dc596c95919024e0726582a996d801d9fb.zip |
kernel: bump 4.9 to 4.9.146
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/backport-4.9/024-8-tcp-tsq-move-tsq_flags-close-to-sk_wmem_alloc.patch | 2 | ||||
-rw-r--r-- | target/linux/layerscape/patches-4.9/703-phy-support-layerscape.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/backport-4.9/024-8-tcp-tsq-move-tsq_flags-close-to-sk_wmem_alloc.patch b/target/linux/generic/backport-4.9/024-8-tcp-tsq-move-tsq_flags-close-to-sk_wmem_alloc.patch index 4a3f355b4d..0a5b9ead9d 100644 --- a/target/linux/generic/backport-4.9/024-8-tcp-tsq-move-tsq_flags-close-to-sk_wmem_alloc.patch +++ b/target/linux/generic/backport-4.9/024-8-tcp-tsq-move-tsq_flags-close-to-sk_wmem_alloc.patch @@ -134,7 +134,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> if (tcp_small_queue_check(sk, skb, 0)) break; -@@ -3542,8 +3542,6 @@ void __tcp_send_ack(struct sock *sk, u32 +@@ -3546,8 +3546,6 @@ void __tcp_send_ack(struct sock *sk, u32 /* We do not want pure acks influencing TCP Small Queues or fq/pacing * too much. * SKB_TRUESIZE(max(1 .. 66, MAX_TCP_HEADER)) is unfortunately ~784 diff --git a/target/linux/layerscape/patches-4.9/703-phy-support-layerscape.patch b/target/linux/layerscape/patches-4.9/703-phy-support-layerscape.patch index 4124bab4ad..9c23279188 100644 --- a/target/linux/layerscape/patches-4.9/703-phy-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.9/703-phy-support-layerscape.patch @@ -1713,7 +1713,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> ret = phydrv->resume(phydev); if (ret) -@@ -1723,7 +1723,7 @@ static int phy_remove(struct device *dev +@@ -1720,7 +1720,7 @@ static int phy_remove(struct device *dev phydev->state = PHY_DOWN; mutex_unlock(&phydev->lock); |