From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull request (net): ipsec 2017-10-24 Date: Tue, 24 Oct 2017 20:18:32 +0900 (KST) Message-ID: <20171024.201832.1079896012824825450.davem@davemloft.net> References: <1508841460-26369-1-git-send-email-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 ([184.105.139.130]:59536 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932148AbdJXLSj (ORCPT ); Tue, 24 Oct 2017 07:18:39 -0400 In-Reply-To: <1508841460-26369-1-git-send-email-steffen.klassert@secunet.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Steffen Klassert Date: Tue, 24 Oct 2017 12:37:38 +0200 > 1) Fix a memleak when we don't find a inner_mode > during bundle creation. From David Miller. > > 2) Fix a xfrm policy dump crash. We may crash > on error when dumping policies via netlink. > Fix this by initializing the policy walk > with the cb->start method. This fix is a > serious stable candidate. From Herbert Xu. > > Please pull or let me know if there are problems. Pulled, please submit #2 to -stable indeed!