Hi Linus, Please pull from 

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

... to get code updates for the nvdimm tree.  These have been in
linux-next for a couple of weeks.  The changes include removing duplicate
code and updating the nvdimm tree to the current kernel interfaces such as
using const for struct device_type and changing the platform remove
callback signature.

Thank you,
Ira Weiny

---

The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f:

  Linux 6.9-rc5 (2024-04-21 12:35:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 41147b006be2174b825a54b0620ecf4cc7ec5c84:

  dax: remove redundant assignment to variable rc (2024-04-25 14:11:11 -0700)

----------------------------------------------------------------
Updates for nvdimm for 6.10

Code cleanups, remove duplicate code, and updates for current
interfaces.

----------------------------------------------------------------
Christoph Hellwig (2):
      nvdimm: remove nd_integrity_init
      nvdimm/btt: always set max_integrity_segments

Colin Ian King (1):
      dax: remove redundant assignment to variable rc

Ricardo B. Marliere (1):
      dax: constify the struct device_type usage

Shivaprasad G Bhat (1):
      powerpc/papr_scm: Move duplicate definitions to common header files

Uwe Kleine-König (1):
      ndtest: Convert to platform remove callback returning void

 MAINTAINERS                                        |  2 +
 arch/powerpc/platforms/pseries/papr_scm.c          | 43 +------------------
 drivers/dax/bus.c                                  |  3 +-
 drivers/nvdimm/btt.c                               | 12 ++++--
 drivers/nvdimm/core.c                              | 30 -------------
 drivers/nvdimm/nd.h                                |  1 -
 include/linux/papr_scm.h                           | 49 ++++++++++++++++++++++
 .../uapi/asm => include/uapi/linux}/papr_pdsm.h    |  0
 tools/testing/nvdimm/test/ndtest.c                 |  7 ++--
 tools/testing/nvdimm/test/ndtest.h                 | 31 --------------
 10 files changed, 66 insertions(+), 112 deletions(-)
 create mode 100644 include/linux/papr_scm.h
 rename {arch/powerpc/include/uapi/asm => include/uapi/linux}/papr_pdsm.h (100%)


Reply via email to