Re: [VLAN 03/05]: Fix promiscous/allmulti synchronization races

2007-07-14 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Thu, 12 Jul 2007 20:13:44 +0200 (MEST) > [VLAN]: Fix promiscous/allmulti synchronization races > > The set_multicast_list function may be called without holding the rtnl > mutex, resulting in races when changing the underlying device's promiscous >

[VLAN 03/05]: Fix promiscous/allmulti synchronization races

2007-07-12 Thread Patrick McHardy
[VLAN]: Fix promiscous/allmulti synchronization races The set_multicast_list function may be called without holding the rtnl mutex, resulting in races when changing the underlying device's promiscous and allmulti state. Use the change_rx_mode hook, which is always invoked under the rtnl. Signed-o