Hi Kevin,
On 6/2/2019 3:47 PM, Kevin Traynor wrote:
On 01/07/2019 02:40 PM, David Hunt wrote:
The cpufreq test breakes when the system is using the intel_pstate
driver for frequency management. The power library has recentyly been
updated to allow use of the intel_pstate driver, this patch fixes the
cpufreq test so that it can now use either acpi or pstate modes.
The library will auto-detect, and set the environment appropriately.
Fixes: ed7c51a6a680 ("app/test: vm power management")
I think this should have been:
Fixes: e6c6dc0f96c8 ("power: add p-state driver compatibility")
Presumably based on the Fixes tag, it got a stable tag added also, but
it does not look correct for 18.11 and breaks the build. If that's
incorrect, please let me know.
Signed-off-by: David Hunt <david.h...@intel.com>
You are correct. Your suggested Fixes: line is the correct one. It's
only relevant after the pstate compatibility was added.
Regards,
Dave.