From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steffen Klassert Subject: Re: IP_PKTINFO broken by acf568ee859f0 (xfrm: Reinject transport-mode packets through tasklet) Date: Tue, 1 May 2018 09:51:06 +0200 Message-ID: <20180501075106.vx4va4tejjbmsjkj@gauss3.secunet.de> References: <1524863813.15003.174.camel@sakura.staff.proxad.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Herbert Xu , netdev To: Maxime Bizon Return-path: Received: from a.mx.secunet.com ([62.96.220.36]:43974 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752355AbeEAHvI (ORCPT ); Tue, 1 May 2018 03:51:08 -0400 Content-Disposition: inline In-Reply-To: <1524863813.15003.174.camel@sakura.staff.proxad.net> Sender: netdev-owner@vger.kernel.org List-ID: 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.")