Re: [PATCH v3 0/5] Support _UID matching for integer types

From: Rafael J. Wysocki
Date: Wed Dec 06 2023 - 14:44:33 EST


On Thu, Nov 23, 2023 at 11:07 AM Raag Jadav <raag.jadav@xxxxxxxxx> wrote:
>
> This series updates the standard ACPI helpers to support _UID matching
> for both integer and string types, and uses them in a couple of places.
>
> Changes since v2:
> - Drop __builtin functions to reduce complexity (Rafael)
> - Update tags
>
> Changes since v1:
> - Fix build errors
>
> Raag Jadav (5):
> ACPI: bus: update acpi_dev_uid_match() to support multiple types
> ACPI: bus: update acpi_dev_hid_uid_match() to support multiple types
> ACPI: LPSS: use acpi_dev_uid_match() for matching _UID
> efi: dev-path-parser: use acpi_dev_uid_match() for matching _UID
> perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()

All applied as 6.8 material, but I renamed the auxiliary macros in the
first patch and moved the kerneldoc comment below them.

TBH, I'm not entirely sure about the value of the second of those
auxiliary macros, but then I don't particularly dislike it either.