[GIT PULL] NVDIMM for 6.19

From: Ira Weiny

Date: Fri Dec 05 2025 - 12:58:23 EST


Linus,

Please pull from...

git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.19

...to get changes for 6.19 for the nvdimm tree.

These are mainly bug fixes and code updates.

There is a new feature to divide up memmap= carve outs and a fix caught in
linux-next for that patch. Managing memmap memory on the fly for multiple VM's
was proving difficult and Mike provided a driver which allows for the memory to
be better manged.

These have soaked in linux-next without any issues.

Thank you,
Ira Weiny

---
The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0:

Linux 6.18-rc4 (2025-11-02 11:28:02 -0800)

are available in the Git repository at:

git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.19

for you to fetch changes up to 30065e73d7c018cf2e1bec68e2d6ffafc17b3c25:

nvdimm: Prevent integer overflow in ramdax_get_config_data() (2025-11-26 10:58:23 -0600)

----------------------------------------------------------------
NVDIMM changes for 6.19

* nvdimm: Prevent integer overflow in ramdax_get_config_data()
* Documentation: btt: Unwrap bit 31-30 nested table
* nvdimm: replace use of system_wq with system_percpu_wq
* tools/testing/nvdimm: Use per-DIMM device handle
* nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices

----------------------------------------------------------------
Alison Schofield (1):
tools/testing/nvdimm: Use per-DIMM device handle

Bagas Sanjaya (1):
Documentation: btt: Unwrap bit 31-30 nested table

Dan Carpenter (1):
nvdimm: Prevent integer overflow in ramdax_get_config_data()

Marco Crivellari (1):
nvdimm: replace use of system_wq with system_percpu_wq

Mike Rapoport (Microsoft) (1):
nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices

Documentation/driver-api/nvdimm/btt.rst | 2 +-
drivers/nvdimm/Kconfig | 19 +++
drivers/nvdimm/Makefile | 1 +
drivers/nvdimm/ramdax.c | 282 ++++++++++++++++++++++++++++++++
drivers/nvdimm/security.c | 4 +-
tools/testing/nvdimm/test/nfit.c | 7 +-
6 files changed, 311 insertions(+), 4 deletions(-)
create mode 100644 drivers/nvdimm/ramdax.c