From: Jarek Poplawski <[EMAIL PROTECTED]>
Date: Wed, 13 Feb 2008 11:56:07 +
> [AX25] ax25_out: check skb for NULL in ax25_kick()
>
> According to some OOPS reports ax25_kick tries to clone NULL skbs
> sometimes. It looks like a race with ax25_clear_queues(). Probably
> there is no need to add
chle;
> netdev@vger.kernel.org
> Betreff: [PATCH][AX25] ax25_out: check skb for NULL in ax25_kick()
>
> Hi,
>
> Here is an "official" version of "testing patch #2" from this thread.
> The only difference: ax25->vs is changed only after checking
> skb is no
Hi,
Here is an "official" version of "testing patch #2" from this thread.
The only difference: ax25->vs is changed only after checking skb is
not NULL (plus a comment). IMHO it could be applied.
Thanks,
Jarek P.
>
Subject: [AX25] ax25_out: check skb for NULL in ax25_kick()
Acco