kernel: bump 5.10 to 5.10.167
authorJohn Audia <therealgraysky@proton.me>
Mon, 6 Feb 2023 11:28:36 +0000 (06:28 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 7 Feb 2023 23:22:58 +0000 (00:22 +0100)
All patches automatically rebased.

Build system: x86_64
Build-tested: ramips/tplink_archer-a6-v3
Run-tested: ramips/tplink_archer-a6-v3

Signed-off-by: John Audia <therealgraysky@proton.me>
include/kernel-5.10
target/linux/generic/backport-5.10/630-v5.15-page_pool_frag_support.patch
target/linux/generic/pending-5.10/750-skb-Do-mix-page-pool-and-page-referenced-frags-in-GR.patch

index 0c14e6b5824eb5171c29e9bd567999543a71e13c..01985403611b2a782c0f1c1163c5af59e3f56e65 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-5.10 = .166
-LINUX_KERNEL_HASH-5.10.166 = 0051a1780e5bda0efc68dafab7c728b8283d2b028fedb439418f478be7d3e1af
+LINUX_VERSION-5.10 = .167
+LINUX_KERNEL_HASH-5.10.167 = d807f97812e566410cd13b3170009e0d7552748d4f22d608ffd4dbd7f85bf9c6
index dbcdac8590f02e5c6f95405753cca99bb6316dcb..340a02afa75a3019c1bba62a621732a6726d1ae8 100644 (file)
        }
  
        /* Reposition in the original skb */
-@@ -5189,6 +5210,20 @@ bool skb_try_coalesce(struct sk_buff *to
+@@ -5188,6 +5209,20 @@ bool skb_try_coalesce(struct sk_buff *to
        if (skb_cloned(to))
                return false;
  
index 5a145abed33075789e14b5b89c9027a91cad3233..c464b8e7ffdd561e4ef436ee3194ea5d4f06fa32 100644 (file)
@@ -17,7 +17,7 @@ Signed-off-by: Alexander Duyck <alexanderduyck@fb.com>
 
 --- a/net/core/skbuff.c
 +++ b/net/core/skbuff.c
-@@ -4166,6 +4166,15 @@ int skb_gro_receive(struct sk_buff *p, s
+@@ -4165,6 +4165,15 @@ int skb_gro_receive(struct sk_buff *p, s
        if (unlikely(p->len + len >= 65536 || NAPI_GRO_CB(skb)->flush))
                return -E2BIG;