Re: [RESEND PATCH] cpupower: Do not change the frequency of offline cpu

2015-07-23 Thread Rafael J. Wysocki
On Thursday, July 23, 2015 12:20:27 PM Shilpasri G Bhat wrote: > Check if the cpu is online before changing the frequency/governor of > the cpu. > > Reported-by: Pavaman Subramaniyam > Signed-off-by: Shilpasri G Bhat > Reviewed-by: Gautham R. Shenoy > Acked-by: Thomas Renninger Queued up for

[RESEND PATCH] cpupower: Do not change the frequency of offline cpu

2015-07-23 Thread Shilpasri G Bhat
Check if the cpu is online before changing the frequency/governor of the cpu. Reported-by: Pavaman Subramaniyam Signed-off-by: Shilpasri G Bhat Reviewed-by: Gautham R. Shenoy Acked-by: Thomas Renninger --- Included Reported-by tag tools/power/cpupower/utils/cpufreq-set.c | 4 1 file

Re: [RESEND PATCH] cpupower: Do not change the frequency of offline cpu

2015-07-23 Thread Rafael J. Wysocki
On Thursday, July 23, 2015 12:20:27 PM Shilpasri G Bhat wrote: Check if the cpu is online before changing the frequency/governor of the cpu. Reported-by: Pavaman Subramaniyam pavsu...@linux.vnet.ibm.com Signed-off-by: Shilpasri G Bhat shilpa.b...@linux.vnet.ibm.com Reviewed-by: Gautham R.

[RESEND PATCH] cpupower: Do not change the frequency of offline cpu

2015-07-23 Thread Shilpasri G Bhat
Check if the cpu is online before changing the frequency/governor of the cpu. Reported-by: Pavaman Subramaniyam pavsu...@linux.vnet.ibm.com Signed-off-by: Shilpasri G Bhat shilpa.b...@linux.vnet.ibm.com Reviewed-by: Gautham R. Shenoy e...@linux.vnet.ibm.com Acked-by: Thomas Renninger

Re: [PATCH] cpupower: Do not change the frequency of offline cpu

2015-07-22 Thread Gautham R Shenoy
Hi Shilpa, This looks good. Reviewed-by: Gautham R. Shenoy On Wed, Jul 22, 2015 at 01:50:49PM +0530, Shilpasri G Bhat wrote: > Check if the cpu is online before changing the frequency/governor of > the cpu. > > Signed-off-by: Shilpasri G Bhat > --- >

Re: [PATCH] cpupower: Do not change the frequency of offline cpu

2015-07-22 Thread Thomas Renninger
On Wednesday, July 22, 2015 01:50:49 PM Shilpasri G Bhat wrote: > Check if the cpu is online before changing the frequency/governor of > the cpu. > > Signed-off-by: Shilpasri G Bhat > --- > tools/power/cpupower/utils/cpufreq-set.c | 4 > 1 file changed, 4 insertions(+) > > diff --git

[PATCH] cpupower: Do not change the frequency of offline cpu

2015-07-22 Thread Shilpasri G Bhat
Check if the cpu is online before changing the frequency/governor of the cpu. Signed-off-by: Shilpasri G Bhat --- tools/power/cpupower/utils/cpufreq-set.c | 4 1 file changed, 4 insertions(+) diff --git a/tools/power/cpupower/utils/cpufreq-set.c b/tools/power/cpupower/utils/cpufreq-set.c

[PATCH] cpupower: Do not change the frequency of offline cpu

2015-07-22 Thread Shilpasri G Bhat
Check if the cpu is online before changing the frequency/governor of the cpu. Signed-off-by: Shilpasri G Bhat shilpa.b...@linux.vnet.ibm.com --- tools/power/cpupower/utils/cpufreq-set.c | 4 1 file changed, 4 insertions(+) diff --git a/tools/power/cpupower/utils/cpufreq-set.c

Re: [PATCH] cpupower: Do not change the frequency of offline cpu

2015-07-22 Thread Thomas Renninger
On Wednesday, July 22, 2015 01:50:49 PM Shilpasri G Bhat wrote: Check if the cpu is online before changing the frequency/governor of the cpu. Signed-off-by: Shilpasri G Bhat shilpa.b...@linux.vnet.ibm.com --- tools/power/cpupower/utils/cpufreq-set.c | 4 1 file changed, 4

Re: [PATCH] cpupower: Do not change the frequency of offline cpu

2015-07-22 Thread Gautham R Shenoy
Hi Shilpa, This looks good. Reviewed-by: Gautham R. Shenoy e...@linux.vnet.ibm.com On Wed, Jul 22, 2015 at 01:50:49PM +0530, Shilpasri G Bhat wrote: Check if the cpu is online before changing the frequency/governor of the cpu. Signed-off-by: Shilpasri G Bhat shilpa.b...@linux.vnet.ibm.com