Skip to content
Power management fixes for v4.8-rc5

 - Fix the definition of the cpufreq-dt driver's machines table
   introduced during the 4.7 cycle that should be NULL-terminated,
   but the termination entry is missing from it (Wei Yongjun).

 - Annotate tracepoints in the runtime PM framework's core so as to
   allow the functions containing them to be called from the idle
   code path without causing RCU to complain about illegal usage
   (Paul McKenney).