Bug#859978: [PATCH] cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores

2017-04-11 Thread Ben Hutchings
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

Bug#859978: [PATCH] cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores

2017-04-11 Thread Thomas Renninger
Hi Ben, good catch, thanks! Could you resubmit adding my Signed-off-by, please. Rafael could directly pick it up then? > Reported-by: GSR > Tested-by: GSR These seem not to make much sense, at least not in the kernel changelog?

Bug#859978: [PATCH] cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores

2017-04-10 Thread Ben Hutchings
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 Tested-by: GSR