Re: spinlock BUG in qdisc_restart

From: Khaled Al-Hamwi
Date: Mon Mar 24 2008 - 07:34:49 EST


On Sun, Mar 23, 2008 at 1:10 PM, David Miller <davem@xxxxxxxxxxxxx> wrote:
> From: "Khaled Al-Hamwi" <khaled.linux@xxxxxxxxx>
> Date: Sun, 23 Mar 2008 10:23:20 +0300
>
> > [<c02845af>] netif_receive_skb+0x1fc/0x23e
> > [<e033b560>] MM_IndicateRxPackets+0x2be/0x379 [bcm5700]
> > [<e0342c26>] LM_ServiceInterrupts+0xac/0xc5 [bcm5700]
> > [<e0337768>] bcm5700_interrupt+0x13c/0x2bd [bcm5700]
>
> This backtrace is not from a driver that is in the upstream kernel
> sources.
>
> Please use the supported and upstream "tg3" driver for this hardware.
>
> Thank you.
>

Thank you for your reply.

I need to use the bcm5700 driver. Otherwise, I have to reimplemented
the changes that has been already implemented.

By the way, I found the reason for this bug and fixed it. It was
caused by the scheduling of NET_TX_SOFTIRQ. The conflict happens when
tx softirq is run.
I have already disabled rx softirq as I am processing the packets at
the interrupt level.


Thanks,
Khaled
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/