mbox series

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

Message ID 20231206104318.182759-1-ytcoode@gmail.com
Headers show
Series ACPI/NUMA: A few fixes and cleanups in drivers/acpi/numa/srat.c | expand

Message

Yuntao Wang Dec. 6, 2023, 10:43 a.m. UTC
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(-)

Comments

Rafael J. Wysocki Dec. 12, 2023, 7:37 p.m. UTC | #1
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!