[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171207015422.xuskvzk7mczzjg3d@ast-mbp>
Date: Wed, 6 Dec 2017 17:54:24 -0800
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: "Nikita V. Shirokov" <tehnerd@...com>
Cc: netdev <netdev@...r.kernel.org>, ast@...nel.org,
vnuorval@....hut.fi, Daniel Borkmann <daniel@...earbox.net>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH net v2] adding missing rcu_read_unlock in ipxip6_rcv
On Wed, Dec 06, 2017 at 05:15:43PM -0800, Nikita V. Shirokov wrote:
> 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 <tehnerd@...com>
thanks for fixing my mess.
Fixes: 8d79266bc48c ("ip6_tunnel: add collect_md mode to IPv6 tunnels")
Acked-by: Alexei Starovoitov <ast@...nel.org>
Powered by blists - more mailing lists