diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-09-03 10:54:20 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-09 23:40:32 +0200 |
commit | 27199a4e66f78aeed212e34fd7760144f950bc74 (patch) | |
tree | fbc5d9859780052f976e1166164e2908d0d2ce22 /target/linux/ath79/patches-5.10 | |
parent | df63619eeafac0a6b41c26102a7aa4a0dea9aa16 (diff) | |
download | upstream-27199a4e66f78aeed212e34fd7760144f950bc74.tar.gz upstream-27199a4e66f78aeed212e34fd7760144f950bc74.tar.bz2 upstream-27199a4e66f78aeed212e34fd7760144f950bc74.zip |
kernel: bump 5.10 to 5.10.62
Patches automatically refreshed.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/ath79/patches-5.10')
-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 e0bcb8d34e..338b96447d 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 @@ -171,7 +171,7 @@ #define UDP_CORK 1 /* Never send partially complete segments */ --- a/net/netfilter/nf_conntrack_core.c +++ b/net/netfilter/nf_conntrack_core.c -@@ -273,8 +273,8 @@ nf_ct_get_tuple(const struct sk_buff *sk +@@ -268,8 +268,8 @@ nf_ct_get_tuple(const struct sk_buff *sk switch (l3num) { case NFPROTO_IPV4: |