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]
Date: Wed, 15 May 2024 09:41:46 -0700
From: Ira Weiny <ira.weiny@...el.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: <linux-kernel@...r.kernel.org>, <nvdimm@...ts.linux.dev>, Dan Williams
	<dan.j.williams@...el.com>, Dave Jiang <dave.jiang@...el.com>, Vishal Verma
	<vishal.l.verma@...el.com>
Subject: [GIT PULL] NVDIMM and DAX for 6.10

Hi Linus, Please pull from 

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

.. to get code updates for the nvdimm tree.  These have been in
linux-next for a couple of weeks.  The changes include removing duplicate
code and updating the nvdimm tree to the current kernel interfaces such as
using const for struct device_type and changing the platform remove
callback signature.

Thank you,
Ira Weiny

---

The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f:

  Linux 6.9-rc5 (2024-04-21 12:35:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 41147b006be2174b825a54b0620ecf4cc7ec5c84:

  dax: remove redundant assignment to variable rc (2024-04-25 14:11:11 -0700)

----------------------------------------------------------------
Updates for nvdimm for 6.10

Code cleanups, remove duplicate code, and updates for current
interfaces.

----------------------------------------------------------------
Christoph Hellwig (2):
      nvdimm: remove nd_integrity_init
      nvdimm/btt: always set max_integrity_segments

Colin Ian King (1):
      dax: remove redundant assignment to variable rc

Ricardo B. Marliere (1):
      dax: constify the struct device_type usage

Shivaprasad G Bhat (1):
      powerpc/papr_scm: Move duplicate definitions to common header files

Uwe Kleine-König (1):
      ndtest: Convert to platform remove callback returning void

 MAINTAINERS                                        |  2 +
 arch/powerpc/platforms/pseries/papr_scm.c          | 43 +------------------
 drivers/dax/bus.c                                  |  3 +-
 drivers/nvdimm/btt.c                               | 12 ++++--
 drivers/nvdimm/core.c                              | 30 -------------
 drivers/nvdimm/nd.h                                |  1 -
 include/linux/papr_scm.h                           | 49 ++++++++++++++++++++++
 .../uapi/asm => include/uapi/linux}/papr_pdsm.h    |  0
 tools/testing/nvdimm/test/ndtest.c                 |  7 ++--
 tools/testing/nvdimm/test/ndtest.h                 | 31 --------------
 10 files changed, 66 insertions(+), 112 deletions(-)
 create mode 100644 include/linux/papr_scm.h
 rename {arch/powerpc/include/uapi/asm => include/uapi/linux}/papr_pdsm.h (100%)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ