* [PATCH] cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
@ 2017-04-10 23:29 Ben Hutchings
2017-04-11 12:36 ` Thomas Renninger
0 siblings, 1 reply; 3+ messages in thread
From: Ben Hutchings @ 2017-04-10 23:29 UTC (permalink / raw)
To: Thomas Renninger; +Cc: linux-pm, GSR, 859978
[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]
The switch that conditionally sets CPUPOWER_CAP_HAS_TURBO_RATIO and
CPUPOWER_CAP_IS_SNB flags is missing a break, so all cores get both
flags set and an assumed base clock of 100 MHz for turbo values.
Reported-by: GSR <gsr.bugs@infernal-iceberg.com>
Tested-by: GSR <gsr.bugs@infernal-iceberg.com>
References: https://bugs.debian.org/859978
Fixes: 8fb2e440b223 ("cpupower: Show Intel turbo ratio support via ...")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
tools/power/cpupower/utils/helpers/cpuid.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/power/cpupower/utils/helpers/cpuid.c b/tools/power/cpupower/utils/helpers/cpuid.c
index 93b0aa74ca03..39c2c7d067bb 100644
--- a/tools/power/cpupower/utils/helpers/cpuid.c
+++ b/tools/power/cpupower/utils/helpers/cpuid.c
@@ -156,6 +156,7 @@ int get_cpu_info(unsigned int cpu, struct cpupower_cpu_info *cpu_info)
*/
case 0x2C: /* Westmere EP - Gulftown */
cpu_info->caps |= CPUPOWER_CAP_HAS_TURBO_RATIO;
+ break;
case 0x2A: /* SNB */
case 0x2D: /* SNB Xeon */
case 0x3A: /* IVB */
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
2017-04-10 23:29 [PATCH] cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores Ben Hutchings
@ 2017-04-11 12:36 ` Thomas Renninger
2017-04-11 14:17 ` Ben Hutchings
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Renninger @ 2017-04-11 12:36 UTC (permalink / raw)
To: Ben Hutchings; +Cc: 859978, GSR, linux-pm, Rafael Wysocki
Hi Ben,
good catch, thanks!
Could you resubmit adding my Signed-off-by, please.
Rafael could directly pick it up then?
> Reported-by: GSR <gsr.bugs@infernal-iceberg.com>
> Tested-by: GSR <gsr.bugs@infernal-iceberg.com>
These seem not to make much sense, at least not in the kernel changelog?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
2017-04-11 12:36 ` Thomas Renninger
@ 2017-04-11 14:17 ` Ben Hutchings
0 siblings, 0 replies; 3+ messages in thread
From: Ben Hutchings @ 2017-04-11 14:17 UTC (permalink / raw)
To: Thomas Renninger; +Cc: 859978, GSR, linux-pm, Rafael Wysocki
[-- Attachment #1: Type: text/plain, Size: 607 bytes --]
On Tue, 2017-04-11 at 14:36 +0200, Thomas Renninger wrote:
> Hi Ben,
>
> good catch, thanks!
> Could you resubmit adding my Signed-off-by, please.
> Rafael could directly pick it up then?
That doesn't make sense. You should add a Signed-off-by if *you* send
it on. Otherwise Rafael or I can add an Acked-by.
> > Reported-by: GSR <gsr.bugs@infernal-iceberg.com>
> > Tested-by: GSR <gsr.bugs@infernal-iceberg.com>
>
> These seem not to make much sense, at least not in the kernel
> changelog?
I don't see why not.
Ben.
--
Ben Hutchings
73.46% of all statistics are made up.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-11 14:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-10 23:29 [PATCH] cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores Ben Hutchings
2017-04-11 12:36 ` Thomas Renninger
2017-04-11 14:17 ` Ben Hutchings
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).