From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull request (net): ipsec 2018-10-18 Date: Thu, 18 Oct 2018 09:56:01 -0700 (PDT) Message-ID: <20181018.095601.1435623197871634099.davem@davemloft.net> References: <20181018102521.24997-1-steffen.klassert@secunet.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: herbert@gondor.apana.org.au, netdev@vger.kernel.org To: steffen.klassert@secunet.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:36618 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727391AbeJSA54 (ORCPT ); Thu, 18 Oct 2018 20:57:56 -0400 In-Reply-To: <20181018102521.24997-1-steffen.klassert@secunet.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Steffen Klassert Date: Thu, 18 Oct 2018 12:25:17 +0200 > 1) Free the xfrm interface gro_cells when deleting the > interface, otherwise we leak it. From Li RongQing. > > 2) net/core/flow.c does not exist anymore, so remove it > from the MAINTAINERS file. > > 3) Fix a slab-out-of-bounds in _decode_session6. > From Alexei Starovoitov. > > 4) Fix RCU protection when policies inserted into > thei bydst lists. From Florian Westphal. > > Please pull or let me know if there are problems. Pulled, thank you!