mbox series

[GIT,PULL] DAX and HMAT fixes for v6.1-rc8

Message ID 638ab8e291345_c95729417@dwillia2-mobl3.amr.corp.intel.com.notmuch (mailing list archive)
State Accepted
Commit 6085bc95797caa55a68bc0f7dd73e8c33e91037f
Headers show
Series [GIT,PULL] DAX and HMAT fixes for v6.1-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-fixes-6.1-rc8

Message

Dan Williams Dec. 3, 2022, 2:48 a.m. UTC
Hi Linus, please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-fixes-6.1-rc8

...to receive a few bug fixes around the handling of "Soft Reserved"
memory and memory tiering information. Linux is starting to enounter
more real world systems that deploy an ACPI HMAT to describe different
performance classes of memory, as well the "special purpose" (Linux
"Soft Reserved") designation from EFI. These fixes result from that
testing.

It has all appeared in -next for a while with no known issues.

---

The following changes since commit 094226ad94f471a9f19e8f8e7140a09c2625abaa:

  Linux 6.1-rc5 (2022-11-13 13:12:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-fixes-6.1-rc8

for you to fetch changes up to 472faf72b33d80aa8e7a99c9410c1a23d3bf0cd8:

  device-dax: Fix duplicate 'hmem' device registration (2022-11-21 15:34:40 -0800)

----------------------------------------------------------------
dax fixes for v6.1-rc8

- Fix duplicate overlapping device-dax instances for HMAT described
  "Soft Reserved" Memory

- Fix missing node targets in the sysfs representation of memory tiers

- Remove a confusing variable initialization

----------------------------------------------------------------
Dan Williams (1):
      device-dax: Fix duplicate 'hmem' device registration

Vishal Verma (2):
      ACPI: HMAT: remove unnecessary variable initialization
      ACPI: HMAT: Fix initiator registration for single-initiator systems

 drivers/acpi/numa/hmat.c  | 27 ++++++++++++++++++++-------
 drivers/dax/hmem/device.c | 24 +++++++++++++++---------
 2 files changed, 35 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 3, 2022, 10:56 p.m. UTC | #1
The pull request you sent on Fri, 2 Dec 2022 18:48:02 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-fixes-6.1-rc8

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

Thank you!