diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-28 10:48:09 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-31 15:35:22 +0100 |
commit | 1f1f421af6e088ba66e6543f4b645265debd0326 (patch) | |
tree | a5505fd6d9f6895b8486f7317eadc3c0079d5259 /target/linux/generic/backport-4.9/025-tcp-allow-drivers-to-tweak-TSQ-logic.patch | |
parent | 13eeee7b2b764794dd54f39c596f94a64f47d2ca (diff) | |
download | upstream-1f1f421af6e088ba66e6543f4b645265debd0326.tar.gz upstream-1f1f421af6e088ba66e6543f4b645265debd0326.tar.bz2 upstream-1f1f421af6e088ba66e6543f4b645265debd0326.zip |
kernel: bump 4.9 to 4.9.153
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/backport-4.9/025-tcp-allow-drivers-to-tweak-TSQ-logic.patch')
-rw-r--r-- | target/linux/generic/backport-4.9/025-tcp-allow-drivers-to-tweak-TSQ-logic.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/backport-4.9/025-tcp-allow-drivers-to-tweak-TSQ-logic.patch b/target/linux/generic/backport-4.9/025-tcp-allow-drivers-to-tweak-TSQ-logic.patch index bedb4b3729..7741fd749a 100644 --- a/target/linux/generic/backport-4.9/025-tcp-allow-drivers-to-tweak-TSQ-logic.patch +++ b/target/linux/generic/backport-4.9/025-tcp-allow-drivers-to-tweak-TSQ-logic.patch @@ -55,7 +55,7 @@ Cc: Kir Kolyshkin <kir@openvz.org> rwlock_t sk_callback_lock; --- a/net/core/sock.c +++ b/net/core/sock.c -@@ -2478,6 +2478,7 @@ void sock_init_data(struct socket *sock, +@@ -2479,6 +2479,7 @@ void sock_init_data(struct socket *sock, sk->sk_max_pacing_rate = ~0U; sk->sk_pacing_rate = ~0U; |