On 04-06-15, 12:06, Preeti U Murthy wrote:
Your fix may not be complete and here is why. The reason we see the crash is because we have *only* attempted to serialize calls to cpufreq_governor_dbs() and not attempted to serialize *entire logical sequence of operations*. Let's take a look at what is happening as a consequence.
You missed my logs (For the first time in my life I wrote them so well). This is what I mentioned in 3/3:
" These two issues need to be solved separately and the responsibility should be properly divided between cpufreq and governor core.
The first problem is more about the governor core, as it needs to protect its structures properly. And the second problem should be fixed in cpufreq core instead of governor, as its all about sequence of events.
This patch is trying to solve only the first problem. "
I NEVER claimed that I solved all the issues.