2022-11-16 09:14:56

by Verma, Vishal L

[permalink] [raw]
Subject: [PATCH 0/2] ACPI: HMAT: fix single-initiator target registrations

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.


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

drivers/acpi/numa/hmat.c | 33 ++++++++++++++++++++++++++++++---
1 file changed, 30 insertions(+), 3 deletions(-)


base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780
--
2.38.1



2022-11-16 12:22:25

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH 0/2] ACPI: HMAT: fix single-initiator target registrations

On Wed, Nov 16, 2022 at 8:57 AM Vishal Verma <[email protected]> wrote:
>
> 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.
>
>
> Vishal Verma (2):
> ACPI: HMAT: remove unnecessary variable initialization
> ACPI: HMAT: Fix initiator registration for single-initiator systems

Acked-by: Rafael J. Wysocki <[email protected]>

for both and please feel free to ask Dan to take them.

Alternatively, if you want me to apply them, please let me know.

> drivers/acpi/numa/hmat.c | 33 ++++++++++++++++++++++++++++++---
> 1 file changed, 30 insertions(+), 3 deletions(-)
>
>
> base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780
> --