Re: [net-next, 1/3] seg6: verify srh pointer in get_srh()

From: David Miller
Date: Thu Nov 14 2019 - 20:45:17 EST


From: Andrea Mayer <andrea.mayer@xxxxxxxxxxx>
Date: Wed, 13 Nov 2019 20:29:10 +0100

> pskb_may_pull may change pointers in header. For this reason, it is
> mandatory to reload any pointer that points into skb header.
>
> Signed-off-by: Andrea Mayer <andrea.mayer@xxxxxxxxxxx>

This is a bug fix and must be separated out and submitted to 'net'.

Then you must wait until 'net' is merged into 'net-next' so that you
can cleanly resubmit the other changes in this series which add the
new features.

Actually, patch #2 looks like a bug fix as well.