From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751213Ab0KSIKp (ORCPT ); Fri, 19 Nov 2010 03:10:45 -0500 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 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,221,1288594800"; d="scan'208";a="350764260" From: Huang Ying 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 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> X-Mailer: git-send-email 1.7.2.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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