From: Eric Dumazet <[email protected]> Date: Fri, 19 Jul 2013 20:07:16 -0700
> From: Eric Dumazet <[email protected]> > > commit 9f00b2e7cf24 ("bridge: only expire the mdb entry when query is > received") added a nasty bug as an active timer can be reinitialized. > > setup_timer() must be done once, no matter how many time mod_timer() > is called. br_multicast_new_group() is the right place to do this. > > Reported-by: Srivatsa S. Bhat <[email protected]> > Diagnosed-by: Thomas Gleixner <[email protected]> > Signed-off-by: Eric Dumazet <[email protected]> > Tested-by: Srivatsa S. Bhat <[email protected]> > Cc: Cong Wang <[email protected]> Applied, thanks a lot Eric. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

