From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huang Ying Subject: Re: [PATCH 0/2] Generic hardware error reporting support Date: Tue, 23 Nov 2010 08:29:58 +0800 Message-ID: <1290472198.2903.156.camel@yhuang-dev> References: <1290154233-28695-1-git-send-email-ying.huang@intel.com> <4CEB0037.3000303@teksavvy.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com ([192.55.52.93]:14950 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932065Ab0KWAaF (ORCPT ); Mon, 22 Nov 2010 19:30:05 -0500 In-Reply-To: <4CEB0037.3000303@teksavvy.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Mark Lord Cc: huang ying , Linus Torvalds , Len Brown , "linux-kernel@vger.kernel.org" , Andi Kleen , "linux-acpi@vger.kernel.org" , Peter Zijlstra , Andrew Morton , Ingo Molnar , Mauro Carvalho Chehab , Borislav Petkov , Thomas Gleixner On Tue, 2010-11-23 at 07:43 +0800, Mark Lord wrote: > On 10-11-20 08:06 PM, huang ying wrote: > > > > I have no objection to report hardware errors in system logs too. So > > these people can get the information too. I just want to add another > > tool oriented interface too. So that some other users (like cluster > > administrator) can get their work done better too. > > So, use the standard interface for the tool: syslog. Although it may be possible to extract some information from syslog and parse it in a fault tolerant way, we can only use that human oriented interface for a tool? That sounds like hack. > Have this obscure new tool simply parse the log messages, > and the send/save the data whatever way you like. > > No new specialized kernel API required. Adding a new device file will be seen as a new kernel API? Best Regards, Huang Ying