[PATCH 0/2] selftests/intel_pstate: fix arithmetic expression and cpupower

Alessandro Zanni posted 2 patches 3 weeks, 6 days ago
tools/testing/selftests/intel_pstate/run.sh | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
[PATCH 0/2] selftests/intel_pstate: fix arithmetic expression and cpupower
Posted by Alessandro Zanni 3 weeks, 6 days ago
Address issues related to arithmetic expression compatibility and
cpupower operand expected.

Command to test:
	make kselftest TARGETS=intel_pstate

Alessandro Zanni (2):
  selftests/intel_pstate: fix operand expected
  selftests/intel_pstate: cpupower command not found

 tools/testing/selftests/intel_pstate/run.sh | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] selftests/intel_pstate: fix arithmetic expression and cpupower
Posted by Shuah Khan 3 weeks, 6 days ago
On 10/28/24 13:08, Alessandro Zanni wrote:
> Address issues related to arithmetic expression compatibility and
> cpupower operand expected.
> 
> Command to test:
> 	make kselftest TARGETS=intel_pstate
> 
> Alessandro Zanni (2):
>    selftests/intel_pstate: fix operand expected
>    selftests/intel_pstate: cpupower command not found
> 
>   tools/testing/selftests/intel_pstate/run.sh | 9 +++++++--
>   1 file changed, 7 insertions(+), 2 deletions(-)
> 

Thank you. Applied fixing the short logs for next rc.

thanks,
-- Shuah