diff options
author | John Audia <therealgraysky@proton.me> | 2022-09-15 08:07:08 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-17 14:16:37 +0200 |
commit | fe209fa47d4f360ed0052e0029ba6b3cf8bc9780 (patch) | |
tree | 325270b59a0f6e0238ddfe499d90727c427ba0bb /target/linux/ath79 | |
parent | e785ca05e9f0502894772f5df92192b816ba5d7c (diff) | |
download | upstream-fe209fa47d4f360ed0052e0029ba6b3cf8bc9780.tar.gz upstream-fe209fa47d4f360ed0052e0029ba6b3cf8bc9780.tar.bz2 upstream-fe209fa47d4f360ed0052e0029ba6b3cf8bc9780.zip |
kernel: bump 5.15 to 5.15.68
All patches automatically rebased
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/patches-5.15/910-unaligned_access_hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-5.15/910-unaligned_access_hacks.patch b/target/linux/ath79/patches-5.15/910-unaligned_access_hacks.patch index 1eaeefef00..d166702047 100644 --- a/target/linux/ath79/patches-5.15/910-unaligned_access_hacks.patch +++ b/target/linux/ath79/patches-5.15/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 -@@ -4140,14 +4140,16 @@ static bool tcp_parse_aligned_timestamp( +@@ -4151,14 +4151,16 @@ static bool tcp_parse_aligned_timestamp( { const __be32 *ptr = (const __be32 *)(th + 1); |