Re: [RFT][PATCH 2/3] cpufreq: Use per-policy frequency QoS

From: Dmitry Osipenko
Date: Fri Oct 18 2019 - 11:32:03 EST


18.10.2019 12:29, Viresh Kumar ÐÐÑÐÑ:
> On 18-10-19, 00:29, Dmitry Osipenko wrote:
>> Viresh, the warning is actually triggered by this line:
>>
>> https://elixir.bootlin.com/linux/v5.4-rc2/source/drivers/opp/of.c#L664
>>
>> So it looks like the cpufreq-dt driver removal drops
>> opp_table->list_kref more times than it should be. I may try to take a
>> closer look at it later on, please let me know if you have any suggestions.
>
> I was able to reproduce it and have sent a fix and cc'd you on it.
> Please give it a try.

Thanks!