diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-22 19:58:01 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-27 00:19:53 +0200 |
commit | 3ad44fcd12915063816c440f1afce751470feef2 (patch) | |
tree | a0f769f8621f7a4fd5d591c366695f2a622f2093 /target/linux/generic/backport-4.9/025-tcp-allow-drivers-to-tweak-TSQ-logic.patch | |
parent | b8336ebab9fc6d725def8eeacf71a879f63bdb0a (diff) | |
download | upstream-3ad44fcd12915063816c440f1afce751470feef2.tar.gz upstream-3ad44fcd12915063816c440f1afce751470feef2.tar.bz2 upstream-3ad44fcd12915063816c440f1afce751470feef2.zip |
kernel: Update kernel 4.9 to version 4.9.234
Compile and runtime tested on lantiq/xrx200.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 ff604cdef6..6884a4da17 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 -@@ -2486,6 +2486,7 @@ void sock_init_data(struct socket *sock, +@@ -2507,6 +2507,7 @@ void sock_init_data(struct socket *sock, sk->sk_max_pacing_rate = ~0U; sk->sk_pacing_rate = ~0U; |