All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Power management and ACPI fixes for v4.2-rc3
@ 2015-07-17  0:32 Rafael J. Wysocki
  0 siblings, 0 replies; only message in thread
From: Rafael J. Wysocki @ 2015-07-17  0:32 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ACPI Devel Maling List, linux-pm, Linux PCI, Linux Kernel Mailing List

Hi Linus,

Please pull from

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm+acpi-4.2-rc3

to receive power management and ACPI fixes for v4.2-rc3 with
top-most commit 17ffc8b083ac299ff798419d1887b7cdcd4ae4d2

 Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources'

on top of commit bc0195aad0daa2ad5b0d76cce22b167bc3435590

 Linux 4.2-rc2

These fix two bugs in the cpufreq core (including one recent
regression), fix a 4.0 PCI regression related to the ACPI resources
management and quieten an RCU-related lockdep complaint about a
tracepoint in the suspend-to-idle code.

Specifics:

 - 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).

Thanks!

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

Jiang Liu (1):
      ACPI / PCI: Fix regressions caused by resource_size_t overflow
with 32-bit kernel

Rafael J. Wysocki (1):
      suspend-to-idle: Prevent RCU from complaining about tick_freeze()

Viresh Kumar (2):
      cpufreq: Initialize the governor again while restoring policy
      cpufreq: Allow freq_table to be obtained for offline CPUs

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

 drivers/acpi/resource.c      | 24 +++++++++++++++---------
 drivers/cpufreq/cpufreq.c    | 10 ++++++++++
 drivers/cpufreq/freq_table.c |  9 ---------
 drivers/cpuidle/cpuidle.c    |  9 +++++++--
 4 files changed, 32 insertions(+), 20 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-17  0:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-17  0:32 [GIT PULL] Power management and ACPI fixes for v4.2-rc3 Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.