[GIT PULL] Thermal control fixes for v6.12-rc7

From: Rafael J. Wysocki
Date: Fri Nov 08 2024 - 15:03:35 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-6.12-rc7

with top-most commit 5469a8deac05391781bcd27e7c40f2c35121ca09

Merge tag 'thermal-v6.12-rc7' of
ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux

on top of commit 59b723cd2adbac2a34fc8e12c74ae26ae45bf230

Linux 6.12-rc6

to receive thermal control fixes for 6.12-rc7.

These fix one issue in the qcom lmh thermal driver, a DT handling
issue in the thermal core and two issues in the userspace thermal
library:

- Allow tripless thermal zones defined in a DT to be registered in
accordance with the thermal DT bindings (Icenowy Zheng).

- Annotate LMH IRQs with lockdep classes to prevent lockdep from
reporting a possible recursive locking issue that cannot really
occur (Dmitry Baryshkov).

- Improve the thermal library "make clean" to remove a leftover
symbolic link created during compilation and fix the sampling
handler invocation in that library to pass the correct pointer
to it (Emil Dahl Juhl, zhang jiao).

Thanks!


---------------

Dmitry Baryshkov (1):
thermal/drivers/qcom/lmh: Remove false lockdep backtrace

Emil Dahl Juhl (1):
tools/lib/thermal: Fix sampling handler context ptr

Icenowy Zheng (1):
thermal/of: support thermal zones w/o trips subnode

zhang jiao (1):
tools/lib/thermal: Remove the thermal.h soft link when doing make clean

---------------

drivers/thermal/qcom/lmh.c | 7 +++++++
drivers/thermal/thermal_of.c | 21 ++++++++++-----------
tools/lib/thermal/Makefile | 4 +++-
tools/lib/thermal/sampling.c | 2 ++
4 files changed, 22 insertions(+), 12 deletions(-)