From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: Re: [PATCH -v4 0/3] ACPI, APEI, Report GHES error information via printk Date: Mon, 13 Dec 2010 23:43:47 -0500 (EST) Message-ID: References: <1291688551-14395-1-git-send-email-ying.huang@intel.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from vms173013pub.verizon.net ([206.46.173.13]:47685 "EHLO vms173013pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758001Ab0LNEnx (ORCPT ); Mon, 13 Dec 2010 23:43:53 -0500 In-reply-to: <1291688551-14395-1-git-send-email-ying.huang@intel.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Huang Ying Cc: linux-kernel@vger.kernel.org, Andi Kleen , Tony Luck , linux-acpi@vger.kernel.org, Peter Zijlstra , Andrew Morton , Linus Torvalds , Ingo Molnar On Tue, 7 Dec 2010, Huang Ying wrote: > 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 v4 applied to acpi-test thanks, Len Brown, Intel Open Source Technology Center > > 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 >