]> www.infradead.org Git - users/jedix/linux-maple.git/commit
thermal: gov_power_allocator: Add missing NULL pointer check
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 25 Nov 2024 11:24:46 +0000 (12:24 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 26 Nov 2024 12:27:56 +0000 (13:27 +0100)
commitac1f43c03fc91eee53cc95683245350d4d87781e
tree0cc6622c102c6f6828ecf545949aafec00af435f
parenteb78332b1067776ca4a474ccfd92460014e8d8e3
thermal: gov_power_allocator: Add missing NULL pointer check

Commit 0dc23567c206 ("thermal: core: Move lists of thermal instances
to trip descriptors") overlooked the case in which the Power Allocator
governor attempts to bind to a tripless thermal zone and params->trip_max
is NULL in check_power_actors().

No power actors can be found in that case, so check_power_actors() needs
to be made return 0 then to restore its previous behavior.

Fixes: 0dc23567c206 ("thermal: core: Move lists of thermal instances to trip descriptors")
Closes: https://lore.kernel.org/linux-pm/Z0NeGF4ryCe_b5rr@sashalap/
Reported-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Link: https://patch.msgid.link/2761105.mvXUDI8C0e@rjwysocki.net
drivers/thermal/gov_power_allocator.c