Browse Source

ath79: Refresh kernel patches

Make the patches apply cleanly again.

Fixes: 774badd8a840 ("kernel: fix crashes after linearizing fraglist GSO skbs")
Signed-off-by: Mieczyslaw Nalewaj <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16517
Signed-off-by: Robert Marko <[email protected]>
Mieczyslaw Nalewaj 1 year ago
parent
commit
9c413397d9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/ath79/patches-6.6/900-unaligned_access_hacks.patch

+ 2 - 2
target/linux/ath79/patches-6.6/900-unaligned_access_hacks.patch

@@ -867,7 +867,7 @@ SVN-Revision: 35130
  	    iph->daddr == iph2->daddr && iph->saddr == iph2->saddr)
  	    iph->daddr == iph2->daddr && iph->saddr == iph2->saddr)
  		return segs;
  		return segs;
  
  
-@@ -258,7 +258,7 @@ struct sk_buff *tcp_gro_lookup(struct li
+@@ -264,7 +264,7 @@ struct sk_buff *tcp_gro_lookup(struct li
  			continue;
  			continue;
  
  
  		th2 = tcp_hdr(p);
  		th2 = tcp_hdr(p);
@@ -876,7 +876,7 @@ SVN-Revision: 35130
  			NAPI_GRO_CB(p)->same_flow = 0;
  			NAPI_GRO_CB(p)->same_flow = 0;
  			continue;
  			continue;
  		}
  		}
-@@ -324,8 +324,8 @@ struct sk_buff *tcp_gro_receive(struct l
+@@ -330,8 +330,8 @@ struct sk_buff *tcp_gro_receive(struct l
  		  ~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH));
  		  ~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH));
  	flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
  	flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
  	for (i = sizeof(*th); i < thlen; i += 4)
  	for (i = sizeof(*th); i < thlen; i += 4)