diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-01 19:46:06 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-01 19:46:06 +0200 |
commit | 541be7ddb252dfae9ad2bc2ae286c88dcd159d3f (patch) | |
tree | 51d20997df2d75602ed3b4c8b115bb914d75b79a | |
parent | c2331038b2577cfeb6d34b3b6a812c6c1cf7ba5f (diff) | |
download | upstream-541be7ddb252dfae9ad2bc2ae286c88dcd159d3f.tar.gz upstream-541be7ddb252dfae9ad2bc2ae286c88dcd159d3f.tar.bz2 upstream-541be7ddb252dfae9ad2bc2ae286c88dcd159d3f.zip |
ath79: Refresh patches
Refresh the kernel patches.
Fixes: c2331038b257 ("kernel: remove obsolete netfilter tcp window size check bypass patch")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-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 aa60c0523e..9dbc96f31c 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 @@ -682,7 +682,7 @@ struct fib6_info *fib6_info_alloc(gfp_t gfp_flags, bool with_fib6_nh) --- a/net/netfilter/nf_conntrack_proto_tcp.c +++ b/net/netfilter/nf_conntrack_proto_tcp.c -@@ -415,7 +415,7 @@ static void tcp_sack(const struct sk_buf +@@ -412,7 +412,7 @@ static void tcp_sack(const struct sk_buf /* Fast path for timestamp-only option */ if (length == TCPOLEN_TSTAMP_ALIGNED |