linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] libnvdimm fixes for 4.20-rc6
@ 2018-12-09  6:18 Williams, Dan J
  2018-12-09 18:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Williams, Dan J @ 2018-12-09  6:18 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-nvdimm

Hi Linus, please pull from:

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

...to receive a regression fix for the Address Range Scrub
implementation, yes another one, and support for platforms that
misalign persistent memory relative to the Linux memory hotplug section
constraint. Longer term, support for sub-section memory hotplug would
alleviate alignment waste, but until then this hack allows a 'struct
page' memmap to be established for these misaligned memory regions.

These have all appeared in a -next release, and thanks to Patrick for
reporting and testing the alignment padding fix.

---

The following changes since commit 9ff01193a20d391e8dbce4403dd5ef87c7eaaca6:

  Linux 4.20-rc3 (2018-11-18 13:33:44 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b5fd2e00a60248902315fb32210550ac3cb9f44c:

  acpi/nfit: Fix user-initiated ARS to be "ARS-long" rather than "ARS-short" (2018-12-05 14:16:13 -0800)

----------------------------------------------------------------
libnvdimm fixes 4.20-rc6

* Unless and until the core mm handles memory hotplug units smaller than
  a section (128M), persistent memory namespaces must be padded to
  section alignment. The libnvdimm core already handled section
  collision with "System RAM", but some configurations overlap
  independent "Persistent Memory" ranges within a section, so additional
  padding injection is added for that case.

* The recent reworks of the ARS (address range scrub) state machine to
  reduce the number of state flags inadvertantly missed a conversion of
  acpi_nfit_ars_rescan() call sites. Fix the regression whereby
  user-requested ARS results in a "short" scrub rather than a "long"
  scrub.

* Fixup the unit tests to handle / test the 128M section alignment of
  mocked test resources.

----------------------------------------------------------------
Dan Williams (3):
      tools/testing/nvdimm: Align test resources to 128M
      libnvdimm, pfn: Pad pfn namespaces relative to other regions
      acpi/nfit: Fix user-initiated ARS to be "ARS-long" rather than "ARS-short"

 drivers/acpi/nfit/core.c         |  2 +-
 drivers/nvdimm/nd-core.h         |  2 ++
 drivers/nvdimm/pfn_devs.c        | 64 +++++++++++++++++++++++-----------------
 drivers/nvdimm/region_devs.c     | 41 +++++++++++++++++++++++++
 tools/testing/nvdimm/test/nfit.c | 35 ++++++++++++++++++++--
 5 files changed, 114 insertions(+), 30 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] libnvdimm fixes for 4.20-rc6
  2018-12-09  6:18 [GIT PULL] libnvdimm fixes for 4.20-rc6 Williams, Dan J
@ 2018-12-09 18:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2018-12-09 18:50 UTC (permalink / raw)
  To: Williams, Dan J; +Cc: torvalds, linux-kernel, linux-nvdimm

The pull request you sent on Sun, 9 Dec 2018 06:18:02 +0000:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-09 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-09  6:18 [GIT PULL] libnvdimm fixes for 4.20-rc6 Williams, Dan J
2018-12-09 18:50 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).