From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huang Ying Subject: [PATCH 0/2] Generic hardware error reporting support Date: Fri, 19 Nov 2010 16:10:31 +0800 Message-ID: <1290154233-28695-1-git-send-email-ying.huang@intel.com> Return-path: Received: from mga03.intel.com ([143.182.124.21]:59974 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933Ab0KSIKo (ORCPT ); Fri, 19 Nov 2010 03:10:44 -0500 Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Len Brown Cc: linux-kernel@vger.kernel.org, Andi Kleen , ying.huang@intel.com, linux-acpi@vger.kernel.org, Peter Zijlstra , Andrew Morton , Linus Torvalds , Ingo Molnar , Mauro Carvalho Chehab , Borislav Petkov , Thomas Gleixner Hi, Len, This is used by APEI ERST and GEHS. But it is a generic hardware error reporting mechanism and can be used by other hardware error reporting mechanisms such as EDAC, PCIe AER, Machine Check, etc. The patchset is split from the original APEI patchset to make it explicit that this is a generic mechanism, not APEI specific bits. [PATCH 1/2] Generic hardware error reporting mechanism [PATCH 2/2] Hardware error record persistent support Best Regards, Huang Ying