mbox series

[GIT,PULL] libnvdimm for v5.8

Message ID CAPcyv4jDQ9VVZJTD=cz+VvPxo6FNQGbW=BYA1Qhix-yQkSWeCQ@mail.gmail.com (mailing list archive)
State Mainlined
Commit d74b15dbbbd2741f3580d7c884cd285144ae0cab
Headers show
Series [GIT,PULL] libnvdimm for v5.8 | expand

Pull-request

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

Message

Dan Williams June 12, 2020, 10:46 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 13, 2020, 8:25 p.m. UTC | #1
The pull request you sent on Fri, 12 Jun 2020 15:46:50 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d74b15dbbbd2741f3580d7c884cd285144ae0cab

Thank you!