From 20bc4507714fbc5dfbe3632afeb260b071591acb Mon Sep 17 00:00:00 2001 From: John Audia Date: Wed, 6 Oct 2021 11:38:15 -0400 Subject: kernel: bump 5.10 to 5.10.71 All patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, ipq806x/R7800 Run-tested: bcm2711/RPi4B, ipq806x/R7800 Signed-off-by: John Audia --- target/linux/generic/hack-5.10/901-debloat_sock_diag.patch | 2 +- target/linux/generic/hack-5.10/902-debloat_proc.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/hack-5.10') diff --git a/target/linux/generic/hack-5.10/901-debloat_sock_diag.patch b/target/linux/generic/hack-5.10/901-debloat_sock_diag.patch index 88895b4572..78446d38c4 100644 --- a/target/linux/generic/hack-5.10/901-debloat_sock_diag.patch +++ b/target/linux/generic/hack-5.10/901-debloat_sock_diag.patch @@ -77,7 +77,7 @@ Signed-off-by: Felix Fietkau struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) { struct dst_entry *dst = __sk_dst_get(sk); -@@ -1816,9 +1830,11 @@ static void __sk_free(struct sock *sk) +@@ -1834,9 +1848,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-5.10/902-debloat_proc.patch b/target/linux/generic/hack-5.10/902-debloat_proc.patch index 6f7a1876cd..e84b6d1787 100644 --- a/target/linux/generic/hack-5.10/902-debloat_proc.patch +++ b/target/linux/generic/hack-5.10/902-debloat_proc.patch @@ -330,7 +330,7 @@ Signed-off-by: Felix Fietkau --- a/net/core/sock.c +++ b/net/core/sock.c -@@ -3682,6 +3682,8 @@ static __net_initdata struct pernet_oper +@@ -3702,6 +3702,8 @@ static __net_initdata struct pernet_oper static int __init proto_init(void) { -- cgit v1.2.3