All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Williams <dan.j.williams@intel.com>
To: <torvalds@linux-foundation.org>
Cc: <linux-kernel@vger.kernel.org>, <linux-acpi@vger.kernel.org>,
	<linux-mm@kvack.org>, <nvdimm@lists.linux.dev>
Subject: [GIT PULL] DAX and HMAT fixes for v6.1-rc8
Date: Fri, 2 Dec 2022 18:48:02 -0800	[thread overview]
Message-ID: <638ab8e291345_c95729417@dwillia2-mobl3.amr.corp.intel.com.notmuch> (raw)

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

             reply	other threads:[~2022-12-03  2:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-03  2:48 Dan Williams [this message]
2022-12-03 22:56 ` [GIT PULL] DAX and HMAT fixes for v6.1-rc8 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=638ab8e291345_c95729417@dwillia2-mobl3.amr.corp.intel.com.notmuch \
    --to=dan.j.williams@intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=nvdimm@lists.linux.dev \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.