Re: Hardware Error Kernel Mini-Summit

From: Ingo Molnar
Date: Tue May 18 2010 - 14:53:42 EST



* Joe Perches <joe@xxxxxxxxxxx> wrote:

> On Tue, 2010-05-18 at 13:44 -0300, Mauro Carvalho Chehab wrote:
> > IMO, the first
> > step is to provide an error core integrated to perf, and then start
> > integrating the several error systems around it.
>
> Why integrated to perf?

It makes sense to use the kernel's performance events
logging framework when we are logging events about how the
system performs.

Furthermore it's NMI safe, offers structured logging, has
various streaming, multiplexing and filtering capabilities
that come handy for RAS purposes and more.

The other option would be to use an ad-hoc logging
implementation, only used for EDAC/RAS, which couldnt be
mixed with other system events. That approach has various
obvious disadvanteges so we are aiming for a unified
approach.

Thanks,

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/