Hi Linus,

Please pull to receive a small set of NVDIMM and DAX changes. Also
included are updates to the MAINTAINER file, one which adds me as
I'm picking up the patch wrangling role from Ira Weiny.

All have been soaking in linux-next for a couple of weeks.

Thanks,
Alison Schofield

---
The following changes since commit e43ffb69e0438cddd72aaa30898b4dc446f664f8:

  Linux 7.1-rc6 (2026-05-31 15:14:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 86e411b6ec277dbb8ac1f1d855dc337181a62a29:

  MAINTAINERS: nvdimm: Include maintainer profile (2026-06-01 18:06:08 -0700)

----------------------------------------------------------------
Updates for the 7.2 release

A race condition and a couple of static analysis issues are fixed in BTT
Use sysfs_emit() in preparation for removal of cpumap_print_to_pagebuf()
Escalate a dev_dbg to dev_err in a resource conflict message
MAINTAINER file updates

----------------------------------------------------------------
Abdun Nihaal (2):
      nvdimm/btt: Free arena sub-allocations on discover_arenas() error path
      nvdimm/btt: Free arenas on btt_init() error paths

Alison Schofield (1):
      nvdimm/btt: Handle preemption in BTT lane acquisition

Dave Jiang (1):
      MAINTAINERS: Add maintainer info for libnvdimm and DAX

Ira Weiny (1):
      MAINTAINERS: Update address for Ira Weiny

Krzysztof Kozlowski (1):
      MAINTAINERS: nvdimm: Include maintainer profile

Tomasz Wolski (1):
      dax/bus: Upgrade resource conflict message to dev_err() in 
alloc_dax_region()

Yury Norov (1):
      nvdimm: Use sysfs_emit() for cpumask show callback

 .mailmap                                |  1 +
 Documentation/driver-api/nvdimm/btt.rst |  5 ++---
 MAINTAINERS                             | 11 ++++++++---
 drivers/dax/bus.c                       |  2 +-
 drivers/nvdimm/btt.c                    | 14 ++++++++++----
 drivers/nvdimm/nd.h                     | 11 +++++------
 drivers/nvdimm/nd_perf.c                |  2 +-
 drivers/nvdimm/region_devs.c            | 66 
++++++++++++++++++++++--------------------------------------------
 8 files changed, 50 insertions(+), 62 deletions(-)

Reply via email to