From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huang Ying Subject: [PATCH -v4 0/3] ACPI, APEI, Report GHES error information via printk Date: Tue, 7 Dec 2010 10:22:28 +0800 Message-ID: <1291688551-14395-1-git-send-email-ying.huang@intel.com> Return-path: Received: from mga01.intel.com ([192.55.52.88]:39156 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750888Ab0LGCWj (ORCPT ); Mon, 6 Dec 2010 21:22:39 -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 , Tony Luck , ying.huang@intel.com, linux-acpi@vger.kernel.org, Peter Zijlstra , Andrew Morton , Linus Torvalds , Ingo Molnar The recent consensus is that hardware error should be reported via printk. This patch adds printk support to APEI GHES. v4: - Remove pr_pfx, use printk directly v3: - Add document for output format per Andrew's comments - Move pr_pfx into printk.h, hope it is useful for others too - Fixes some issues according to comments v2: - Some minor adjustment of PCIe error section definition and printk format [PATCH -v4 1/3] Add CPER PCIe error section structure and constants definition [PATCH -v4 2/3] ACPI, APEI, Add APEI generic error status printing support [PATCH -v4 3/3] ACPI, APEI, Report GHES error information via printk