[GIT PULL] NVDIMM and DAX for 6.11
From: Ira Weiny
Date: Fri Jul 19 2024 - 12:23:21 EST
Hi Linus, please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.11
... to get the 6.11 updates for the libnvdimm tree. The bulk of the changes
are to clean up W=1 warnings with one small update with the use of sizeof().
These have been linux-next without issue since 6/18.
Thank you,
Ira
---
The following changes since commit c3f38fa61af77b49866b006939479069cd451173:
Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.11
for you to fetch changes up to b0d478e34dbfccb7ce430e20cbe77d4d10593fa3:
testing: nvdimm: Add MODULE_DESCRIPTION() macros (2024-06-17 18:43:08 -0500)
----------------------------------------------------------------
6.11 updates for libnvdimm
One small cleanup to use sizeof(*pointer)
A series of patches to add MODULE_DESCRIPTIONS() to eliminate make W=1
warnings.
----------------------------------------------------------------
Erick Archer (1):
nvdimm/btt: use sizeof(*pointer) instead of sizeof(type)
Ira Weiny (1):
testing: nvdimm: Add MODULE_DESCRIPTION() macros
Jeff Johnson (4):
ACPI: NFIT: add missing MODULE_DESCRIPTION() macro
nvdimm: add missing MODULE_DESCRIPTION() macros
dax: add missing MODULE_DESCRIPTION() macros
testing: nvdimm: iomap: add MODULE_DESCRIPTION()
drivers/acpi/nfit/core.c | 1 +
drivers/dax/cxl.c | 1 +
drivers/dax/device.c | 1 +
drivers/dax/hmem/hmem.c | 1 +
drivers/dax/kmem.c | 1 +
drivers/dax/pmem.c | 1 +
drivers/dax/super.c | 1 +
drivers/nvdimm/btt.c | 5 +++--
drivers/nvdimm/core.c | 1 +
drivers/nvdimm/e820.c | 1 +
drivers/nvdimm/nd_virtio.c | 1 +
drivers/nvdimm/of_pmem.c | 1 +
drivers/nvdimm/pmem.c | 1 +
tools/testing/nvdimm/test/iomap.c | 1 +
tools/testing/nvdimm/test/ndtest.c | 1 +
tools/testing/nvdimm/test/nfit.c | 1 +
16 files changed, 18 insertions(+), 2 deletions(-)