commit | eeb71c950bc6eee460f2070643ce137e067b234c | [log] [tgz] |
---|---|---|
author | Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> | Wed Apr 03 16:02:14 2019 +0900 |
committer | Len Brown <len.brown@intel.com> | Sat Aug 31 14:48:34 2019 -0400 |
tree | d1f0bab9936963c4a0c138f9df39342727083288 | |
parent | 605736c6929d541c78a85dffae4d33a23b6b2149 [diff] |
tools/power turbostat: fix buffer overrun turbostat could be terminated by general protection fault on some latest hardwares which (for example) support 9 levels of C-states and show 18 "tADDED" lines. That bloats the total output and finally causes buffer overrun. So let's extend the buffer to avoid this. Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Signed-off-by: Len Brown <len.brown@intel.com>