lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <67eb0638e6f4c_3b58229447@iweiny-mobl.notmuch>
Date: Mon, 31 Mar 2025 16:16:40 -0500
From: Ira Weiny <ira.weiny@...el.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: Dan Williams <dan.j.williams@...el.com>, Dave Jiang
	<dave.jiang@...el.com>, Alison Schofield <alison.schofield@...el.com>,
	"Vishal Verma" <vishal.l.verma@...el.com>, Lukas Wunner <lukas@...ner.de>,
	<linux-kernel@...r.kernel.org>, <nvdimm@...ts.linux.dev>,
	<linux-cxl@...r.kernel.org>
Subject: [GIT PULL] NVDIMM for 6.15

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@...olite.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ