Re: [PATCH] platform/x86: dell-pc: avoid double free and invalid unregistration
From: Ilpo Järvinen
Date: Fri Jun 07 2024 - 09:23:02 EST
On Tue, 04 Jun 2024 23:41:24 +0200, Thomas Weißschuh wrote:
> If platform_profile_register() fails it does kfree(thermal_handler) and
> leaves the pointer value around.
> Any call to thermal_cleanup() will try to kfree(thermal_handler) again.
> This will happen right away in dell_init().
> In addition, platform_profile_remove() will be called although no
> profile is registered.
>
> [...]
Thank you for your contribution, it has been applied to my local
review-ilpo branch. Note it will show up in the public
platform-drivers-x86/review-ilpo branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[1/1] platform/x86: dell-pc: avoid double free and invalid unregistration
commit: dd637f5cd5f334d2d014872544470031415cec3b
--
i.