Re: [ltp] do I have to worry?

From: Thomas Gleixner
Date: Wed Sep 13 2006 - 04:45:54 EST


On Tue, 2006-09-12 at 16:41 +0200, Martin Lorenz wrote:
> On Tue, Sep 12, 2006 at 12:28:44PM +0200, Dipl.-Ing. Martin Lorenz wrote:
> > Hi all,
> >
> > I found another error in my dmesg:

Which kernel version ?

> > [50219.992000] e1000: eth0: e1000_watchdog: NIC Link is Down
> > [50225.266000] Trying to free already-free IRQ 201

free_irq() is called either twice or without a previous request_irq()

> > [50225.271000] bridge-eth0: disabling the bridge
> > [50225.274000] bridge-eth0: down
> > [50225.317000] IRQ handler type mismatch for IRQ 90

request_irq() is called for a shared interrupt, where one of the drivers
does not set the IRQF_SHARED flag.

Can you provide a full bootlog and "lspci -vvv" output please ?

tglx


-
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/