[GIT PULL] libnvdimm fix for v5.5-rc3
From: Dan Williams
Date: Sat Dec 21 2019 - 16:07:39 EST
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(+)