Hi Rafael, Please pull the following cpupower update for Linux 6.17-rc1. Fixes - snapshot-order of tsc ,mperf, clock in mperf_stop() - printing of CORE, CPU fields in cpupower-monitor Improves Python binding's Makefile diff is attached. thanks, -- Shuah ---------------------------------------------------------------- The following changes since commit e044b8a9545cd8265c7110c179aeec2624c16455: cpupower: split unitdir from libdir in Makefile (2025-06-09 10:17:46 -0600) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-6.17-rc1-fixed for you to fetch changes up to b74710eaff314d6afe4fb0bbe9bc7657bf226fd4: cpupower: Improve Python binding's Makefile (2025-07-01 10:58:00 -0600) ---------------------------------------------------------------- linux-cpupower-6.17-rc1-fixed Fixes - snapshot-order of tsc,mperf, clock in mperf_stop() - printing of CORE, CPU fields in cpupower-monitor Improves Python binding's Makefile ---------------------------------------------------------------- Gautham R. Shenoy (2): pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop() pm: cpupower: Fix printing of CORE, CPU fields in cpupower-monitor John B. Wyatt IV (1): cpupower: Improve Python binding's Makefile tools/power/cpupower/bindings/python/Makefile | 12 +++++++----- tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c | 4 ---- tools/power/cpupower/utils/idle_monitor/mperf_monitor.c | 4 ++-- 3 files changed, 9 insertions(+), 11 deletions(-) ----------------------------------------------------------------