From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: Hardware Error Kernel Mini-Summit Date: Tue, 18 May 2010 20:53:05 +0200 Message-ID: <20100518185305.GA23921@elte.hu> References: <4BF18995.6070008@redhat.com> <4BF2392A.9040409@jp.fujitsu.com> <4BF2C3D1.10009@redhat.com> <1274204560.17703.82.camel@Joe-Laptop.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1274204560.17703.82.camel@Joe-Laptop.home> Sender: linux-kernel-owner@vger.kernel.org To: Joe Perches Cc: Mauro Carvalho Chehab , Hidetoshi Seto , Linux Kernel Mailing List , bluesmoke-devel@lists.sourceforge.net, Linux Edac Mailing List , Thomas Gleixner , Ingo Molnar , Ben Woodard , Matt Domsch , Doug Thompson , Borislav Petkov , Tony Luck , Brent Young List-Id: edac.vger.kernel.org * Joe Perches 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