]> git.baikalelectronics.ru Git - kernel.git/commit
tools/power turbostat: fix error case overflow read of slm_freq_table[]
authorColin Ian King <colin.king@canonical.com>
Mon, 25 Apr 2016 12:03:15 +0000 (13:03 +0100)
committerLen Brown <len.brown@intel.com>
Thu, 1 Dec 2016 06:33:17 +0000 (01:33 -0500)
commit1feb11616ab9487c0ed42da49bd3a4058840612b
tree925a0597f1a2185b8265f91c39745a41c786f506
parentba6e8791570c463b0ee9eb2352c2f054be303504
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>
tools/power/x86/turbostat/turbostat.c