[PATCH v2 0/5] ACPI: property: Two fixes, more documentation and a cleanup

Rafael J. Wysocki posted 5 patches 2 weeks, 2 days ago
[PATCH v2 0/5] ACPI: property: Two fixes, more documentation and a cleanup
Posted by Rafael J. Wysocki 2 weeks, 2 days ago
Hi All,

This is an update of

https://lore.kernel.org/linux-acpi/5046661.31r3eYUQgx@rafael.j.wysocki/

A user report regarding "ACPI: \: Can't tag data node" error messages in dmesg
made me look at the ACPI property code and I've found a couple of issues in
it.

Also, it took me some time to figure out why the code was doing what it was
doing, so I decided to add some comments explaining it.

Finally, there's always something that can be cleaned up in every piece of
kernel code.

Hence, this series.

Please refer to the patch changelogs for details.

Thanks!
Re: [PATCH v2 0/5] ACPI: property: Two fixes, more documentation and a cleanup
Posted by Sakari Ailus 2 weeks, 1 day ago
Hi Rafael,

On Mon, Sep 15, 2025 at 08:20:03PM +0200, Rafael J. Wysocki wrote:
> Hi All,
> 
> This is an update of
> 
> https://lore.kernel.org/linux-acpi/5046661.31r3eYUQgx@rafael.j.wysocki/
> 
> A user report regarding "ACPI: \: Can't tag data node" error messages in dmesg
> made me look at the ACPI property code and I've found a couple of issues in
> it.
> 
> Also, it took me some time to figure out why the code was doing what it was
> doing, so I decided to add some comments explaining it.
> 
> Finally, there's always something that can be cleaned up in every piece of
> kernel code.
> 
> Hence, this series.

For the set:

Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Tested-by: Sakari Ailus <sakari.ailus@linux.intel.com>

-- 
Kind regards,

Sakari Ailus
Re: [PATCH v2 0/5] ACPI: property: Two fixes, more documentation and a cleanup
Posted by Rafael J. Wysocki 2 weeks, 1 day ago
Hi Sakari,

On Tue, Sep 16, 2025 at 4:09 PM Sakari Ailus
<sakari.ailus@linux.intel.com> wrote:
>
> Hi Rafael,
>
> On Mon, Sep 15, 2025 at 08:20:03PM +0200, Rafael J. Wysocki wrote:
> > Hi All,
> >
> > This is an update of
> >
> > https://lore.kernel.org/linux-acpi/5046661.31r3eYUQgx@rafael.j.wysocki/
> >
> > A user report regarding "ACPI: \: Can't tag data node" error messages in dmesg
> > made me look at the ACPI property code and I've found a couple of issues in
> > it.
> >
> > Also, it took me some time to figure out why the code was doing what it was
> > doing, so I decided to add some comments explaining it.
> >
> > Finally, there's always something that can be cleaned up in every piece of
> > kernel code.
> >
> > Hence, this series.
>
> For the set:
>
> Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> Tested-by: Sakari Ailus <sakari.ailus@linux.intel.com>

Thank you!