[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140326.151909.772278041679801312.davem@davemloft.net>
Date: Wed, 26 Mar 2014 15:19:09 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: pshelar@...ira.com
Cc: netdev@...r.kernel.org, lucien.xin@...il.com
Subject: Re: [PATCH net] ip_tunnel: Fix dst ref-count.
From: Pravin Shelar <pshelar@...ira.com>
Date: Mon, 24 Mar 2014 12:36:41 -0700
> On Mon, Mar 24, 2014 at 12:24 PM, David Miller <davem@...emloft.net> wrote:
>> From: Pravin <pshelar@...ira.com>
>> Date: Sun, 23 Mar 2014 22:06:36 -0700
>>
>>> Commit 10ddceb22ba (ip_tunnel:multicast process cause panic due
>>> to skb->_skb_refdst NULL pointer) removed dst-drop call from
>>> ip-tunnel-recv.
>>>
>>> Following commit reintroduce dst-drop and fix the original bug by
>>> checking loopback packet before releasing dst.
>>> Original bug: https://bugzilla.kernel.org/show_bug.cgi?id=70681
>>>
>>> CC: Xin Long <lucien.xin@...il.com>
>>> Signed-off-by: Pravin B Shelar <pshelar@...ira.com>
>>
>> I don't understand why only the GRE tunnel implementation needs the
>> check, whereas ipip and sit seem to have the same code associated
>> paths.
>>
> Multicast support is for GRE. The code is always been protected by
> CONFIG_NET_IPGRE_BROADCAST. So I do not understand how this applies to
> other tunnel protocol. Can you point me to the code you are worried
> about?
Ok, looks good, applied and queued up for -stable thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists