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: <68e3f338166e_2bc301294bb@iweiny-mobl.notmuch>
Date: Mon, 6 Oct 2025 11:50:00 -0500
From: Ira Weiny <ira.weiny@...el.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: 'Linux Kernel Mailing List' <linux-kernel@...r.kernel.org>,
	<linux-cxl@...r.kernel.org>, <nvdimm@...ts.linux.dev>, "Jiang, Dave"
	<dave.jiang@...el.com>, Xichao Zhao <zhao.xichao@...o.com>, Colin Ian King
	<colin.i.king@...il.com>, Jonathan Cameron <jonathan.cameron@...wei.com>,
	"Dan Williams" <dan.j.williams@...el.com>, Guangshuo Li
	<lgs201920130244@...il.com>, Alison Schofield <alison.schofield@...el.com>,
	Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>, Abaci Robot
	<abaci@...ux.alibaba.com>
Subject: [GIT PULL] NVDIMM for 6.18

Hey Linus, please pull from:

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

... to get libnvdimm changes for the 6.18 kernel.

The changes are primarily bug fixes.  Dave introduced the usage of cleanup.h a
bit late in the cycle to help with the new label work required within CXL.[1]

Unfortunately linux-next caught a bug so I delayed the pull request slightly to
include that fix of a duplicate slab.h include.  Hopefully, I've managed that
correctly.

The fix has soaked in linux-next for a few days now with the rest of the
patches being in since Sept 26th.

Thanks,
Ira

[1] https://lore.kernel.org/all/20250917134116.1623730-1-s.neeraj@samsung.com/


---

The following changes since commit f83ec76bf285bea5727f478a68b894f5543ca76e:

  Linux 6.17-rc6 (2025-09-14 14:21:14 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5c34f2b6f89ad4f31db15f9c658b597e23bacdf8:

  nvdimm: Remove duplicate linux/slab.h header (2025-09-29 10:06:03 -0500)

----------------------------------------------------------------
libnvdimm for 6.18

nvdimm:
        - ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()
        - Clean up __nd_ioctl() and remove gotos
                - Remove duplicate linux/slab.h header
        - Introduce guard() for nvdimm_bus_lock
        - Use str_plural() to simplify the code

ACPI:
        - NFIT: Fix incorrect ndr_desc being reportedin dev_err message

----------------------------------------------------------------
Colin Ian King (1):
      ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err message

Dave Jiang (2):
      nvdimm: Introduce guard() for nvdimm_bus_lock
      nvdimm: Clean up __nd_ioctl() and remove gotos

Guangshuo Li (1):
      nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()

Jiapeng Chong (1):
      nvdimm: Remove duplicate linux/slab.h header

Xichao Zhao (1):
      nvdimm: Use str_plural() to simplify the code

 drivers/acpi/nfit/core.c           |   2 +-
 drivers/nvdimm/badrange.c          |   3 +-
 drivers/nvdimm/btt_devs.c          |  24 +++-----
 drivers/nvdimm/bus.c               |  72 ++++++++--------------
 drivers/nvdimm/claim.c             |   7 +--
 drivers/nvdimm/core.c              |  17 +++---
 drivers/nvdimm/dax_devs.c          |  12 ++--
 drivers/nvdimm/dimm.c              |   5 +-
 drivers/nvdimm/dimm_devs.c         |  48 ++++++---------
 drivers/nvdimm/namespace_devs.c    | 113 +++++++++++++++++------------------
 drivers/nvdimm/nd.h                |   3 +
 drivers/nvdimm/pfn_devs.c          |  63 ++++++++------------
 drivers/nvdimm/region.c            |  16 ++---
 drivers/nvdimm/region_devs.c       | 118 ++++++++++++++++---------------------
 drivers/nvdimm/security.c          |  10 +---
 tools/testing/nvdimm/test/ndtest.c |  13 +++-
 16 files changed, 229 insertions(+), 297 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ