From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Lord Subject: Re: [PATCH 0/2] Generic hardware error reporting support Date: Mon, 22 Nov 2010 18:43:51 -0500 Message-ID: <4CEB0037.3000303@teksavvy.com> References: <1290154233-28695-1-git-send-email-ying.huang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: huang ying Cc: Linus Torvalds , Huang Ying , 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 List-Id: linux-acpi@vger.kernel.org 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. 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.