[GIT PULL] NVDIMM and DAX fixes for 6.0-final

From: Dan Williams
Date: Sat Sep 24 2022 - 21:34:22 EST


Hi Linus, please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-and-nvdimm-fixes-v6.0-final

...to receive a recently discovered one-line fix for devdax that further
addresses a v5.5 regression, and (a bit embarrassing) a small batch of
fixes that have been sitting in my fixes tree for weeks. The older fixes
have soaked in linux-next during that time and address an fsdax infinite
loop and some other minor fixups.

---

The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6:

Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-and-nvdimm-fixes-v6.0-final

for you to fetch changes up to b3bbcc5d1da1b654091dad15980b3d58fdae0fc6:

Merge branch 'for-6.0/dax' into libnvdimm-fixes (2022-09-24 18:14:12 -0700)

----------------------------------------------------------------
dax-and-nvdimm-fixes-v6.0-final

- Fix a infinite loop bug in fsdax

- Fix memory-type detection for devdax (EINJ regression)

- Small cleanups

----------------------------------------------------------------
Andy Shevchenko (1):
nvdimm/namespace: drop nested variable in create_namespace_pmem()

Dan Williams (2):
devdax: Fix soft-reservation memory description
Merge branch 'for-6.0/dax' into libnvdimm-fixes

Jane Chu (1):
pmem: fix a name collision

Li Jinlin (1):
fsdax: Fix infinite loop in dax_iomap_rw()

Shivaprasad G Bhat (1):
ndtest: Cleanup all of blk namespace specific code

drivers/dax/hmem/device.c | 1 +
drivers/nvdimm/namespace_devs.c | 2 -
drivers/nvdimm/pmem.c | 6 +--
fs/dax.c | 3 ++
tools/testing/nvdimm/test/ndtest.c | 77 --------------------------------------
5 files changed, 7 insertions(+), 82 deletions(-)