[GIT PULL] NVDIMM for 6.18

From: Ira Weiny

Date: Mon Oct 06 2025 - 12:48:06 EST


Hey Linus, please pull from:

https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.18

... to get libnvdimm changes for the 6.18 kernel.

The changes are primarily bug fixes. Dave introduced the usage of cleanup.h a
bit late in the cycle to help with the new label work required within CXL.[1]

Unfortunately linux-next caught a bug so I delayed the pull request slightly to
include that fix of a duplicate slab.h include. Hopefully, I've managed that
correctly.

The fix has soaked in linux-next for a few days now with the rest of the
patches being in since Sept 26th.

Thanks,
Ira

[1] https://lore.kernel.org/all/20250917134116.1623730-1-s.neeraj@xxxxxxxxxxx/


---

The following changes since commit f83ec76bf285bea5727f478a68b894f5543ca76e:

Linux 6.17-rc6 (2025-09-14 14:21:14 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.18

for you to fetch changes up to 5c34f2b6f89ad4f31db15f9c658b597e23bacdf8:

nvdimm: Remove duplicate linux/slab.h header (2025-09-29 10:06:03 -0500)

----------------------------------------------------------------
libnvdimm for 6.18

nvdimm:
- ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()
- Clean up __nd_ioctl() and remove gotos
- Remove duplicate linux/slab.h header
- Introduce guard() for nvdimm_bus_lock
- Use str_plural() to simplify the code

ACPI:
- NFIT: Fix incorrect ndr_desc being reportedin dev_err message

----------------------------------------------------------------
Colin Ian King (1):
ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err message

Dave Jiang (2):
nvdimm: Introduce guard() for nvdimm_bus_lock
nvdimm: Clean up __nd_ioctl() and remove gotos

Guangshuo Li (1):
nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()

Jiapeng Chong (1):
nvdimm: Remove duplicate linux/slab.h header

Xichao Zhao (1):
nvdimm: Use str_plural() to simplify the code

drivers/acpi/nfit/core.c | 2 +-
drivers/nvdimm/badrange.c | 3 +-
drivers/nvdimm/btt_devs.c | 24 +++-----
drivers/nvdimm/bus.c | 72 ++++++++--------------
drivers/nvdimm/claim.c | 7 +--
drivers/nvdimm/core.c | 17 +++---
drivers/nvdimm/dax_devs.c | 12 ++--
drivers/nvdimm/dimm.c | 5 +-
drivers/nvdimm/dimm_devs.c | 48 ++++++---------
drivers/nvdimm/namespace_devs.c | 113 +++++++++++++++++------------------
drivers/nvdimm/nd.h | 3 +
drivers/nvdimm/pfn_devs.c | 63 ++++++++------------
drivers/nvdimm/region.c | 16 ++---
drivers/nvdimm/region_devs.c | 118 ++++++++++++++++---------------------
drivers/nvdimm/security.c | 10 +---
tools/testing/nvdimm/test/ndtest.c | 13 +++-
16 files changed, 229 insertions(+), 297 deletions(-)