On 24-4-2017 13:40, James Hughes wrote: > The incoming skb header may be resized if header space is > insufficient, which might change the data adddress in the skb. > Ensure that a cached pointer to that data is correctly set by > moving assignment to after any possible changes. Hi Kalle, This one should go on 4.12 queue as well. Thanks, Arend > Signed-off-by: James Hughes <james.hughes@xxxxxxxxxxxxxxx> > > Acked-by: Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx> > ---