diff options
| author | John Audia <therealgraysky@proton.me> | 2024-01-10 15:54:42 -0500 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-01-19 21:24:44 +0100 |
| commit | ff413129f93f3b2f5aff178ff811f280103257cc (patch) | |
| tree | b58fede53c543d026c0e5c4744c47a24d49cb296 /target/linux/ath79 | |
| parent | 2c5b3bee38eb0d76f5afe90f9969b73e19d28685 (diff) | |
| download | upstream-ff413129f93f3b2f5aff178ff811f280103257cc.tar.gz upstream-ff413129f93f3b2f5aff178ff811f280103257cc.tar.bz2 upstream-ff413129f93f3b2f5aff178ff811f280103257cc.zip | |
kernel: bump 6.1 to 6.1.72
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.72
Manually rebased:
generic/hack-6.1/650-netfilter-add-xt_FLOWOFFLOAD-target.patch
All other patches automatically rebased.
Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/ath79')
| -rw-r--r-- | target/linux/ath79/patches-6.1/900-unaligned_access_hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-6.1/900-unaligned_access_hacks.patch b/target/linux/ath79/patches-6.1/900-unaligned_access_hacks.patch index 1a2d4426abe..2235c28fd96 100644 --- a/target/linux/ath79/patches-6.1/900-unaligned_access_hacks.patch +++ b/target/linux/ath79/patches-6.1/900-unaligned_access_hacks.patch @@ -336,7 +336,7 @@ SVN-Revision: 35130 #endif /* _LINUX_TYPES_H */ --- a/net/ipv4/af_inet.c +++ b/net/ipv4/af_inet.c -@@ -1494,8 +1494,8 @@ struct sk_buff *inet_gro_receive(struct +@@ -1512,8 +1512,8 @@ struct sk_buff *inet_gro_receive(struct if (unlikely(ip_fast_csum((u8 *)iph, 5))) goto out; |
