Skip to content

Commit

Permalink
ath79: Refresh kernel patches
Browse files Browse the repository at this point in the history
Make the patches apply cleanly again.

Fixes: 774badd ("kernel: fix crashes after linearizing fraglist GSO skbs")
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: openwrt#16517
Signed-off-by: Robert Marko <robimarko@gmail.com>
  • Loading branch information
namiltd authored and robimarko committed Sep 26, 2024
1 parent 7ea086b commit 9c41339
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ SVN-Revision: 35130
iph->daddr == iph2->daddr && iph->saddr == iph2->saddr)
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;

th2 = tcp_hdr(p);
Expand All @@ -876,7 +876,7 @@ SVN-Revision: 35130
NAPI_GRO_CB(p)->same_flow = 0;
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));
flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
for (i = sizeof(*th); i < thlen; i += 4)
Expand Down

0 comments on commit 9c41339

Please sign in to comment.