From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl() Date: Fri, 10 Aug 2018 11:04:43 -0700 (PDT) Message-ID: <20180810.110443.1462020403126333993.davem@davemloft.net> References: <20180803.124222.615955511660952852.davem@davemloft.net> <20180805112157.64rx4btyuwvxlzwb@kdev> <20180810175837.GB1430@alphalink.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jchapman@katalix.com To: g.nault@alphalink.fr Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:54772 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728168AbeHJUfj (ORCPT ); Fri, 10 Aug 2018 16:35:39 -0400 In-Reply-To: <20180810175837.GB1430@alphalink.fr> Sender: netdev-owner@vger.kernel.org List-ID: From: Guillaume Nault Date: Fri, 10 Aug 2018 19:58:38 +0200 > As far as I can see, f664e37dcc52 ("l2tp: fix missing refcount drop in > pppol2tp_tunnel_ioctl()") is still in your -stable queue, but the two > patches it depends on haven't made their way to -stable. I'd suggest to > either drop this patch from your -stable queue, or to also queue up > ecd012e45ab5 ("l2tp: filter out non-PPP sessions in pppol2tp_tunnel_ioctl()") > and > f664e37dcc52 ("l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()"). Thanks Guillaume, I'll sort this out the next time I work on stable submissions.