mbox series

[GIT,PULL] NVDIMM for 6.15

Message ID 67eb0638e6f4c_3b58229447@iweiny-mobl.notmuch
State New
Headers show
Series [GIT,PULL] NVDIMM for 6.15 | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.15

Message

Ira Weiny March 31, 2025, 9:16 p.m. UTC
Linus,

Please pull the following updates for the nvdimm tree.  Most of the code
changes are to remove dead code.

The bug fixes are minor, Syzkaller and one for broken devices which are
unlikely to be in the field.  So no need to backport them.

All have been soaking in linux-next without issues.

Thanks,
Ira Weiny

---

The following changes since commit 7eb172143d5508b4da468ed59ee857c6e5e01da6:

  Linux 6.14-rc5 (2025-03-02 11:48:20 -0800)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.15

for you to fetch changes up to ef1d3455bbc1922f94a91ed58d3d7db440652959:

  libnvdimm/labels: Fix divide error in nd_label_data_init() (2025-03-20 16:54:27 -0500)

----------------------------------------------------------------
libnvdimm additions for 6.15

	- 2 patches to remove dead code
		nd_attach_ndns() and nd_region_conflict() have not been
		used since 2017 and 2019 respectively
	- Fix divide by 0 if device returns a broken LSA value
	- Fix Syzkaller reported bug

----------------------------------------------------------------
Dr. David Alan Gilbert (2):
      libnvdimm: Remove unused nd_region_conflict
      libnvdimm: Remove unused nd_attach_ndns

Murad Masimov (1):
      acpi: nfit: fix narrowing conversion in acpi_nfit_ctl

Robert Richter (1):
      libnvdimm/labels: Fix divide error in nd_label_data_init()

 drivers/acpi/nfit/core.c     |  2 +-
 drivers/nvdimm/claim.c       | 11 -----------
 drivers/nvdimm/label.c       |  3 ++-
 drivers/nvdimm/nd-core.h     |  4 ----
 drivers/nvdimm/region_devs.c | 41 -----------------------------------------
 5 files changed, 3 insertions(+), 58 deletions(-)