2022-08-15 10:01:26

by John Garry

[permalink] [raw]
Subject: [BUG] Issue with commit 923044133367 ("ACPI: property: Unify integer value reading functions")


My driver of interest fails to probe for v6.0-rc1 for ACPI FW:
[ 5.373722] hisi_sas_v2_hw HISI0162:01: could not get property sas-addr

from a device_property_read_u8_array() call

The following fixes it:
https://lore.kernel.org/linux-acpi/[email protected]/T/#t

Tested-by: John Garry <[email protected]>

I'm just sending a separate mail to highlight this issue as I spent an
appreciable time bisecting and want others to avoid that. And I could
not find the fix mail for some reason, even though I subscribe to the
acpi list.

John


2022-08-16 12:58:21

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [BUG] Issue with commit 923044133367 ("ACPI: property: Unify integer value reading functions")

Hi John,

On Mon, Aug 15, 2022 at 11:55 AM John Garry <[email protected]> wrote:
>
>
> My driver of interest fails to probe for v6.0-rc1 for ACPI FW:
> [ 5.373722] hisi_sas_v2_hw HISI0162:01: could not get property sas-addr
>
> from a device_property_read_u8_array() call
>
> The following fixes it:
> https://lore.kernel.org/linux-acpi/[email protected]/T/#t
>
> Tested-by: John Garry <[email protected]>
>
> I'm just sending a separate mail to highlight this issue as I spent an
> appreciable time bisecting and want others to avoid that. And I could
> not find the fix mail for some reason, even though I subscribe to the
> acpi list.

Appreciated, thanks a lot!

I'm out of office this week, but I'll be pushing the fix for -rc3 next week.

Thanks!