Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1329461
| From | Dan Williams <dan.j.williams@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] ACPI 6.1 NFIT Compatibility |
| Date | 2016-02-08 19:40 +0100 |
| Message-ID | <qZYT7-Dx-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The latest NFIT specification clarifies that a memory device will have a
control region table per function interface. Without the fix in [PATCH
1/3] Linux will miscount the number of DIMMs and fail to load the
driver. The fix is tagged for -stable on the expectation that ACPI 6.1
compatible systems will overlap current -stable development branches.
The latter two patches in the series are verification tests that can be
integrated for 4.6.
---
Dan Williams (3):
nfit: fix multi-interface dimm handling, acpi6.1 compatibility
nfit, tools/testing/nvdimm: add format interface code definitions
nfit, tools/testing/nvdimm: test multiple control regions per-dimm
drivers/acpi/nfit.c | 71 +++++++++++-----------
drivers/acpi/nfit.h | 6 ++
tools/testing/nvdimm/test/nfit.c | 125 ++++++++++++++++++++++++++++++--------
3 files changed, 141 insertions(+), 61 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] ACPI 6.1 NFIT Compatibility Dan Williams <dan.j.williams@intel.com> - 2016-02-08 19:40 +0100
[PATCH 2/3] nfit, tools/testing/nvdimm: add format interface code definitions Dan Williams <dan.j.williams@intel.com> - 2016-02-08 19:40 +0100
[PATCH 3/3] nfit, tools/testing/nvdimm: test multiple control regions per-dimm Dan Williams <dan.j.williams@intel.com> - 2016-02-08 19:40 +0100
[PATCH 1/3] nfit: fix multi-interface dimm handling, acpi6.1 compatibility Dan Williams <dan.j.williams@intel.com> - 2016-02-08 19:40 +0100
Re: [PATCH 1/3] nfit: fix multi-interface dimm handling, acpi6.1 compatibility Linda Knippers <linda.knippers@hpe.com> - 2016-02-08 20:20 +0100
Re: [PATCH 1/3] nfit: fix multi-interface dimm handling, acpi6.1 compatibility Linda Knippers <linda.knippers@hpe.com> - 2016-02-08 21:30 +0100
Re: [PATCH 1/3] nfit: fix multi-interface dimm handling, acpi6.1 compatibility Dan Williams <dan.j.williams@intel.com> - 2016-02-08 21:40 +0100
csiph-web