[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1204112235.3729.54.camel@johannes.berg>
Date: Wed, 27 Feb 2008 12:37:15 +0100
From: Johannes Berg <johannes@...solutions.net>
To: Patrick McHardy <kaber@...sh.net>
Cc: "David S. Miller" <davem@...emloft.net>,
Linux Netdev List <netdev@...r.kernel.org>
Subject: Re: [NET]: Messed multicast lists after dev_mc_sync/unsync
> Commit a0a400d79e3dd7843e7e81baa3ef2957bdc292d0 from you
> introduced a new field "da_synced" to struct dev_addr_list that is
> not properly initialized to 0. So when any of the current users (8021q,
> macvlan, mac80211) calls dev_mc_sync/unsync they mess the address
> list for both devices.
>
> - da = kmalloc(sizeof(*da), GFP_ATOMIC);
> + da = kzalloc(sizeof(*da), GFP_ATOMIC);
Could this be the reason for us seeing "multicast address leakage"
warnings?
johannes
Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)
Powered by blists - more mailing lists