Skip to content
Power management fixes for final 5.0

 - Use hrtimer_try_to_cancel() instead of hrtimer_cancel() in the
   PM-runtime framework to avoid a possible timer-related deadlock
   introduced recently (Vincent Guittot).

 - Reorder the scmi-cpufreq driver code to avoid accessing memory
   that has just been freed (Yangtao Li).