Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ACPI: HMAT: fix single-initiator target registrations
@ 2022-11-16 23:37 Vishal Verma
  2022-11-16 23:37 ` [PATCH v2 1/2] ACPI: HMAT: remove unnecessary variable initialization Vishal Verma
  2022-11-16 23:37 ` [PATCH v2 2/2] ACPI: HMAT: Fix initiator registration for single-initiator systems Vishal Verma
  0 siblings, 2 replies; 6+ messages in thread
From: Vishal Verma @ 2022-11-16 23:37 UTC (permalink / raw)
  To: Rafael J. Wysocki, Vishal Verma, linux-kernel, Chris Piper,
	nvdimm, linux-acpi, Rafael J. Wysocki, Kirill A. Shutemov,
	Dan Williams, Liu Shixin, stable

Patch 1 is an obvious cleanup found while fixing this problem.

Patch 2 Fixes a bug with initiator registration for single-initiator
systems. More details on this in its commit message.

Rafael - I didn't retain your ack for patch 2 since it seemed like a
nontrivial change.

Cc: Rafael J. Wysocki <rafael@kernel.org>
Cc: Liu Shixin <liushixin2@huawei.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: linux-acpi@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: <stable@vger.kernel.org>
Cc: Chris Piper <chris.d.piper@intel.com>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>

---
Changes in v2:
- Collect Acks for patch 1.
- Separate out the bitmask generation from the comparision helper to make
  it more explicit and easier to follow (Kirill)
- Link to v1: https://lore.kernel.org/r/20221116075736.1909690-1-vishal.l.verma@intel.com

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

 drivers/acpi/numa/hmat.c | 27 ++++++++++++++++++++-------
 1 file changed, 20 insertions(+), 7 deletions(-)
---
base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780
change-id: 20221116-acpi_hmat_fix-7acf4bca37c0

Best regards,
-- 
Vishal Verma <vishal.l.verma@intel.com>

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

end of thread, other threads:[~2022-11-17 16:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16 23:37 [PATCH v2 0/2] ACPI: HMAT: fix single-initiator target registrations Vishal Verma
2022-11-16 23:37 ` [PATCH v2 1/2] ACPI: HMAT: remove unnecessary variable initialization Vishal Verma
2022-11-16 23:42   ` kernel test robot
2022-11-16 23:37 ` [PATCH v2 2/2] ACPI: HMAT: Fix initiator registration for single-initiator systems Vishal Verma
2022-11-16 23:54   ` Kirill A. Shutemov
2022-11-17 16:20   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox