[PATCH v1 0/3] thermal: core: Fix issues related to thermal zone resume

Rafael J. Wysocki posted 3 patches 2 years ago
[PATCH v1 0/3] thermal: core: Fix issues related to thermal zone resume
Posted by Rafael J. Wysocki 2 years ago
Hi Everyone,

This patch series fixes some issues related to the suspend and resume of
thermal zones during system-wide transitions.

Patch [1/3] addresses some existing synchronization issues.

Patch [2/3] is a preliminary change for the last patch.

Patch [3/3] rearranges the thermal zone resume code to resume thermal
zones asynchronously using the existing thermal zone polling support.

Please refer to the individual patch changelogs for details.

Thanks!
Re: [PATCH v1 0/3] thermal: core: Fix issues related to thermal zone resume
Posted by Rafael J. Wysocki 1 year, 11 months ago
On Mon, Dec 18, 2023 at 8:28 PM Rafael J. Wysocki <rjw@rjwysocki.net> wrote:
>
> Hi Everyone,
>
> This patch series fixes some issues related to the suspend and resume of
> thermal zones during system-wide transitions.
>
> Patch [1/3] addresses some existing synchronization issues.
>
> Patch [2/3] is a preliminary change for the last patch.
>
> Patch [3/3] rearranges the thermal zone resume code to resume thermal
> zones asynchronously using the existing thermal zone polling support.
>
> Please refer to the individual patch changelogs for details.

These are fixes, so it would be good to get them into 6.8.

Since I don't see any objections to them, I'm adding them to the
bleeding-edge branch and will move them to linux-next next week.

Thanks!