aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2023-07-01 14:31:42 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-07-01 14:31:42 +0200
commit0344144e771c71b764966551283814de3653ce6a (patch)
tree09913ef1fe7b83726e4eea5968c4af9d41dcdcc8 /target/linux/ath79
parent2034387af45f11c933e36ebdde4ca198c45068f9 (diff)
downloadupstream-0344144e771c71b764966551283814de3653ce6a.tar.gz
upstream-0344144e771c71b764966551283814de3653ce6a.tar.bz2
upstream-0344144e771c71b764966551283814de3653ce6a.zip
kernel: bump 5.10 to 5.10.185
Removed because upstreamed: uml/patches-5.10/001-um-Fix-build-w-o-CONFIG_PM_SLEEP.patch All other patches automatically rebased. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r--target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch2
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 9c659bab59..eb43e6ac35 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
@@ -754,7 +754,7 @@
ptr = ip6hoff + sizeof(struct ipv6hdr);
--- a/include/net/neighbour.h
+++ b/include/net/neighbour.h
-@@ -275,8 +275,10 @@ static inline bool neigh_key_eq128(const
+@@ -270,8 +270,10 @@ static inline bool neigh_key_eq128(const
const u32 *n32 = (const u32 *)n->primary_key;
const u32 *p32 = pkey;