[GIT,PULL] NVDIMM for 6.1

Message ID 6349f4435df76_7ddc2943e@dwillia2-mobl3.amr.corp.intel.com.notmuch
State New
Headers
Series [GIT,PULL] NVDIMM for 6.1 |

Pull-request

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

Message

Dan Williams Oct. 14, 2022, 11:44 p.m. UTC
  Hi Linus, please pull from:

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

...to receive some small cleanups and fixes in and around the nvdimm
subsystem. The most significant change is a regression fix for nvdimm
namespace (volume) creation when the namespace size is smaller than 2MB.

It has appeared in linux-next with no reported issues.

---

The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6:

  Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 305a72efa791c826fe84768ca55e31adc4113ea8:

  Merge branch 'for-6.1/nvdimm' into libnvdimm-for-next (2022-10-01 19:16:16 -0700)

----------------------------------------------------------------
libnvdimm for 6.1

- Fix nvdimm namespace creation on platforms that do not publish
  associated 'DIMM' metadata for a persistent memory region.

- Miscellaneous fixes and cleanups.

----------------------------------------------------------------
Andy Shevchenko (2):
      nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()
      nvdimm/namespace: drop unneeded temporary variable in size_store()

Bo Liu (1):
      dax: Remove usage of the deprecated ida_simple_xxx API

Dan Williams (1):
      Merge branch 'for-6.1/nvdimm' into libnvdimm-for-next

Jason Wang (1):
      nvdimm/namespace: Fix comment typo

Jiapeng Chong (2):
      nvdimm/region: Fix kernel-doc
      nvdimm: make __nvdimm_security_overwrite_query static

Lin Yujun (1):
      ACPI: HMAT: Release platform device in case of platform_device_add_data() fails

Tyler Hicks (1):
      libnvdimm/region: Allow setting align attribute on regions without mappings

 drivers/dax/hmem/device.c       |  4 ++--
 drivers/dax/super.c             |  6 +++---
 drivers/nvdimm/namespace_devs.c | 24 ++++++++----------------
 drivers/nvdimm/region_devs.c    | 10 ++++------
 drivers/nvdimm/security.c       |  2 +-
 5 files changed, 18 insertions(+), 28 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Oct. 15, 2022, 1:44 a.m. UTC | #1
The pull request you sent on Fri, 14 Oct 2022 16:44:03 -0700:

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

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

Thank you!