From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net v2] adding missing rcu_read_unlock in ipxip6_rcv Date: Thu, 07 Dec 2017 14:00:11 -0500 (EST) Message-ID: <20171207.140011.1619212771388885153.davem@davemloft.net> References: <20171207011543.2877447-1-tehnerd@fb.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, ast@kernel.org, vnuorval@tcs.hut.fi To: tehnerd@fb.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:42430 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751001AbdLGTAM (ORCPT ); Thu, 7 Dec 2017 14:00:12 -0500 In-Reply-To: <20171207011543.2877447-1-tehnerd@fb.com> Sender: netdev-owner@vger.kernel.org List-ID: From: "Nikita V. Shirokov" Date: Wed, 6 Dec 2017 17:15:43 -0800 > commit 8d79266bc48c ("ip6_tunnel: add collect_md mode to IPv6 tunnels") > introduced new exit point in ipxip6_rcv. however rcu_read_unlock is > missing there. this diff is fixing this > > v1->v2: > instead of doing rcu_read_unlock in place, we are going to "drop" > section (to prevent skb leakage) > > Signed-off-by: Nikita V. Shirokov Applied and queued up for -stable, thanks.