aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.10
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2021-06-10 19:51:01 +0100
committerDavid Bauer <mail@david-bauer.net>2021-06-14 01:36:36 +0200
commit677813c77678b80e99c4f97b433f428de26ca10f (patch)
tree28b1267949a27498476f9001aa9a927c0382e71d /target/linux/generic/hack-5.10
parent5c68c624f671eb1773a82485d398ac933c4d416a (diff)
downloadupstream-677813c77678b80e99c4f97b433f428de26ca10f.tar.gz
upstream-677813c77678b80e99c4f97b433f428de26ca10f.tar.bz2
upstream-677813c77678b80e99c4f97b433f428de26ca10f.zip
kernel: bump 5.10 to 5.10.43
No deleted or manually refreshed patches. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/generic/hack-5.10')
-rw-r--r--target/linux/generic/hack-5.10/901-debloat_sock_diag.patch2
-rw-r--r--target/linux/generic/hack-5.10/902-debloat_proc.patch2
2 files changed, 2 insertions, 2 deletions
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 fc2a0a4862..88895b4572 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 <nbd@nbd.name>
struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie)
{
struct dst_entry *dst = __sk_dst_get(sk);
-@@ -1808,9 +1822,11 @@ static void __sk_free(struct sock *sk)
+@@ -1816,9 +1830,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 31ed45b19e..6f7a1876cd 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 <nbd@nbd.name>
--- a/net/core/sock.c
+++ b/net/core/sock.c
-@@ -3674,6 +3674,8 @@ static __net_initdata struct pernet_oper
+@@ -3682,6 +3682,8 @@ static __net_initdata struct pernet_oper
static int __init proto_init(void)
{