mbox series

[GIT,PULL] libnvdimm fix for v5.5-rc3

Message ID CAPcyv4gfbuttbdW0ea6EUzMihUK33cc0mBQmLjqZe1T_QCKF-Q@mail.gmail.com (mailing list archive)
State Mainlined
Commit 4746104a6f599f213c3d97d8c39032953fd4580f
Headers show
Series [GIT,PULL] libnvdimm fix for v5.5-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/libnvdimm-fix-5.5-rc3

Message

Dan Williams Dec. 21, 2019, 9:07 p.m. UTC
Hi Linus, please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
tags/libnvdimm-fix-5.5-rc3

...to receive a minor regression fix. The libnvdimm unit tests were
expecting to mock calls to ioremap_nocache() which disappeared in
v5.5-rc1. This fix has appeared in -next and collided with some
cleanups that Christoph has planned for v5.6, but he will fix up his
branch once this goes in.

---

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
tags/libnvdimm-fix-5.5-rc3

for you to fetch changes up to c1468554776229d0db69e74a9aaf6f7e7095fd51:

  tools/testing/nvdimm: Fix mock support for ioremap (2019-12-11 17:11:10 -0800)

----------------------------------------------------------------
libnvdimm fix 5.5-rc3

- Restore the operation of the libnvdimm unit tests after the removal of
  ioremap_nocache().

----------------------------------------------------------------
Dan Williams (1):
      tools/testing/nvdimm: Fix mock support for ioremap

 tools/testing/nvdimm/Kbuild       | 1 +
 tools/testing/nvdimm/test/iomap.c | 6 ++++++
 2 files changed, 7 insertions(+)

Comments

pr-tracker-bot@kernel.org Dec. 21, 2019, 11:20 p.m. UTC | #1
The pull request you sent on Sat, 21 Dec 2019 13:07:20 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/libnvdimm-fix-5.5-rc3

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

Thank you!