On Wed, Jul 04, 2007 at 05:47:51PM +0200, Patrick McHardy wrote: > This is an updated version of the gen_estimator fix > that relies on all changes happening under the rtnl > and just fixes the race between timer rearming and > timer removal. > >
> [NET]: Fix gen_estimator timer removal race > > As noticed by Jarek Poplawski <[EMAIL PROTECTED]>, the timer removal in > gen_kill_estimator races with the timer function rearming the timer. > > Check whether the timer list is empty before rearming the timer > in the timer function to fix this. > > Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Acked-by: Jarek Poplawski <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html