On Fri, Jan 11, 2019 at 6:15 AM Stefano Brivio <sbri...@redhat.com> wrote: > > On Fri, 11 Jan 2019 04:55:52 -0800 > Eric Dumazet <eduma...@google.com> wrote: > > > Both gue_err() and gue6_err() incorrectly assume > > linear skbs. Fix them to use pskb_may_pull(). > > Thanks for fixing this! I stupidly didn't suspect we could get > non-linear skbs there. Just two things:
> > + if (!pskb_may_pull(skb, len + optlen) > ^ ) missing Interesting, I had no compile error there :/ I will send a V2