]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cpupower: Fix a bug where the -t option of the set subcommand was not working.
authorShinji Nomoto <fj5851bi@fujitsu.com>
Thu, 22 May 2025 06:10:58 +0000 (15:10 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Sep 2025 16:58:02 +0000 (18:58 +0200)
commite04e08c2c387812a33814e6d604d7b4766efc0ca
tree16beffacab0a88be236901250bcab6d4c6137b4b
parent5817d249d3cc05a9f660a3957dda6fd45fbccf9f
cpupower: Fix a bug where the -t option of the set subcommand was not working.

[ Upstream commit b3eaf14f4c63fd6abc7b68c6d7a07c5680a6d8e5 ]

The set subcommand's -t option is documented as being available for boost
configuration, but it was not actually functioning due to a bug
in the option handling.

Link: https://lore.kernel.org/r/20250522061122.2149188-2-fj5851bi@fujitsu.com
Signed-off-by: Shinji Nomoto <fj5851bi@fujitsu.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/power/cpupower/utils/cpupower-set.c