2.6.11 e1000 EEH MMIO failure
Linas Vepstas
linas at austin.ibm.com
Wed May 4 08:55:08 EST 2005
On Tue, May 03, 2005 at 02:17:47PM -0400, Sonny Rao was heard to remark:
>
> This little bugger is causing a lot of spew into my logs, is there a
> way to tell EEH to just offline that PCI device ? Isn't that what
> it's supposed to do? Is there a PCI hotplug FAQ or README somewhere
> that I can read (and stop posting this crap to the list :) )
You can prevent it from panicing by setting "panic_on_oops" to 0
echo 0 > /proc/sys/kernel/panic_on_oops
Unfortunately, there is no boot-prompt option for this;
there should be a __setup(panic_on_oops) added to kernel/panic.c
As to actually recovering from that error-- you might try applying
one of the earlier posted EEH patches; it should work. These earlier
patches aren't in the mainline kernel because they have deficiencies.
I'm supposed to be re-writing the code to make an EEH patch that is
generally acceptable as a real patch, but am currently snowed under
with other activities.
--linas
More information about the Linuxppc64-dev
mailing list