Merge tag 'pm+acpi-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
commitf035b3d32256b93a4c39622afe6ac7ade8eedbea
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 29 May 2014 21:05:57 +0000 (29 14:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 29 May 2014 21:05:57 +0000 (29 14:05 -0700)
tree15241c777bb8482d65bd6dfcc26ddfca8252010c
parent15a7b60ea157d4e7cb498ac88515a558d79d7da2
parent9b961aa99b8155ecc07dd727643ca97424544256
Merge tag 'pm+acpi-3.15-rc8' of git://git./linux/kernel/git/rafael/linux-pm

Pull ACPI and power management fixes from Rafael Wysocki:
 "These are three stable-candidate fixes, one for the ACPI thermal
  driver and two for cpufreq drivers.

  Specifics:

   - A workqueue is destroyed too early during the ACPI thermal driver
     module unload which leads to a NULL pointer dereference in the
     driver's remove callback.  Fix from Aaron Lu.

   - A wrong argument is passed to devm_regulator_get_optional() in the
     probe routine of the cpu0 cpufreq driver which leads to resource
     leaks if the driver is unbound from the cpufreq platform device.
     Fix from Lucas Stach.

   - A lock is missing in cpufreq_governor_dbs() which leads to memory
     corruption and NULL pointer dereferences during system
     suspend/resume, for example.  Fix from Bibek Basu"

* tag 'pm+acpi-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  ACPI / thermal: fix workqueue destroy order
  cpufreq: cpu0: drop wrong devm usage
  cpufreq: remove race while accessing cur_policy