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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 29 Nov 2019 10:56:22 -0800
From:   Dan Williams <dan.j.williams@...el.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-nvdimm <linux-nvdimm@...ts.01.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] libnvdimm for v5.5

Hi Linus, please pull from:

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

...to receive the libnvdimm update for this cycle. The highlight this
cycle is continuing integration fixes for PowerPC and some resulting
optimizations. These commits have appeared in -next with no reported
issues.

---

The following changes since commit d6d5df1db6e9d7f8f76d2911707f7d5877251b02:

  Linux 5.4-rc5 (2019-10-27 13:19:19 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 0dfbb932bb67dc76646e579ec5cd21a12125a458:

  MAINTAINERS: Remove Keith from NVDIMM maintainers (2019-11-25 15:45:08 -0800)

----------------------------------------------------------------
libnvdimm for 5.5

- Updates to better support vmalloc space restrictions on PowerPC platforms.

- Cleanups to move common sysfs attributes to core 'struct device_type'
  objects.

- Export the 'target_node' attribute (the effective numa node if pmem is
  marked online) for regions and namespaces.

- Miscellaneous fixups and optimizations.

----------------------------------------------------------------
Alastair D'Silva (1):
      libnvdimm: Remove prototypes for nonexistent functions

Aneesh Kumar K.V (2):
      libnvdimm/pfn_dev: Don't clear device memmap area during generic
namespace probe
      libnvdimm/namespace: Differentiate between probe mapping and
runtime mapping

Dan Williams (14):
      libnvdimm/pmem: Delete include of nd-core.h
      libnvdimm: Move attribute groups to device type
      libnvdimm: Move region attribute group definition
      libnvdimm: Move nd_device_attribute_group to device_type
      libnvdimm: Move nd_numa_attribute_group to device_type
      libnvdimm: Move nd_region_attribute_group to device_type
      libnvdimm: Move nd_mapping_attribute_group to device_type
      libnvdimm: Move nvdimm_attribute_group to device_type
      libnvdimm: Move nvdimm_bus_attribute_group to device_type
      dax: Create a dax device_type
      dax: Simplify root read-only definition for the 'resource' attribute
      libnvdimm: Simplify root read-only definition for the 'resource' attribute
      dax: Add numa_node to the default device-dax attributes
      libnvdimm: Export the target_node attribute for regions and namespaces

Ira Weiny (2):
      libnvdimm/namsepace: Don't set claim_class on error
      libnvdimm: Trivial comment fix

Keith Busch (1):
      MAINTAINERS: Remove Keith from NVDIMM maintainers

Qian Cai (1):
      libnvdimm/btt: fix variable 'rc' set but not used

 MAINTAINERS                               |   2 -
 arch/powerpc/platforms/pseries/papr_scm.c |  25 +---
 drivers/acpi/nfit/core.c                  |   7 -
 drivers/dax/bus.c                         |  22 ++-
 drivers/dax/pmem/core.c                   |   6 +-
 drivers/nvdimm/btt.c                      |  18 ++-
 drivers/nvdimm/btt_devs.c                 |  24 +--
 drivers/nvdimm/bus.c                      |  44 +++++-
 drivers/nvdimm/claim.c                    |  14 +-
 drivers/nvdimm/core.c                     |   8 +-
 drivers/nvdimm/dax_devs.c                 |  27 ++--
 drivers/nvdimm/dimm_devs.c                |  30 ++--
 drivers/nvdimm/e820.c                     |  13 --
 drivers/nvdimm/namespace_devs.c           | 114 +++++++++------
 drivers/nvdimm/nd-core.h                  |  21 ++-
 drivers/nvdimm/nd.h                       |  27 ++--
 drivers/nvdimm/of_pmem.c                  |  13 --
 drivers/nvdimm/pfn_devs.c                 |  64 ++++----
 drivers/nvdimm/pmem.c                     |  18 ++-
 drivers/nvdimm/region_devs.c              | 235 +++++++++++++++---------------
 include/linux/libnvdimm.h                 |   7 -
 include/linux/nd.h                        |   2 +-
 22 files changed, 387 insertions(+), 354 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ