From: Srinivas Pandruvada Date: Sat, 8 Nov 2025 01:03:34 +0000 (-0800) Subject: tools/power/x86/intel-speed-select: v1.24 release X-Git-Tag: v6.19-rc1~42^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad374eb9b33fc4738f21e57658073a04f77d493d;p=thirdparty%2Fkernel%2Flinux.git tools/power/x86/intel-speed-select: v1.24 release This version includes the following changes: - Check feature status to check if the feature enablement was successful - Reset SST-TF bucket structure to display valid bucket info Signed-off-by: Srinivas Pandruvada --- diff --git a/tools/power/x86/intel-speed-select/isst-config.c b/tools/power/x86/intel-speed-select/isst-config.c index 0ce251b8d4665..558138eea75e9 100644 --- a/tools/power/x86/intel-speed-select/isst-config.c +++ b/tools/power/x86/intel-speed-select/isst-config.c @@ -16,7 +16,7 @@ struct process_cmd_struct { int arg; }; -static const char *version_str = "v1.23"; +static const char *version_str = "v1.24"; static const int supported_api_ver = 3; static struct isst_if_platform_info isst_platform_info;