On Mon, Aug 19, 2024 at 3:22 PM Daniel Lezcano daniel.lezcano@linaro.org wrote:
On 19/08/2024 15:20, Rafael J. Wysocki wrote:
On Mon, Aug 19, 2024 at 12:12 PM Daniel Lezcano daniel.lezcano@linaro.org wrote:
On 14/08/2024 21:58, Krzysztof Kozlowski wrote:
Terminating for_each_child_of_node() loop requires dropping OF node reference, so bailing out after thermal_of_populate_trip() error misses this. Solve the OF node reference leak with scoped for_each_child_of_node_scoped().
Fixes: d0c75fa2c17f ("thermal/of: Initialize trip points separately") Cc: stable@vger.kernel.org Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org
Applied, thanks for the fixes
Is there a place from which I can pull these?
It would be good to include them into 6.11 as they are -stable material.
Alternatively, I can pick them up from the list.
I'll send a PR for fixes only. Let me double check if there are other fixes to go along with those
Sure, thanks!