[PATCH v2 00/11] thermal: core: Reimplement locking through guards
From: Rafael J. Wysocki
Date: Thu Oct 10 2024 - 18:24:18 EST
Hi Everyone,
This is a continuation of
https://lore.kernel.org/linux-pm/2215082.irdbgypaU6@xxxxxxxxxxxxx/
and (quite obviously) it is based on that series.
The majority of the patches in it are new iterations of patches included in
https://lore.kernel.org/linux-pm/6100907.lOV4Wx5bFT@xxxxxxxxxxxxx/
and there is one new patch ([02/11]).
All of these patches are related to locking, but some of them are preparatory.
The series as a whole introduces guards for thermal zones and cooling devices
and uses them to re-implement locking in the thermal core. It also uses mutex
guards for thermal_list_lock and thermal_governor_lock locking.
As usual, the details are described by the individual patch changelogs.
Thanks!