----- Original Message -----
From: Andreas Koensgen <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 17, 1999 9:22 AM
Subject: 6pack-0.4.0 released
> I have released a new version of the 6pack driver, which runs on 2.2.x
> kernels. This version removes the problem that spattach runs into an
> uninterruptible sleep after a bare AX.25 connection has been opened and
> spattach is killed. ...

Thanks a lot Andreas. I'm just back from vacation and this gift is kind of
you ...

>  ... However, it actually suffers from the same problem
> as the mkiss driver, i.e. the kernel panics after a IP-over-AX.25
> connection is shut down by ifconfig sp0 down or killall spattach.
>

Hmmm, already seen it, and not related with 6pack.
That behaviour has been already discussed in this list. The bug is in the
kernel, and it occurs also with kissattach. I have upgraded my system -and
the I0AKM BBS- with the patch attached.
I've tested that patch for 2 months, and a lot of 'ifconfig down & up'.
Unfortunately I don't now if other OM have tried it.

Stefano Corti - IZ0BBZ
Internet mail: [EMAIL PROTECTED]
AX25 mail: [EMAIL PROTECTED]


----- Original Message -----
From: Stefano Corti <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 20, 1999 3:15 PM
Subject: Re: kernel panics when downing interface.


> The following patch works fine on my system.
>
> I tried to ifconfig up & down many times and nothing strange occurs.
>
> Please try it and let me now .
>
> Stefano Corti - IZ0BBZ
> Internet mail: [EMAIL PROTECTED]
> AX25 mail: [EMAIL PROTECTED]
>
>
> --- /usr/src/linux/net/ax25/af_ax25.c Sun Jun 20 13:49:07 1999
> +++ /usr/src/linux/net/ax25/af_ax25.c Sun Jun 20 11:42:49 1999
> @@ -200,6 +200,9 @@
>    if (s->ax25_dev == ax25_dev) {
>     s->ax25_dev = NULL;
>     ax25_disconnect(s, ENETUNREACH);
> +   ax25_stop_heartbeat(s);
> +   ax25_remove_socket(s);
> +   ax25_clear_queues(s);
>    }
>   }
>  }
>
>


Reply via email to