[GIT PULL] Thermal control fixes for v6.10-rc3

From: Rafael J. Wysocki
Date: Wed Jun 05 2024 - 14:00:12 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-6.10-rc3

with top-most commit ae2170d6ea96e652c7fb5689f1980986bf48b7b8

thermal: trip: Trigger trip down notifications when trips involved in
mitigation become invalid

on top of commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0

Linux 6.10-rc1

to receive thermal control fixes for 6.10-rc3.

These fix issues related to the handling of invalid trip points in the
thermal core and in the thermal debug code that have been overlooked by
some recent thermal control core changes.

Thanks!


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

Rafael J. Wysocki (4):
thermal/debugfs: Print initial trip temperature and hysteresis
in tze_seq_show()
thermal/debugfs: Allow tze_seq_show() to print statistics for
invalid trips
thermal: core: Introduce thermal_trip_crossed()
thermal: trip: Trigger trip down notifications when trips
involved in mitigation become invalid

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

drivers/thermal/thermal_core.c | 35 +++++++++++++++++++++++++----------
drivers/thermal/thermal_core.h | 2 ++
drivers/thermal/thermal_debugfs.c | 18 +++++++++++-------
drivers/thermal/thermal_trip.c | 20 ++++++++++++--------
4 files changed, 50 insertions(+), 25 deletions(-)