Re: [PATCH v5 2/2] cpupower: Fix to return negative value if no permisssion for read_msr

From: Shuah Khan
Date: Mon Jul 26 2021 - 16:04:44 EST


On 7/23/21 12:26 AM, 徐福海 wrote:
From: xufuhai<xufuhai1992@xxxxxxxxx> <mailto:xufuhai@xxxxxxxxxxxx>

If the read_msr function is executed by a non-root user, the function returns
-1, which means that there is no permission to access//dev/cpu//%d/msr, but
cpufreq_has_boost_support should also return -1 immediately, and should not
follow the original logic to return 0, which will cause amd The cpupower tool
returns the boost active state as 0.

Reproduce procedure:
cpupower frequency-info

Reported-by: yangrui<yangrui@xxxxxxxxxxxx> <mailto:yangrui@xxxxxxxxxxxx>
Signed-off-by: xufuhai<xufuhai1992@xxxxxxxxx> <mailto:xufuhai@xxxxxxxxxxxx>
Signed-off-by: chenguanqiao<chenguanqiao@xxxxxxxxxxxx> <mailto:chenguanqiao@xxxxxxxxxxxx>
Signed-off-by: lishujin<lishujin@xxxxxxxxxxxx> <mailto:lishujin@xxxxxxxxxxxx>

Please use your full names for the Signed-off-by - similar to the way you
would sign a legal document.

thanks,
-- Shuah