Re: [PATCH] x86: sysctl to allow panic on IOCK NMI error

From: Ingo Molnar
Date: Fri Jul 03 2009 - 04:00:22 EST



* Borislav Petkov <borislav.petkov@xxxxxxx> wrote:

> On Thu, Jul 02, 2009 at 09:53:05AM +0200, Ingo Molnar wrote:
> > > That shouldn't be a problem if we were about to panic(). For a
> > > more sophisticated attempt of recovery -- yes, that would have to
> > > be addressed.
> >
> > We are only panic-ing if the sysctl is set. The diagnostics
> > would be useful anyway. The proper approach would be to defer it
> > a bit in the non-panic case an read it out from some friendlier
> > context - such as the EDAC core.
>
> Quickly skimming through code shows some functionality is there:
> drivers/edac/edac_pci{,_sysfs}.c but doesn't seem to be NMI safe.
> CCing some more people.

the 'defer' would mean we put it into a softirq context or so and do
it from there - not from NMI context.

But yes, if we are about to panic due to this and want to print out
something useful, making EDAC NMI safe would be nice.

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