Re: [NET]: Fix gen_estimator timer removal race

2007-07-09 Thread David Miller
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

Re: [NET]: Fix gen_estimator timer removal race

2007-07-04 Thread Jarek Poplawski
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