[GIT PULL] libnvdimm for v5.8

From: Dan Williams
Date: Fri Jun 12 2020 - 18:47:04 EST


Hi Linus, please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
tags/libnvdimm-for-5.8

...to receive a smattering of cleanups for v5.8. I was considering at
least one more late breaking topic for -rc1 (papr_scm device health
reporting), but a last minute kbuild-robot report kicked it out. I
might bring that back for -rc2 since it was nearly ready save for that
late breaking test report.

Otherwise, this has appeared in -next with no reported issues.

---

The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
tags/libnvdimm-for-5.8

for you to fetch changes up to 6ec26b8b2d70b41d7c2affd8660d94ce78b3823c:

nvdimm/pmem: stop using ->queuedata (2020-05-13 15:15:37 -0700)

----------------------------------------------------------------
libnvdimm for 5.8

- Small collection of cleanups to rework usage of ->queuedata and the
GUID api.

----------------------------------------------------------------
Andy Shevchenko (1):
libnvdimm: Replace guid_copy() with import_guid() where it makes sense

Christoph Hellwig (3):
nvdimm/blk: stop using ->queuedata
nvdimm/btt: stop using ->queuedata
nvdimm/pmem: stop using ->queuedata

drivers/acpi/nfit/core.c | 2 +-
drivers/nvdimm/blk.c | 5 ++---
drivers/nvdimm/btt.c | 3 +--
drivers/nvdimm/pmem.c | 6 +++---
4 files changed, 7 insertions(+), 9 deletions(-)