Re: [PATCH] cpufreq: CPPC: Avoid overflow when calculating desired_perf

2016-09-19 Thread Al Stone
On 09/14/2016 09:06 PM, Hoan Tran wrote: > Hi Rafael, > > On Wed, Sep 14, 2016 at 5:50 PM, Rafael J. Wysocki wrote: >> On Wednesday, September 14, 2016 04:08:28 PM Hoan Tran wrote: >>> This patch fixes overflow issue when calculating the desired_perf. >>> >>> Signed-off-by:

Re: [PATCH] cpufreq: CPPC: Avoid overflow when calculating desired_perf

2016-09-19 Thread Al Stone
On 09/14/2016 09:06 PM, Hoan Tran wrote: > Hi Rafael, > > On Wed, Sep 14, 2016 at 5:50 PM, Rafael J. Wysocki wrote: >> On Wednesday, September 14, 2016 04:08:28 PM Hoan Tran wrote: >>> This patch fixes overflow issue when calculating the desired_perf. >>> >>> Signed-off-by: Hoan Tran >>> ---

Re: [PATCH] cpufreq: CPPC: Avoid overflow when calculating desired_perf

2016-09-14 Thread Hoan Tran
Hi Rafael, On Wed, Sep 14, 2016 at 5:50 PM, Rafael J. Wysocki wrote: > On Wednesday, September 14, 2016 04:08:28 PM Hoan Tran wrote: >> This patch fixes overflow issue when calculating the desired_perf. >> >> Signed-off-by: Hoan Tran >> --- >>

Re: [PATCH] cpufreq: CPPC: Avoid overflow when calculating desired_perf

2016-09-14 Thread Hoan Tran
Hi Rafael, On Wed, Sep 14, 2016 at 5:50 PM, Rafael J. Wysocki wrote: > On Wednesday, September 14, 2016 04:08:28 PM Hoan Tran wrote: >> This patch fixes overflow issue when calculating the desired_perf. >> >> Signed-off-by: Hoan Tran >> --- >> drivers/cpufreq/cppc_cpufreq.c | 3 ++- >> 1 file

Re: [PATCH] cpufreq: CPPC: Avoid overflow when calculating desired_perf

2016-09-14 Thread Rafael J. Wysocki
On Wednesday, September 14, 2016 04:08:28 PM Hoan Tran wrote: > This patch fixes overflow issue when calculating the desired_perf. > > Signed-off-by: Hoan Tran > --- > drivers/cpufreq/cppc_cpufreq.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

Re: [PATCH] cpufreq: CPPC: Avoid overflow when calculating desired_perf

2016-09-14 Thread Rafael J. Wysocki
On Wednesday, September 14, 2016 04:08:28 PM Hoan Tran wrote: > This patch fixes overflow issue when calculating the desired_perf. > > Signed-off-by: Hoan Tran > --- > drivers/cpufreq/cppc_cpufreq.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

[PATCH] cpufreq: CPPC: Avoid overflow when calculating desired_perf

2016-09-14 Thread Hoan Tran
This patch fixes overflow issue when calculating the desired_perf. Signed-off-by: Hoan Tran --- drivers/cpufreq/cppc_cpufreq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/cpufreq/cppc_cpufreq.c b/drivers/cpufreq/cppc_cpufreq.c index

[PATCH] cpufreq: CPPC: Avoid overflow when calculating desired_perf

2016-09-14 Thread Hoan Tran
This patch fixes overflow issue when calculating the desired_perf. Signed-off-by: Hoan Tran --- drivers/cpufreq/cppc_cpufreq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/cpufreq/cppc_cpufreq.c b/drivers/cpufreq/cppc_cpufreq.c index 894e465..3e0961e 100644 ---