libnvdimm fixes 5.0-rc3

From: Williams, Dan J
Date: Sat Jan 19 2019 - 16:01:49 EST


Hi Linus, please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/libnvdimm-fixes-5.0-rc3

...to receive a crash fix, a build warning fix, a miscellaneous small
cleanups.

In case anyone is looking for them, there was a regression caught by
testing that caused 2 patches to be dropped from this update. Those
patches +AFs-1+AF0- +AFs-2+AF0- have been reworked and will soak for another week / re-
target 5.0-rc4.

+AFs-1+AF0-: +ACI-acpi/nfit: Block function zero DSMs+ACI-
https://patchwork.kernel.org/patch/10765211/
+AFs-2+AF0-: +ACI-acpi/nfit: Fix command-supported detection+ACI-
https://patchwork.kernel.org/patch/10772123/

Everything else has been in -next release with no reported issues.

---

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/libnvdimm-fixes-5.0-rc3

for you to fetch changes up to faa8bd6e12e6aeea289d8e6ba74777b72a69434c:

libnvdimm/security: Fix nvdimm+AF8-security+AF8-state() state request selection (2019-01-15 13:54:33 -0800)

----------------------------------------------------------------
libnvdimm v5.0-rc3

+ACo- Fix driver initialization crash due to the inability to report an
'error' state for a DIMM's security capability.
+ACo- Build warning fix for little-endian ARM64 builds
+ACo- Fix a potential race between the EDAC driver's usage of the NFIT
SMBIOS id for a DIMM and the driver shutdown path.
+ACo- A small collection of one-line benign cleanups for duplicate variable
assignments, a duplicate header include and a mis-typed function
argument.

----------------------------------------------------------------
Dan Williams (1):
libnvdimm/dimm: Fix security capability detection for non-Intel NVDIMMs

Dave Jiang (1):
libnvdimm/security: Fix nvdimm+AF8-security+AF8-state() state request selection

Nathan Chancellor (1):
nfit: Mark some functions as +AF8AXw-maybe+AF8-unused

Tony Luck (1):
acpi/nfit: Fix race accessing memdev in nfit+AF8-get+AF8-smbios+AF8-id()

Wei Yang (1):
acpi/nfit: Remove duplicate set nd+AF8-set in acpi+AF8-nfit+AF8-init+AF8-interleave+AF8-set()

Xiaochun Lee (2):
ACPI/nfit: delete the redundant header file
ACPI/nfit: delete the function to+AF8-acpi+AF8-nfit+AF8-desc

drivers/acpi/nfit/core.c +AHw- 20 +-+-+-+-+-+-+--------------
drivers/acpi/nfit/intel.c +AHw- 8 +-+-+-+-----
drivers/nvdimm/nd-core.h +AHw- 4 +-+---
include/linux/libnvdimm.h +AHw- 1 +-
4 files changed, 14 insertions(+-), 19 deletions(-)