lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 9 Dec 2018 06:18:02 +0000
From:   "Williams, Dan J" <dan.j.williams@...el.com>
To:     "torvalds@...ux-foundation.org" <torvalds@...ux-foundation.org>
CC:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-nvdimm@...ts.01.org" <linux-nvdimm@...ts.01.org>
Subject: [GIT PULL] libnvdimm fixes for 4.20-rc6

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ