Re: [PATCH] cpupower tools: Fix error when running cpupower monitor

2015-09-04 Thread Shreyas B Prabhu
>> >> Hi Rafael, >> >> If this patch looks good can you please pick this up? > > I picked it up last week, sorry for being silent about that. > > It should be in the Linus' tree already. > Thanks! Sorry I missed the fact that you had picked it last week. Thanks, Shreyas -- To unsubscribe fro

Re: [PATCH] cpupower tools: Fix error when running cpupower monitor

2015-09-04 Thread Rafael J. Wysocki
On Thursday, September 03, 2015 11:51:22 AM Shreyas B Prabhu wrote: > > On 08/25/2015 05:29 PM, Shreyas B Prabhu wrote: > > > > > > On 08/17/2015 01:22 PM, Shreyas B Prabhu wrote: > >> > >> > >> On 08/10/2015 05:58 PM, Thomas Renninger wrote: > >>> On Monday, August 03, 2015 11:46:00 AM Shreyas

Re: [PATCH] cpupower tools: Fix error when running cpupower monitor

2015-09-02 Thread Shreyas B Prabhu
On 08/25/2015 05:29 PM, Shreyas B Prabhu wrote: > > > On 08/17/2015 01:22 PM, Shreyas B Prabhu wrote: >> >> >> On 08/10/2015 05:58 PM, Thomas Renninger wrote: >>> On Monday, August 03, 2015 11:46:00 AM Shreyas B. Prabhu wrote: get_cpu_topology() tries to get topology info from all cpus by

Re: [PATCH] cpupower tools: Fix error when running cpupower monitor

2015-08-25 Thread Shreyas B Prabhu
On 08/17/2015 01:22 PM, Shreyas B Prabhu wrote: > > > On 08/10/2015 05:58 PM, Thomas Renninger wrote: >> On Monday, August 03, 2015 11:46:00 AM Shreyas B. Prabhu wrote: >>> get_cpu_topology() tries to get topology info from all cpus by reading >>> files in the topology sysfs dir. If a cpu is of

Re: [PATCH] cpupower tools: Fix error when running cpupower monitor

2015-08-17 Thread Shreyas B Prabhu
On 08/10/2015 05:58 PM, Thomas Renninger wrote: > On Monday, August 03, 2015 11:46:00 AM Shreyas B. Prabhu wrote: >> get_cpu_topology() tries to get topology info from all cpus by reading >> files in the topology sysfs dir. If a cpu is offlined, since it doesn't >> have topology dir, this functio

Re: [PATCH] cpupower tools: Fix error when running cpupower monitor

2015-08-10 Thread Thomas Renninger
On Monday, August 03, 2015 11:46:00 AM Shreyas B. Prabhu wrote: > get_cpu_topology() tries to get topology info from all cpus by reading > files in the topology sysfs dir. If a cpu is offlined, since it doesn't > have topology dir, this function fails and returns -1. This causes > functions relying

[PATCH] cpupower tools: Fix error when running cpupower monitor

2015-08-02 Thread Shreyas B. Prabhu
get_cpu_topology() tries to get topology info from all cpus by reading files in the topology sysfs dir. If a cpu is offlined, since it doesn't have topology dir, this function fails and returns -1. This causes functions relying on get_cpu_topology() to fail. For example- $ cpupower monitor Cannot