kernel_optimize_test/tools/power
Colin Ian King 0a91e55152 tools/power turbostat: fix error case overflow read of slm_freq_table[]
When i >= SLM_BCLK_FREQS, the frequency read from the slm_freq_table
is off the end of the array because msr is set to 3 rather than the
actual array index i.  Set i to 3 rather than msr to fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2016-12-01 01:33:17 -05:00
..
acpi tools/power/acpi: Remove direct kernel source include reference 2016-11-16 22:31:26 +01:00
cpupower cpupower: Correct return type of cpu_power_is_cpu_online() in cpufreq-set 2016-11-01 06:16:52 +01:00
x86 tools/power turbostat: fix error case overflow read of slm_freq_table[] 2016-12-01 01:33:17 -05:00