[PATCH 0/3] ACPI/NUMA: A few fixes and cleanups in drivers/acpi/numa/srat.c

Yuntao Wang posted 3 patches 2 years ago
drivers/acpi/numa/srat.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
[PATCH 0/3] ACPI/NUMA: A few fixes and cleanups in drivers/acpi/numa/srat.c
Posted by Yuntao Wang 2 years ago
This series fixes an issue and does some cleanups in drivers/acpi/numa/srat.c.

Yuntao Wang (3):
  ACPI/NUMA: Remove unnecessary check in acpi_parse_gi_affinity()
  ACPI/NUMA: Optimize the check for the availability of node values
  ACPI/NUMA: Fix the logic of getting the fake_pxm value

 drivers/acpi/numa/srat.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
2.43.0
Re: [PATCH 0/3] ACPI/NUMA: A few fixes and cleanups in drivers/acpi/numa/srat.c
Posted by Rafael J. Wysocki 2 years ago
On Wed, Dec 6, 2023 at 11:44 AM Yuntao Wang <ytcoode@gmail.com> wrote:
>
> This series fixes an issue and does some cleanups in drivers/acpi/numa/srat.c.
>
> Yuntao Wang (3):
>   ACPI/NUMA: Remove unnecessary check in acpi_parse_gi_affinity()
>   ACPI/NUMA: Optimize the check for the availability of node values
>   ACPI/NUMA: Fix the logic of getting the fake_pxm value

All patches applied as 6.8 material with some edits in the changelogs.

Thanks!