Hi Hans, Pull request for Intel Speed Select version v1.18. Summary of changes: - CPU 0 hotplug support is deprecated in the upstream kernel. This causes failures during level change for several customers. So, add a silent workaround to use Cgroup v2, without user option. - Increase number of CPUs in a single request - Fix turbo mode enable/disable issue - Error handling for invalid input options The base branch for these changes https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git branch: review-hans The following changes since commit 6cb9c8637c672584d4915559001020237840acba: platform/x86: think-lmi: Use strreplace() to replace a character by nul (2023-09-21 18:31:19 +0200) are available in the Git repository at: https://github.com/spandruvada/linux-kernel.git intel-sst for you to fetch changes up to a590ed62269a049a72484ce617fe2f34e2da66cf: tools/power/x86/intel-speed-select: v1.18 release (2023-10-17 14:54:44 -0700) ---------------------------------------------------------------- Srinivas Pandruvada (8): tools/power/x86/intel-speed-select: Sanitize integer arguments tools/power/x86/intel-speed-select: Update help for TRL tools/power/x86/intel-speed-select: turbo-mode enable disable swapped tools/power/x86/intel-speed-select: No TRL for non compute domains tools/power/x86/intel-speed-select: Display error for core-power support tools/power/x86/intel-speed-select: Increase max CPUs in one request tools/power/x86/intel-speed-select: Use cgroup isolate for CPU 0 tools/power/x86/intel-speed-select: v1.18 release tools/power/x86/intel-speed-select/isst-config.c | 213 ++++++++++++++++++++++++++++++++++---------- tools/power/x86/intel-speed-select/isst-daemon.c | 3 +- tools/power/x86/intel-speed-select/isst.h | 3 +- 3 files changed, 168 insertions(+), 51 deletions(-) Thanks, Srinivas