From: Linus Torvalds Date: Fri, 15 Sep 2023 21:52:59 +0000 (-0700) Subject: Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael... X-Git-Tag: v6.6.17~3917 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2dd7a1683f985235e0b3acb741f530937ebd3c3;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'thermal-6.6-rc2' of git://git./linux/kernel/git/rafael/linux-pm Pull thermal control fixes from Rafael Wysocki: "These fix a thermal core breakage introduced by one of the recent changes, amend those changes by adding 'const' to a new callback argument and fix two memory leaks. Specifics: - Unbreak disabled trip point check in handle_thermal_trip() that may cause it to skip enabled trip points (Rafael Wysocki) - Add missing of_node_put() to of_find_trip_id() and thermal_of_for_each_cooling_maps() that each break out of a for_each_child_of_node() loop without dropping the reference to the child object (Julia Lawall) - Constify the recently added trip argument of the .get_trend() thermal zone callback (Rafael Wysocki)" * tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: thermal: core: Fix disabled trip point check in handle_thermal_trip() thermal: Constify the trip argument of the .get_trend() zone callback thermal/of: add missing of_node_put() --- e2dd7a1683f985235e0b3acb741f530937ebd3c3