[GIT PULL] One more thermal control fix for v6.11-rc1

From: Rafael J. Wysocki
Date: Fri Jul 26 2024 - 07:08:29 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-6.11-rc1-3

with top-most commit f7c1b0e4ae47e67c6f9af84568a5f4a80638ccd8

thermal: core: Back off when polling thermal zones on errors

on top of commit 539fbb912321ab6361ccc08b72f5f83e8a25c24b

Merge tag 'thermal-6.11-rc1-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive one more thermal control fix for 6.11-rc1.

This prevents the thermal core from flooding the kernel log with useless
messages if thermal zone temperature can never be determined (or its
sensor has failed permanently) and makes it finally give up and disable
defective thermal zones.

Thanks!


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

Rafael J. Wysocki (2):
thermal: trip: Split thermal_zone_device_set_mode()
thermal: core: Back off when polling thermal zones on errors

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

drivers/thermal/thermal_core.c | 89 ++++++++++++++++++++++++++++++++++++------
drivers/thermal/thermal_core.h | 10 +++--
2 files changed, 85 insertions(+), 14 deletions(-)