Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1661576 > unrolled thread

[PATCH v2 0/2] NVDIMM memory error notification support

Started byToshi Kani <toshi.kani@hpe.com>
First post2017-06-08 20:40 +0200
Last post2017-06-08 20:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/2] NVDIMM memory error notification support  Toshi Kani <toshi.kani@hpe.com> - 2017-06-08 20:40 +0200

#1661576 — [PATCH v2 0/2] NVDIMM memory error notification support

FromToshi Kani <toshi.kani@hpe.com>
Date2017-06-08 20:40 +0200
Subject[PATCH v2 0/2] NVDIMM memory error notification support
Message-ID<tQavE-7Na-11@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web