]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (peci/cputemp) Fix crit_hyst returning delta instead of absolute temperature
authorSanman Pradhan <psanman@juniper.net>
Mon, 23 Mar 2026 00:24:25 +0000 (00:24 +0000)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 24 Mar 2026 14:55:34 +0000 (07:55 -0700)
commit0adc752b4f7d82af7bd14f7cad3091b3b5d702ba
tree25fe996b47beb0c68964ec591c9e2e019d2a044b
parent3075a3951f7708da5a8ab47b0b7d068a32f69e58
hwmon: (peci/cputemp) Fix crit_hyst returning delta instead of absolute temperature

The hwmon sysfs ABI expects tempN_crit_hyst to report the temperature at
which the critical condition clears, not the hysteresis delta from the
critical limit.

The peci cputemp driver currently returns tjmax - tcontrol for
crit_hyst_type, which is the hysteresis margin rather than the
corresponding absolute temperature.

Return tcontrol directly, and update the documentation accordingly.

Fixes: bf3608f338e9 ("hwmon: peci: Add cputemp driver")
Cc: stable@vger.kernel.org
Signed-off-by: Sanman Pradhan <psanman@juniper.net>
Link: https://lore.kernel.org/r/20260323002352.93417-2-sanman.pradhan@hpe.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/peci-cputemp.rst
drivers/hwmon/peci/cputemp.c