public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* Trip points crossed not detected when no cooling device bound
@ 2024-06-26  6:50 Daniel Lezcano
  2024-06-26 10:38 ` Rafael J. Wysocki
  0 siblings, 1 reply; 10+ messages in thread
From: Daniel Lezcano @ 2024-06-26  6:50 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM mailing list, Lukasz Luba


Hi,

after experimenting different setup I noticed there is no longer trip 
crossed notifications sent to the userspace when there is no cooling 
device bound to a thermal zone.

git bisecting leads me to this commit:


202aa0d4bb532338cd27bcc64c60abc2987a2be7 is the first bad commit
commit 202aa0d4bb532338cd27bcc64c60abc2987a2be7
Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Date:   Tue Apr 30 17:45:55 2024 +0200

     thermal: core: Do not call handle_thermal_trip() if zone 
temperature is invalid

     Make __thermal_zone_device_update() bail out if update_temperature()
     fails to update the zone temperature because __thermal_zone_get_temp()
     has returned an error and the current zone temperature is
     THERMAL_TEMP_INVALID (user space receiving netlink thermal messages,
     thermal debug code and thermal governors may get confused otherwise).

     Fixes: 9ad18043fb35 ("thermal: core: Send trip crossing 
notifications at init time if needed")
     Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
     Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
     Tested-by: Lukasz Luba <lukasz.luba@arm.com>

  drivers/thermal/thermal_core.c | 3 +++
  1 file changed, 3 insertions(+)

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-06-28 12:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26  6:50 Trip points crossed not detected when no cooling device bound Daniel Lezcano
2024-06-26 10:38 ` Rafael J. Wysocki
2024-06-26 21:21   ` Daniel Lezcano
2024-06-26 22:24     ` Daniel Lezcano
2024-06-27  9:54       ` Rafael J. Wysocki
2024-06-27 16:30         ` Daniel Lezcano
2024-06-27 18:23           ` Rafael J. Wysocki
2024-06-28  8:04             ` Daniel Lezcano
2024-06-28 10:49               ` Rafael J. Wysocki
2024-06-28 12:26                 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox