mbox series

[GIT,PULL] nvdimm fixes for v5.15-rc4

Message ID CAPcyv4iEHttW7fDzaKYdAr2t4w3YJQ7t7QtadO0bZKDWPuK0Ag@mail.gmail.com (mailing list archive)
State Accepted
Commit f05c643743a43b42e7603a520ad052e5218f4e53
Headers show
Series [GIT,PULL] nvdimm fixes for v5.15-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/libnvdimm-fixes-5.15-rc4

Message

Dan Williams Oct. 2, 2021, 1:19 a.m. UTC
Hi Linus, please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
tags/libnvdimm-fixes-5.15-rc4

...to receive a fix for a regression added this cycle in the pmem
driver, and for a long standing bug for failed NUMA node lookups on
ARM64.

This has appeared in -next for several days with no reported issues.

Please pull, thanks.

---

The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

  Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
tags/libnvdimm-fixes-5.15-rc4

for you to fetch changes up to d55174cccac2e4c2a58ff68b6b573fc0836f73bd:

  nvdimm/pmem: fix creating the dax group (2021-09-27 11:40:43 -0700)

----------------------------------------------------------------
libnvdimm fixes for v5.15-rc4

- Fix a regression that caused the sysfs ABI for pmem block devices to
  not be registered. This fails the nvdimm unit tests and dax xfstests.

- Fix numa node lookups for dax-kmem memory (device-dax memory assigned
  to the page allocator) on ARM64.

----------------------------------------------------------------
Christoph Hellwig (1):
      nvdimm/pmem: fix creating the dax group

Jia He (1):
      ACPI: NFIT: Use fallback node id when numa info in NFIT table is incorrect

 drivers/acpi/nfit/core.c | 12 ++++++++++++
 drivers/nvdimm/pmem.c    |  5 +----
 2 files changed, 13 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 2, 2021, 6:07 p.m. UTC | #1
The pull request you sent on Fri, 1 Oct 2021 18:19:12 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/libnvdimm-fixes-5.15-rc4

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

Thank you!