On Fri, Apr 27, 2018 at 11:16:53PM +0200, Maxime Bizon wrote: > > Hello Herbert, > > That patch just went into stable 4.14 and is causing a regression on my > setup. > > Basically, IP_PKTINFO does not work anymore on transport-mode packets, > because skb->cb is now used to store the finish callback. > > Was that expected or is it an unforeseen side effect ?
This should be fixed by: commit 9a3fb9fb84cc ("xfrm: Fix transport mode skb control buffer usage.")