Re: [PATCH][AX25] ax25_ds_timer: use mod_timer instead of add_timer

2008-02-11 Thread David Miller
From: Jarek Poplawski <[EMAIL PROTECTED]> Date: Wed, 6 Feb 2008 09:14:13 + > [AX25] ax25_ds_timer: use mod_timer instead of add_timer > > This patch changes current use of: init_timer(), add_timer() > and del_timer() to setup_timer() with mod_timer(), which > should be safer anyway. > > > R

Re: [PATCH][AX25] ax25_ds_timer: use mod_timer instead of add_timer

2008-02-10 Thread Jann Traschewski
Patches from Jarek applied (incl. both "testing" patches). Machine is stable since 2 days now. Regards, Jann > -Ursprüngliche Nachricht- > Von: Jarek Poplawski [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 6. Februar 2008 10:14 > An: netdev@vger.kernel.org > Cc: Ralf Baechle; Jann Trasc

Re: [PATCH][AX25] ax25_ds_timer: use mod_timer instead of add_timer

2008-02-10 Thread Bernard Pidoux F6BVP
Hi Jarek, Sorry, I should have been more explicit about the patches I applied. My CPU is an Intel Core 2 duo and I compiled 2.6.24 with SMP option. I applied 3 patches you have submitted for ax25 before I observed the possible locking. That is : mkiss patch diff --git a/drivers/net/hamradio

Re: [PATCH][AX25] ax25_ds_timer: use mod_timer instead of add_timer

2008-02-09 Thread Jarek Poplawski
On Sat, Feb 09, 2008 at 07:44:50PM +0100, Bernard Pidoux F6BVP wrote: > Hi, > > With AX25 patches applied I still get this possible circular locking > message. Hi Bernard, Could you confirm which exactly patches did you try? Is this vanilla 2.6.24 plus these two: ax25_timer and ax25_ds_timer or