diff options
author | John Audia <therealgraysky@proton.me> | 2022-05-30 08:45:46 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-06-06 19:20:02 +0200 |
commit | cd634afe6cb6565eb6865931c8d73d97cab3600a (patch) | |
tree | 7ea876f3904338d08be5bf127c1af0e05008ebba /target/linux/ath79/patches-5.10 | |
parent | b789a588b1c55fe1df7e2d6ae1c4f84b96a03a95 (diff) | |
download | upstream-cd634afe6cb6565eb6865931c8d73d97cab3600a.tar.gz upstream-cd634afe6cb6565eb6865931c8d73d97cab3600a.tar.bz2 upstream-cd634afe6cb6565eb6865931c8d73d97cab3600a.zip |
kernel: bump 5.10 to 5.10.119
Delete the crypto-lib-blake2s kmod package, as BLAKE2s is now built-in.
Patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800, x86/64
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/ath79/patches-5.10')
-rw-r--r-- | target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch | 4 |
1 files changed, 2 insertions, 2 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 f2f48d6543..f66f4fc4b6 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 @@ -656,8 +656,8 @@ #include <linux/types.h> +#include <linux/in6.h> - u32 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport); - u32 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr, + u64 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport); + u64 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr, --- a/include/uapi/linux/in.h +++ b/include/uapi/linux/in.h @@ -88,7 +88,7 @@ enum { |