mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
tools/power/x86/intel-speed-select: v1.25 release
This version includes the following changes: - Allow read only commands for non root users when permitted - Fix file descriptor leak in isolate_cpus() - Replace hardcoded libnl3 include path Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
This commit is contained in:
parent
56c17ee151
commit
6142b726e6
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ struct process_cmd_struct {
|
|||
int arg;
|
||||
};
|
||||
|
||||
static const char *version_str = "v1.24";
|
||||
static const char *version_str = "v1.25";
|
||||
|
||||
static const int supported_api_ver = 3;
|
||||
static struct isst_if_platform_info isst_platform_info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue