From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steffen Klassert Subject: pull request (net): ipsec 2018-10-18 Date: Thu, 18 Oct 2018 12:25:17 +0200 Message-ID: <20181018102521.24997-1-steffen.klassert@secunet.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Herbert Xu , Steffen Klassert , To: David Miller Return-path: Received: from a.mx.secunet.com ([62.96.220.36]:35642 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727799AbeJRSZs (ORCPT ); Thu, 18 Oct 2018 14:25:48 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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. Thanks! The following changes since commit 92d7c74b6f72a8a7d04970d5dcfb99673daaf91d: Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth (2018-10-01 22:40:39 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git master for you to fetch changes up to 9dffff200fd178f11dd50eb1fd8ccd0650c9284e: xfrm: policy: use hlist rcu variants on insert (2018-10-11 13:24:46 +0200) ---------------------------------------------------------------- Alexei Starovoitov (1): net/xfrm: fix out-of-bounds packet access Florian Westphal (1): xfrm: policy: use hlist rcu variants on insert Li RongQing (1): xfrm: fix gro_cells leak when remove virtual xfrm interfaces Steffen Klassert (1): MAINTAINERS: Remove net/core/flow.c MAINTAINERS | 1 - net/ipv6/xfrm6_policy.c | 4 ++-- net/xfrm/xfrm_interface.c | 3 +++ net/xfrm/xfrm_policy.c | 8 ++++---- 4 files changed, 9 insertions(+), 7 deletions(-)