[GIT PULL] NVDIMM//DAX changes for 6.9

From: Dave Jiang
Date: Thu Mar 14 2024 - 16:44:53 EST


Hi Linus, please pull from:

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

.. to get updates to the nvdimm tree. They are a number of updates to interfaces used by nvdimm/dax and a documentation fix.

Doc fixes:
ACPI_NFIT Kconfig documetation fix

Updates:
Make nvdimm_bus_type and dax_bus_type const
Remove SLAB_MEM_SPREAD flag usage in DAX

They have all been in the -next for more than a week with no reported issues.

---

The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

are available in the Git repository at:

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

for you to fetch changes up to d9212b35da52109361247b66010802d43c6b1f0d:

dax: remove SLAB_MEM_SPREAD flag usage (2024-03-04 09:10:37 -0700)

----------------------------------------------------------------
libnvdimm updates for v6.9

- ACPI_NFIT Kconfig documetation fix
- Make nvdimm_bus_type const
- Make dax_bus_type const
- remove SLAB_MEM_SPREAD flag usage in DAX

----------------------------------------------------------------
Chengming Zhou (1):
dax: remove SLAB_MEM_SPREAD flag usage

Peter Robinson (1):
libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help

Ricardo B. Marliere (2):
nvdimm: make nvdimm_bus_type const
device-dax: make dax_bus_type const

drivers/dax/bus.c | 2 +-
drivers/dax/super.c | 2 +-
drivers/nvdimm/Kconfig | 2 +-
drivers/nvdimm/bus.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)