Skip to content

Commit a590ed6

Browse files
committed
tools/power/x86/intel-speed-select: v1.18 release
This version addresses issues with: - When CPU 0 hotplug is not possible, try cgroup v2 isolation without any user input - Fix turbo mode enable/disable swapped - Sanitize command line integer and hex arguments - Add more error messages - Increase CPU count in one request Signed-off-by: Srinivas Pandruvada <[email protected]>
1 parent 3bc0f20 commit a590ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/intel-speed-select/isst-config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct process_cmd_struct {
1616
int arg;
1717
};
1818

19-
static const char *version_str = "v1.17";
19+
static const char *version_str = "v1.18";
2020

2121
static const int supported_api_ver = 2;
2222
static struct isst_if_platform_info isst_platform_info;

0 commit comments

Comments
 (0)