From 4faf889e7e07a743afd58164052ef1531bbb10ec Mon Sep 17 00:00:00 2001 From: John Audia Date: Tue, 14 Jun 2022 15:31:10 -0400 Subject: kernel: bump 5.10 to 5.10.122 All patches automatically rebased. Build system: x86_64 Build-tested: ipq806x/R7800 Signed-off-by: John Audia (cherry picked from commit 9edc514e3dafcc36db69046a37daab818cfc1a07) --- target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch') diff --git a/target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch b/target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch index f66f4fc4b6..52c497e966 100644 --- a/target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch +++ b/target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch @@ -706,7 +706,7 @@ EXPORT_SYMBOL(xfrm_parse_spi); --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c -@@ -4084,14 +4084,16 @@ static bool tcp_parse_aligned_timestamp( +@@ -4087,14 +4087,16 @@ static bool tcp_parse_aligned_timestamp( { const __be32 *ptr = (const __be32 *)(th + 1); -- cgit v1.2.3