mbox series

[v1,0/2] thermal: core: Two fixes for 6.12

Message ID 3331194.44csPzL39Z@rjwysocki.net (mailing list archive)
Headers show
Series thermal: core: Two fixes for 6.12 | expand

Message

Rafael J. Wysocki Aug. 22, 2024, 7:42 p.m. UTC
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!