Hello Hans-Peter, Please forward your patch to Alan Cox. He may be able to include it in a 2.2.x-acx release. Since he's also responsible for a lot of the AX.25 code, he should be interested ;-) Best regards, 73 de Rob PE1KOX -----Original Message----- From: Hans-Peter Zorn <[EMAIL PROTECTED]> Newsgroups: fa.linux.hams To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, June 15, 1999 12:03 PM Subject: Re: (forw) Re: kernel panics when downing interface. > >Hi, >I'd a look at this again. The oops disappears (for me), if you add >an ax25_stop_heartbeat(ax25) to ax25_disconnect in ax25_subr.c: > >diff -u linux-orig/net/ax25/ax25_subr.c linux/net/ax25/ax25_subr.c >--- linux-orig/net/ax25/ax25_subr.c Wed Jul 22 22:45:58 1998 >+++ linux/net/ax25/ax25_subr.c Tue Jun 15 10:15:54 1999 >@@ -309,6 +309,7 @@ > ax25_stop_t2timer(ax25); > ax25_stop_t3timer(ax25); > ax25_stop_idletimer(ax25); >+ ax25_stop_heartbeat(ax25); > > ax25->state = AX25_STATE_0; > >73s Hans-Peter >
