diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-08 15:03:32 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-08 15:51:06 +0200 |
commit | 8184429b7b15e61f5c195ad953016b1360c076a2 (patch) | |
tree | d538a209e965feac844229294fc7434ac59cfcc9 /target/linux/generic/hack-4.19 | |
parent | 4648533ca4c4e41b3902e3d7c72aa399009454d9 (diff) | |
download | upstream-8184429b7b15e61f5c195ad953016b1360c076a2.tar.gz upstream-8184429b7b15e61f5c195ad953016b1360c076a2.tar.bz2 upstream-8184429b7b15e61f5c195ad953016b1360c076a2.zip |
kernel: bump 4.19 to 4.19.78
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.19')
-rw-r--r-- | target/linux/generic/hack-4.19/901-debloat_sock_diag.patch | 2 | ||||
-rw-r--r-- | target/linux/generic/hack-4.19/902-debloat_proc.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-4.19/901-debloat_sock_diag.patch b/target/linux/generic/hack-4.19/901-debloat_sock_diag.patch index 9f7ead6b11..639f76d309 100644 --- a/target/linux/generic/hack-4.19/901-debloat_sock_diag.patch +++ b/target/linux/generic/hack-4.19/901-debloat_sock_diag.patch @@ -61,7 +61,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) { struct dst_entry *dst = __sk_dst_get(sk); -@@ -1598,9 +1610,11 @@ static void __sk_free(struct sock *sk) +@@ -1603,9 +1615,11 @@ static void __sk_free(struct sock *sk) if (likely(sk->sk_net_refcnt)) sock_inuse_add(sock_net(sk), -1); diff --git a/target/linux/generic/hack-4.19/902-debloat_proc.patch b/target/linux/generic/hack-4.19/902-debloat_proc.patch index e70f030cb8..73a1f3677c 100644 --- a/target/linux/generic/hack-4.19/902-debloat_proc.patch +++ b/target/linux/generic/hack-4.19/902-debloat_proc.patch @@ -327,7 +327,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/net/core/sock.c +++ b/net/core/sock.c -@@ -3480,6 +3480,8 @@ static __net_initdata struct pernet_oper +@@ -3485,6 +3485,8 @@ static __net_initdata struct pernet_oper static int __init proto_init(void) { |