On Thu, 2022-02-10 at 17:02 +0100, Paolo Abeni wrote: > On Wed, 2022-02-09 at 18:25 +0800, lina.wang wrote: > > diff --git a/net/core/skbuff.c b/net/core/skbuff.c > > index 75dfbde8d2e6..f15bbb7449ce 100644 > > --- a/net/core/skbuff.c > > +++ b/net/core/skbuff.c > > @@ -3682,6 +3682,7 @@ struct sk_buff *skb_segment_list(struct > > sk_buff *skb, > > struct sk_buff *tail = NULL; > > struct sk_buff *nskb, *tmp; > > int err; > > + unsigned int len_diff = 0; > > Mintor nit: please respect the reverse x-mas tree order. > v3 has updated, please give some advice! > > > Paolo > Thanks!