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>] [day] [month] [year] [list]
Message-ID: <69331dd6ebdba_50fc7100e3@iweiny-mobl.notmuch>
Date: Fri, 5 Dec 2025 12:00:54 -0600
From: Ira Weiny <ira.weiny@...el.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: Mike Rapoport <rppt@...nel.org>, Alison Schofield
	<alison.schofield@...el.com>, Tejun Heo <tj@...nel.org>, Marco Crivellari
	<marco.crivellari@...e.com>, Dave Jiang <dave.jiang@...el.com>, Bagas Sanjaya
	<bagasdotme@...il.com>, Randy Dunlap <rdunlap@...radead.org>, Dan Carpenter
	<dan.carpenter@...aro.org>, Dan Williams <dan.j.williams@...el.com>,
	<nvdimm@...ts.linux.dev>, <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] NVDIMM for 6.19

Linus,

Please pull from...

  git@...olite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.19

...to get changes for 6.19 for the nvdimm tree.

These are mainly bug fixes and code updates.

There is a new feature to divide up memmap= carve outs and a fix caught in
linux-next for that patch.  Managing memmap memory on the fly for multiple VM's
was proving difficult and Mike provided a driver which allows for the memory to
be better manged.

These have soaked in linux-next without any issues.

Thank you,
Ira Weiny

---
The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0:

  Linux 6.18-rc4 (2025-11-02 11:28:02 -0800)

are available in the Git repository at:

  git@...olite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.19

for you to fetch changes up to 30065e73d7c018cf2e1bec68e2d6ffafc17b3c25:

  nvdimm: Prevent integer overflow in ramdax_get_config_data() (2025-11-26 10:58:23 -0600)

----------------------------------------------------------------
NVDIMM changes for 6.19

	* nvdimm: Prevent integer overflow in ramdax_get_config_data()
	* Documentation: btt: Unwrap bit 31-30 nested table
	* nvdimm: replace use of system_wq with system_percpu_wq
	* tools/testing/nvdimm: Use per-DIMM device handle
	* nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices

----------------------------------------------------------------
Alison Schofield (1):
      tools/testing/nvdimm: Use per-DIMM device handle

Bagas Sanjaya (1):
      Documentation: btt: Unwrap bit 31-30 nested table

Dan Carpenter (1):
      nvdimm: Prevent integer overflow in ramdax_get_config_data()

Marco Crivellari (1):
      nvdimm: replace use of system_wq with system_percpu_wq

Mike Rapoport (Microsoft) (1):
      nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices

 Documentation/driver-api/nvdimm/btt.rst |   2 +-
 drivers/nvdimm/Kconfig                  |  19 +++
 drivers/nvdimm/Makefile                 |   1 +
 drivers/nvdimm/ramdax.c                 | 282 ++++++++++++++++++++++++++++++++
 drivers/nvdimm/security.c               |   4 +-
 tools/testing/nvdimm/test/nfit.c        |   7 +-
 6 files changed, 311 insertions(+), 4 deletions(-)
 create mode 100644 drivers/nvdimm/ramdax.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ