Re: x86: mce: Please revert22223c9b417be5fd0ab2cf9ad17eb7bd1e19f7b9

From: Ingo Molnar
Date: Thu Oct 01 2009 - 11:33:13 EST



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

> On Thu, Oct 01, 2009 at 05:00:46PM +0200, Ingo Molnar wrote:
> > > > Of course, if it _requires_ being loaded early for some other reason, then
> > >
> > > the only reason I can think of is if you want to be able to decode
> > > MCEs happening as early as possible before the modules have been
> > > init-ted.
> > >
> > > Question really is, what is more important to us? But we definitely
> > > can do the module stuff too and get rid of ~5K core kernel fat by
> > > relocating the whole functionality completely into the module. Hmm...
> >
> > I'd focus on the built-in-side initially, which is the most
> > practical/debuggable/serviceable solution. It's of course not a problem
> > (at all) if it is _also_ module loadable but that's not the primary
> > goal.
>
> How about a CONFIG_EDAC_DECODE_MCE which depends on CONFIG_CPU_SUP_AMD
> and defaults to yes with a config text saying something in the likes
> of
>
> "... Select Y here if you want to decode MCEs happening early before
> the modules framework has been initialized...."

Yeah, that would be good. It should also obviously depend on
CONFIG_X86_MCE - so only visible if MCE support is enabled.

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/