From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steffen Klassert Subject: pull request (net-next): ipsec-next 2018-12-20 Date: Thu, 20 Dec 2018 09:20:47 +0100 Message-ID: <20181220082049.18029-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]:40550 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730407AbeLTIU4 (ORCPT ); Thu, 20 Dec 2018 03:20:56 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Two last patches for this release cycle: 1) Remove an unused variable in xfrm_policy_lookup_bytype(). From YueHaibing. 2) Fix possible infinite loop in __xfrm6_tunnel_alloc_spi(). Also from YueHaibing. Please pull or let me know if there are problems. Thanks! The following changes since commit 33f18c96afdf4da20014f834874e2820ee880cde: net: ethernet: don't set phylib state CHANGELINK in drivers (2018-12-18 22:07:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git master for you to fetch changes up to fa89a4593b927b3f59c3b69379f31d3b22272e4e: xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi (2018-12-19 12:33:17 +0100) ---------------------------------------------------------------- YueHaibing (2): xfrm: policy: remove set but not used variable 'priority' xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi net/ipv6/xfrm6_tunnel.c | 3 +++ net/xfrm/xfrm_policy.c | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-)