[GIT PULL] Thermal control fixes for 7.2-rc1
From: Rafael J. Wysocki
Date: Fri Jun 26 2026 - 14:03:26 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-7.2-rc1-2
with top-most commit 795f1b1a91ae13ebc012a364075e42f486a1cafe
Merge branch 'thermal-testing'
on top of commit f3c4a338b5064effd9ce6d2cfd26c73daa56f1f4
Merge tag 'thermal-7.2-rc1' of
gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pm
to receive thermal control fixes for 7.2-rc1.
These fix a failure path in an Intel thermal driver and prevent thermal
testing module code from being executed after it has been freed:
- Fix dangling resources on thermal_throttle_online() failure in the
Intel thermal_throttle driver (Ricardo Neri)
- Eliminate a possibility of running thermal testing module code after
that module has been removed (Rafael Wysocki)
Thanks!
---------------
Rafael J. Wysocki (1):
thermal: testing: zone: Flush work items during cleanup
Ricardo Neri (1):
thermal: intel: Fix dangling resources on
thermal_throttle_online() failure
---------------
drivers/thermal/intel/therm_throt.c | 7 +++++-
drivers/thermal/testing/command.c | 36 +++++++++++++++++++++++++++----
drivers/thermal/testing/thermal_testing.h | 8 +++++++
drivers/thermal/testing/zone.c | 7 +++---
4 files changed, 49 insertions(+), 9 deletions(-)