From: Huang Ying on

This patchset adds the APEI (ACPI Platform Error Interface) support to
Linux kernel.

01-06 include the basic APEI HEST parsing and EINJ support. They have
been posted to mailing list before and get some reviews and
ACKs. Changes since the last post are as follow.

- Make APEI infrastructure and HEST parsing configurable built-in
instead of modules to solve some dependency issues.

- Some minor fixes, such as printk

07-10 are newly added to support GHES (Generic Hardware Error Source)
corrected memory error. On some machines, Machine Check can not report
physical address for some corrected memory errors, but GHES can do
that. So this simplified GHES is implemented and posted firstly.

11-12 are newly added to support using ERST for persistent storage of
MCE. This can improve fatal MCE report.

[PATCH 01/12] ACPI, IO memory pre-mapping and atomic accessing
[PATCH 02/12] ACPI, APEI, APEI supporting infrastructure
[PATCH 03/12] ACPI, APEI, HEST table parsing
[PATCH 04/12] ACPI, APEI, EINJ support
[PATCH 05/12] ACPI, APEI, Document for APEI
[PATCH 06/12] ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup
[PATCH 07/12] ACPI Hardware Error Device (PNP0C33) support
[PATCH 08/12] Unified UUID/GUID definition
[PATCH 09/12] ACPI, APEI, UEFI Common Platform Error Record (CPER) header
[PATCH 10/12] ACPI, APEI, Generic Hardware Error Source memory error support
[PATCH 11/12] ACPI, APEI, Error Record Serialization Table (ERST) support
[PATCH 12/12] ACPI, APEI, Use ERST for persistent storage of MCE

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Andi Kleen on
On Tue, Apr 27, 2010 at 02:41:09PM +0800, Huang Ying wrote:
>
> This patchset adds the APEI (ACPI Platform Error Interface) support to
> Linux kernel.
>
> 01-06 include the basic APEI HEST parsing and EINJ support. They have
> been posted to mailing list before and get some reviews and
> ACKs. Changes since the last post are as follow.
>
> - Make APEI infrastructure and HEST parsing configurable built-in
> instead of modules to solve some dependency issues.
>
> - Some minor fixes, such as printk
>
> 07-10 are newly added to support GHES (Generic Hardware Error Source)
> corrected memory error. On some machines, Machine Check can not report
> physical address for some corrected memory errors, but GHES can do
> that. So this simplified GHES is implemented and posted firstly.

I read all the code again and it looks all good to go for .35 to me.

Reviewed-by: Andi Kleen <ak(a)linux.intel.com>

-Andi

--
ak(a)linux.intel.com -- Speaking for myself only.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Andi Kleen on
On Tue, May 18, 2010 at 02:35:10PM +0800, Huang Ying wrote:
> This patchset adds the APEI (ACPI Platform Error Interface) support to
> Linux kernel.
>
> Changelog:
>
> v5:
>
> - Incorporate some fixes to previous version
>
> - Add EINJ parameter support: 13, 14

Haven't reread everything, but the new parameter support looks good
to me. Also the original patchkit -- which I read completely --
was looking good to me.

Reviewed-by: Andi Kleen <ak(a)linux.intel.com>

-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Len Brown on
Thank for the update, Ying.
I've replaced v4 in the acpi tree with v5.

cheers,
Len Brown, Intel Open Source Technology Center

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/