mbox series

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

Message ID cover.1730141362.git.alessandro.zanni87@gmail.com (mailing list archive)
Headers show
Series selftests/intel_pstate: fix arithmetic expression and cpupower | expand

Message

Alessandro Zanni Oct. 28, 2024, 7:08 p.m. UTC
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(-)

Comments

Shuah Khan Oct. 29, 2024, 3:22 a.m. UTC | #1
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