diff options
author | John Audia <therealgraysky@proton.me> | 2022-07-29 12:25:26 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-29 23:03:41 +0200 |
commit | 7be62b1187bb7e21bcdaadfc3d47713a91f05898 (patch) | |
tree | 2d78088345f99ff7a3ceb77671885fa14d0e3a5d /target/linux/ath79 | |
parent | 56760c0b1316a0e379ff141b895c2929f0dace8d (diff) | |
download | upstream-7be62b1187bb7e21bcdaadfc3d47713a91f05898.tar.gz upstream-7be62b1187bb7e21bcdaadfc3d47713a91f05898.tar.bz2 upstream-7be62b1187bb7e21bcdaadfc3d47713a91f05898.zip |
kernel: bump 5.10 to 5.10.134
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/ath79')
-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 52c497e966..ad19f8eaf9 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 -@@ -4087,14 +4087,16 @@ static bool tcp_parse_aligned_timestamp( +@@ -4092,14 +4092,16 @@ static bool tcp_parse_aligned_timestamp( { const __be32 *ptr = (const __be32 *)(th + 1); |