From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next-2.6] bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only. Date: Mon, 26 Apr 2010 11:26:14 -0700 (PDT) Message-ID: <20100426.112614.102557658.davem@davemloft.net> References: <201004251806.o3PI6e2p008200@94.43.138.210.xn.2iij.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: yoshfuji@linux-ipv6.rg, netdev@vger.kernel.org To: yoshfuji@linux-ipv6.org Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:45674 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753190Ab0DZS0J (ORCPT ); Mon, 26 Apr 2010 14:26:09 -0400 In-Reply-To: <201004251806.o3PI6e2p008200@94.43.138.210.xn.2iij.net> Sender: netdev-owner@vger.kernel.org List-ID: From: YOSHIFUJI Hideaki Date: Mon, 26 Apr 2010 03:06:40 +0900 > Even with commit 32dec5dd0233ebffa9cae25ce7ba6daeb7df4467 ("bridge > br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only > without IGMP snooping."), BR_INPUT_SKB_CB(skb)->mrouters_only is > not appropriately initialized if IGMP/MLD snooping support is > compiled and disabled, so we can see garbage. > > Signed-off-by: YOSHIFUJI Hideaki Applied.