[GIT,PULL] NVDIMM and DAX fixes for 6.2-final

Message ID 63e6fe1b27ea3_88e129491@dwillia2-mobl3.amr.corp.intel.com.notmuch
State New
Headers
Series [GIT,PULL] NVDIMM and DAX fixes for 6.2-final |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/libnvdimm-fixes-6.2

Message

Dan Williams Feb. 11, 2023, 2:31 a.m. UTC
  Hi Linus, please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/libnvdimm-fixes-6.2

...to receive a fix for an issue that could causes users to
inadvertantly reserve too much capacity when debugging the KMSAN and
persistent memory namespace, a lockdep fix, and a kernel-doc build
warning.

This has all appeared in -next with no reported issues.

---


The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/libnvdimm-fixes-6.2

for you to fetch changes up to c91d713630848460de8669e6570307b7e559863b:

  nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZE (2023-01-28 15:32:36 -0800)

----------------------------------------------------------------
libnvdimm fixes for 6.2

- Resolve the conflict between KMSAN and NVDIMM with respect to
  reserving pmem namespace / volume capacity for larger
  sizeof(struct page)

- Fix a lockdep warning in the the NFIT code

- Fix a kernel-doc build warning

----------------------------------------------------------------
Dan Williams (1):
      nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZE

Randy Dunlap (1):
      dax: super.c: fix kernel-doc bad line warning

Vishal Verma (1):
      ACPI: NFIT: fix a potential deadlock during NFIT teardown

 drivers/acpi/nfit/core.c  |  2 +-
 drivers/dax/super.c       |  2 +-
 drivers/nvdimm/Kconfig    | 19 +++++++++++++++++++
 drivers/nvdimm/nd.h       |  2 +-
 drivers/nvdimm/pfn_devs.c | 42 +++++++++++++++++++++++++++---------------
 5 files changed, 49 insertions(+), 18 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 11, 2023, 7:11 p.m. UTC | #1
The pull request you sent on Fri, 10 Feb 2023 18:31:55 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/libnvdimm-fixes-6.2

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

Thank you!