Re: oops in 3c59x driver

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 25 Aug 2001 01:12:36 +0100 (BST)


> Decoded oops is below. The machine died in the middle of transferring
> a large chunk of data (500Mb or so) via ssh. It did that twice in a row
> now so it seems to be reprocuable.

Beautiful trace. You took an IRQ during PnPBIOS call and your machine
exploded. Do me a favour -

Change the semaphore in drivers/pnp/pnp_bios.c to a spinlock_irqsave
and __cli/ spin_unlock_irqrestore. See if the crashes then go away.

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