Linux/linux 6cb2e9edrivers/acpi/nfit intel.c, drivers/nvdimm security.c dimm_devs.c

Merge tag 'libnvdimm-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm

Pull libnvdimm updates from Dan Williams:
 "Some reworks to better support nvdimms on powerpc and an nvdimm
  security interface update:

   - Rework the nvdimm core to accommodate architectures with different
     page sizes and ones that can change supported huge page sizes at
     boot time rather than a compile time constant.

   - Introduce a distinct 'frozen' attribute for the nvdimm security
     state since it is independent of the locked state.

   - Miscellaneous fixups"

* tag 'libnvdimm-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
  libnvdimm: Use PAGE_SIZE instead of SZ_4K for align check
  libnvdimm/label: Remove the dpa align check
  libnvdimm/pfn_dev: Add page size and struct page size to pfn superblock
  libnvdimm/pfn_dev: Add a build check to make sure we notice when struct page size change
  libnvdimm/pmem: Advance namespace seed for specific probe errors
  libnvdimm/region: Rewrite _probe_success() to _advance_seeds()
  libnvdimm/security: Consolidate 'security' operations
  libnvdimm/security: Tighten scope of nvdimm->busy vs security operations
  libnvdimm/security: Introduce a 'frozen' attribute
  libnvdimm, region: Use struct_size() in kzalloc()
  tools/testing/nvdimm: Fix fallthrough warning
  libnvdimm/of_pmem: Provide a unique name for bus provider
DeltaFile
+133-66drivers/nvdimm/security.c
+31-103drivers/nvdimm/dimm_devs.c
+17-66drivers/nvdimm/region_devs.c
+32-27drivers/acpi/nfit/intel.c
+21-35drivers/nvdimm/nd-core.h
+31-9drivers/nvdimm/namespace_devs.c
+33-2drivers/nvdimm/pfn_devs.c
+25-4drivers/nvdimm/pmem.c
+4-15tools/testing/nvdimm/dimm_devs.c
+4-6drivers/nvdimm/bus.c
+6-3include/linux/libnvdimm.h
+4-1drivers/nvdimm/pfn.h
+0-5drivers/nvdimm/label.c
+4-0drivers/nvdimm/nd.h
+1-2tools/testing/nvdimm/test/nfit.c
+1-1drivers/nvdimm/of_pmem.c
+347-34516 files

UnifiedSplitRaw