Re: [PATCH v1] PM: EM: Decrement policy counter

From: Rafael J. Wysocki
Date: Wed May 11 2022 - 13:17:47 EST


On Tue, Apr 26, 2022 at 5:40 PM Vincent Donnefort
<vincent.donnefort@xxxxxxx> wrote:
>
> On 26/04/2022 15:44, Pierre Gondois wrote:
> > From: Pierre Gondois <Pierre.Gondois@xxxxxxx>
> >
> > Fixes: e458716a92b57 ("PM: EM: Mark inefficiencies in CPUFreq")
> > In the above commit, cpufreq_cpu_get() is called without
> > a cpufreq_cpu_put(), permanently increasing the reference counts
> > of the policy struct.
> > Decrement the reference count once the policy struct is not used
> > anymore.
>
>
> Not sure if the tag there will be caught properly. Usually it goes on
> top of the Signed-off-by.
>
> While at it:
>
> Reviewed-by: Vincent Donnefort <vincent.donnefort@xxxxxxx>
>
> Thanks for fixing this.

Applied as 5.19 material, thanks!