Re: [PATCH] sched/cpufreq: Fix kobject memleak

From: Ingo Molnar
Date: Tue Apr 30 2019 - 00:23:05 EST



* Tobin C. Harding <tobin@xxxxxxxxxx> wrote:

> Currently error return from kobject_init_and_add() is not followed by a
> call to kobject_put(). This means there is a memory leak.
>
> Add call to kobject_put() in error path of kobject_init_and_add().
> ---
> kernel/sched/cpufreq_schedutil.c | 1 +
> 1 file changed, 1 insertion(+)

I've added your:

Signed-off-by: Tobin C. Harding <tobin@xxxxxxxxxx>

Which I suppose you intended to include?

Thanks,

Ingo