Hi Linus,

Please pull from the git repository at

  git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-3.9-rc7

to receive power management fixes for v3.9-rc7 with top-most commit
6f389a8f1dd22a24f3d9afc2812b30d639e94625

  PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()

on top of commit 31880c37c11e28cb81c70757e38392b42e695dc6

  Linux 3.9-rc6

Included are:

- System reboot/halt fix that prevents some systems from crashing
  during reboot due to a violation of ordering between
  syscore_shutdown() and disable_nonboot_cpus().  From Huacai Chen.

- intel_pstate driver fix for a delay time calculation mistake
  that causes systems using the driver to crash occasionally in a
  hard to reproduce way.  From Dirk Brandewie.

Thanks!

---------------

Dirk Brandewie (1):
      cpufreq / intel_pstate: Set timer timeout correctly

Huacai Chen (1):
      PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()

---------------

 drivers/cpufreq/intel_pstate.c |    1 -
 kernel/sys.c                   |    3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to