diff options
author | John Audia <therealgraysky@proton.me> | 2023-01-05 05:51:15 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-28 16:54:32 +0100 |
commit | a8025bc2c27dfe9a5fb542ef3471175de970780f (patch) | |
tree | 30890e38b757f37ed2f473bcf054546c29620fb7 /target/linux/ath79 | |
parent | ddeeb350073f02a4e337adfef34a0e9ca817bc06 (diff) | |
download | upstream-a8025bc2c27dfe9a5fb542ef3471175de970780f.tar.gz upstream-a8025bc2c27dfe9a5fb542ef3471175de970780f.tar.bz2 upstream-a8025bc2c27dfe9a5fb542ef3471175de970780f.zip |
kernel: bump 5.10 to 5.10.162
All patches automatically rebased.
Build system: x86_64
Build-tested: ramips/tplink_archer-a6-v3
Run-tested: ramips/tplink_archer-a6-v3
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit 2621ddb0bef7f5f8eedc49437dfa23b66e810af6)
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 3fa4e23af7..dd9582463d 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 @@ -292,7 +292,7 @@ #endif /* _LINUX_TYPES_H */ --- a/net/ipv4/af_inet.c +++ b/net/ipv4/af_inet.c -@@ -1470,8 +1470,8 @@ struct sk_buff *inet_gro_receive(struct +@@ -1469,8 +1469,8 @@ struct sk_buff *inet_gro_receive(struct if (unlikely(ip_fast_csum((u8 *)iph, 5))) goto out_unlock; |