Skip to content
Power management and ACPI fixes for v4.2-rc3

 - Fix a recently introduced issue in the cpufreq policy object
   reinitialization that leads to CPU offline/online breakage
   (Viresh Kumar).

 - Make it possible to access frequency tables of offline CPUs
   which is needed by thermal management code among other things
   (Viresh Kumar).

 - Fix an ACPI resource management regression introduced during
   the 4.0 cycle that may cause incorrect resource validation
   results to appear in 32-bit x86 kernels due to silent truncation
   of 64-bit values to 32-bit (Jiang Liu).

 - Fix up an RCU-related lockdep complaint about suspicious RCU
   usage in idle caused by using a suspend tracepoint in the
   core suspend-to-idle code (Rafael J Wysocki).

/