diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-13 00:44:25 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-13 01:06:12 +0100 |
commit | 079ce0413a1e3c19dd00be1b90de737c2bc09223 (patch) | |
tree | 2b8a95a2775fc260023e5637b70642ac7ba277ce /target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch | |
parent | dec6584b22bad48fb0f21904bc552697360005b0 (diff) | |
download | upstream-079ce0413a1e3c19dd00be1b90de737c2bc09223.tar.gz upstream-079ce0413a1e3c19dd00be1b90de737c2bc09223.tar.bz2 upstream-079ce0413a1e3c19dd00be1b90de737c2bc09223.zip |
kernel: bump 5.4 to 5.4.224
Manually adapted:
generic/pending-5.4/680-NET-skip-GRO-for-foreign-MAC-addresses.patch
lantiq/patches-5.4/0028-NET-lantiq-various-etop-fixes.patch
Compile-tested: x86/64
Run-tested: x86/64
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch')
-rw-r--r-- | target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch b/target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch index 17173fd06b..1405047176 100644 --- a/target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch +++ b/target/linux/ath79/patches-5.4/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 -@@ -3997,14 +3997,16 @@ static bool tcp_parse_aligned_timestamp( +@@ -3998,14 +3998,16 @@ static bool tcp_parse_aligned_timestamp( { const __be32 *ptr = (const __be32 *)(th + 1); |