From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull request (net): ipsec 2018-07-27 Date: Fri, 27 Jul 2018 09:20:11 -0700 (PDT) Message-ID: <20180727.092011.2234786000426592482.davem@davemloft.net> References: <20180727065154.28557-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]:34372 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730510AbeG0Rmv (ORCPT ); Fri, 27 Jul 2018 13:42:51 -0400 In-Reply-To: <20180727065154.28557-1-steffen.klassert@secunet.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Steffen Klassert Date: Fri, 27 Jul 2018 08:51:49 +0200 > 1) Fix PMTU handling of vti6. We update the PMTU on > the xfrm dst_entry which is not cached anymore > after the flowchache removal. So update the > PMTU of the original dst_entry instead. > From Eyal Birger. > > 2) Fix a leak of kernel memory to userspace. > From Eric Dumazet. > > 3) Fix a possible dst_entry memleak in xfrm_lookup_route. > From Tommi Rantala. > > 4) Fix a skb leak in case we can't call nlmsg_multicast > from xfrm_nlmsg_multicast. From Florian Westphal. > > 5) Fix a leak of a temporary buffer in the error path of > esp6_input. From Zhen Lei. > > Please pull or let me know if there are problems. Pulled, thanks Steffen!