From: Jarek Poplawski <[EMAIL PROTECTED]> Date: Wed, 6 Feb 2008 08:15:09 +0000
> On Wed, Feb 06, 2008 at 07:45:29AM +0000, Jarek Poplawski wrote: > ... > > From: Jann Traschewski <[EMAIL PROTECTED]> > > Subject: SMP with AX.25 > > > [AX25] ax25_timer: use mod_timer instead of add_timer > > According to one of Jann's OOPS reports it looks like > BUG_ON(timer_pending(timer)) triggers during add_timer() > in ax25_start_t1timer(). This patch changes current use > of: init_timer(), add_timer() and del_timer() to > setup_timer() with mod_timer(), which should be safer > anyway. > > > Reported-by: Jann Traschewski <[EMAIL PROTECTED]> > Signed-off-by: Jarek Poplawski <[EMAIL PROTECTED]> Applied. -- 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