mbox series

[GIT,PULL] libnvdimm for v5.5

Message ID CAPcyv4jftz7mN=4zNPo1tGZfcXxfKunTUF4Owof6pJ108GYk=g@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] libnvdimm for v5.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm

Message

Dan Williams Nov. 29, 2019, 6:56 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 2, 2019, 2:50 a.m. UTC | #1
The pull request you sent on Fri, 29 Nov 2019 10:56:22 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d10032dd539c93dbff016f5667e5627c6c2a4467

Thank you!