[PATCH v1 0/2] thermal: core: Two fixes for 6.12
From: Rafael J. Wysocki
Date: Thu Aug 22 2024 - 16:09:55 EST
Hi Everyone,
These patches address two thermal core issues that should better be taken
care of in 6.12.
The first patch deals with the handling of polling delays. It could be
6.11-rc material even, but it may change the behavior somewhat and it's
better to avoid regressing the kernel late in the cycle.
The other one adds some sanity checks for the temperature and hysteresis
of writable trips, to prevent trip low temperature from falling below
THERMAL_TEMP_INVALID due to an invalid temperature/hysteresis combination.
Thanks!