]> git.itanic.dy.fi Git - linux-stable/commit
Merge tag 'linux-cpupower-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 19 May 2023 14:23:07 +0000 (16:23 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 19 May 2023 14:23:07 +0000 (16:23 +0200)
commiteab866bfff51d21318425ef5ce9d5b49791a6799
tree34035369ff77545fcb10a59e05e14f372ef92423
parentf1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6
parentc2adb1877b76fc81ae041e1db1a6ed2078c6746b
Merge tag 'linux-cpupower-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux

Pull cpupower utility fixes for 6.4-rc3 from Shuah Khan:

"This cpupower fixes update for Linux 67.4-rc3 consists of:

- a resource leak fix
- fix drift in C0 percentage calculation due to System-wide TSC read.
  To lower this drift read TSC per CPU and also just after mperf read.
  This technique improves C0 percentage calculation in Mperf monitor"

* tag 'linux-cpupower-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux:
  cpupower: Make TSC read per CPU for Mperf monitor
  cpupower:Fix resource leaks in sysfs_get_enabled()