[GIT PULL] NVDIMM and DAX for 7.0
From: Ira Weiny
Date: Wed Feb 11 2026 - 16:06:24 EST
Linus,
Pleas pull from...
git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-7.0
... to get changes for 7.0 for the nvdimm tree.
There is a kmap conversion and a bug fix this go around. The bug fix was only
reported in the last rc so it got added here.
These have soaked in linux-next for a week without issues.
Thank you,
Ira Weiny
---
The following changes since commit 63804fed149a6750ffd28610c5c1c98cce6bd377:
Linux 6.19-rc7 (2026-01-25 14:11:24 -0800)
are available in the Git repository at:
git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-7.0
for you to fetch changes up to a9ba6733c7f1096c4506bf4e34a546e07242df74:
nvdimm: virtio_pmem: serialize flush requests (2026-02-04 13:16:40 -0600)
----------------------------------------------------------------
Updates for the 7.0 release
* nvdimm: virtio_pmem: serialize flush requests
* drivers/nvdimm: Use local kmaps
----------------------------------------------------------------
Davidlohr Bueso (1):
drivers/nvdimm: Use local kmaps
Li Chen (1):
nvdimm: virtio_pmem: serialize flush requests
drivers/nvdimm/btt.c | 12 ++++++------
drivers/nvdimm/nd_virtio.c | 3 ++-
drivers/nvdimm/pmem.c | 8 ++++----
drivers/nvdimm/virtio_pmem.c | 1 +
drivers/nvdimm/virtio_pmem.h | 4 ++++
5 files changed, 17 insertions(+), 11 deletions(-)