]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Oct 2022 01:41:41 +0000 (18:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Oct 2022 01:41:41 +0000 (18:41 -0700)
commit9f8e7f96e156a2fe20302555721643a1471ba955
tree16868bfb71ac95586aebcadd935ecdb3c90737ee
parent7345a1e4e8125cbc28bc78a23b6b47889a0b94df
parentfe6fcebc64ab6d37e603dcf0728ffc147220fc76
Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm

Pull nvdimm updates from Dan Williams:
 "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/

  Summary:

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

   - Miscellaneous fixes and cleanups"

* tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
  ACPI: HMAT: Release platform device in case of platform_device_add_data() fails
  dax: Remove usage of the deprecated ida_simple_xxx API
  libnvdimm/region: Allow setting align attribute on regions without mappings
  nvdimm/namespace: Fix comment typo
  nvdimm: make __nvdimm_security_overwrite_query static
  nvdimm/region: Fix kernel-doc
  nvdimm/namespace: drop unneeded temporary variable in size_store()
  nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()
drivers/dax/hmem/device.c
drivers/nvdimm/namespace_devs.c