Re: [Powertop] [PATCH POWERTOP] Fix various resource leaks

2014-07-02 Thread Mohammad Merajul Islam Molla
I cloned powertop repo from - git://git.linaro.org/power/powertop-2.0.git. When I build and run, I see an additional tab "Device Freq stats" and powertop version shows 2.4. I got the copy from github (pointed to by Sergey) now. When I build and run, I don't see any "Device Freq stats" tab and powe

Re: [Powertop] [PATCH POWERTOP] Fix various resource leaks

2014-07-02 Thread Amit Kucheria
Mohammad, We've got a couple of patches that haven't been upstreamed yet. We'll get to it. Sorry I didn't notice that your patch was to that code. Regards, Amit On Wed, Jul 2, 2014 at 3:41 PM, Mohammad Merajul Islam Molla wrote: > I cloned powertop repo from - > git://git.linaro.org/power/power

[PATCH v3] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-07-02 Thread Lisa Nguyen
By default, cpuhotplug does not run on cpu0. However, if we want to allow cpuhotplug to run on cpu0, then we must pass the parameter, hotplug_allow_cpu0=1, to make check. Signed-off-by: Lisa Nguyen --- Changes from v2 to v3: - Renamed is_cpu0_allowed() function to is_cpu0_hotplug_allowed() - Remo

Re: [PATCH v3] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-07-02 Thread Amit Kucheria
On Thu, Jul 3, 2014 at 7:37 AM, Lisa Nguyen wrote: > By default, cpuhotplug does not run on cpu0. However, if > we want to allow cpuhotplug to run on cpu0, then we must > pass the parameter, hotplug_allow_cpu0=1, to make check. > > Signed-off-by: Lisa Nguyen > --- > Changes from v2 to v3: > - Ren