mbox series

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

Message ID 632faffe84f7c_746b294d1@dwillia2-mobl3.amr.corp.intel.com.notmuch (mailing list archive)
State Accepted
Commit 4207d59567c017be284dbebc5d3fb5a2037a5df5
Headers show
Series [GIT,PULL] NVDIMM and DAX fixes for 6.0-final | expand

Pull-request

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

Message

Dan Williams Sept. 25, 2022, 1:33 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 25, 2022, 4:08 p.m. UTC | #1
The pull request you sent on Sat, 24 Sep 2022 18:33:50 -0700:

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

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

Thank you!