Re: [PATCH V4 1/3] cpufreq: Fix locking issues with governors

From: Quentin Perret
Date: Mon Jun 29 2020 - 16:40:43 EST


On Monday 29 Jun 2020 at 13:54:58 (+0530), Viresh Kumar wrote:
> The locking around governors handling isn't adequate currently. The list
> of governors should never be traversed without locking in place. Also we
> must make sure the governor isn't removed while it is still referenced
> by code.
>
> Reported-by: Quentin Perret <qperret@xxxxxxxxxx>

Reviewed-by: Quentin Perret <qperret@xxxxxxxxxx>

Thanks!
Quentin