diff options
author | John Audia <therealgraysky@proton.me> | 2022-06-14 15:31:10 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-06-27 00:57:15 +0200 |
commit | 9edc514e3dafcc36db69046a37daab818cfc1a07 (patch) | |
tree | 757a21931a09297fd700b87f618312c17752dfed /target/linux/ath79/patches-5.10 | |
parent | 706a4ec40cce108f484b40805bfa48619a0a7f09 (diff) | |
download | upstream-9edc514e3dafcc36db69046a37daab818cfc1a07.tar.gz upstream-9edc514e3dafcc36db69046a37daab818cfc1a07.tar.bz2 upstream-9edc514e3dafcc36db69046a37daab818cfc1a07.zip |
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 <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/ath79/patches-5.10')
-rw-r--r-- | target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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); |