kernel: bump 5.10 to 5.10.175
[openwrt/openwrt.git] / target / linux / generic / backport-5.10 / 630-v5.15-page_pool_frag_support.patch
index 340a02afa75a3019c1bba62a621732a6726d1ae8..09fb69f251648cb230de388b909b3b8b088d4e16 100644 (file)
  }
  
  /*
-@@ -1003,6 +1023,7 @@ static struct sk_buff *__skb_clone(struc
+@@ -1002,6 +1022,7 @@ static struct sk_buff *__skb_clone(struc
        n->nohdr = 0;
        n->peeked = 0;
        C(pfmemalloc);
        n->destructor = NULL;
        C(tail);
        C(end);
-@@ -3421,7 +3442,7 @@ int skb_shift(struct sk_buff *tgt, struc
+@@ -3420,7 +3441,7 @@ int skb_shift(struct sk_buff *tgt, struc
                fragto = &skb_shinfo(tgt)->frags[merge];
  
                skb_frag_size_add(fragto, skb_frag_size(fragfrom));
        }
  
        /* Reposition in the original skb */
-@@ -5188,6 +5209,20 @@ bool skb_try_coalesce(struct sk_buff *to
+@@ -5187,6 +5208,20 @@ bool skb_try_coalesce(struct sk_buff *to
        if (skb_cloned(to))
                return false;