ACPI 6.2 defines a new ACPI notification value to NVDIMM Root Device. This allows BIOS to inform the OS that new uncorrectable memory error is detected during run-time. This patch-set adds support of this notification, which starts ARS and updates badblocks information to prevent the OS from consuming the new error. v2: - Set flags Bit[1] for Start ARS. (Dan Williams) Link: http://www.uefi.org/sites/default/files/resources/ACPI_6_2.pdf --- Toshi Kani (2): 1/2 acpi/nfit: Add support of NVDIMM memory error notification in ACPI 6.2 2/2 acpi/nfit: Issue Start ARS to retrieve existing records --- drivers/acpi/nfit/core.c | 40 ++++++++++++++++++++++++++++++++-------- drivers/acpi/nfit/mce.c | 2 +- drivers/acpi/nfit/nfit.h | 4 +++- include/uapi/linux/ndctl.h | 1 + 4 files changed, 37 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html