Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1480366
| From | "Rafael J. Wysocki" <rafael@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] Power management fixes for v4.8-rc6 |
| Date | 2016-09-09 23:40 +0200 |
| Message-ID | <sfBGF-8dw-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-4.8-rc6
to receive power management fixes for v4.8-rc6.
The top-most commit is 8a2a835bbcaa6af0ec659606d3eabc23ccaaab80
Merge branches 'pm-core-fixes' and 'pm-cpufreq-fixes'
and the base is commit c6935931c1894ff857616ff8549b61236a19148f
Linux 4.8-rc5
This includes a PM QoS framework fix from Tejun to prevent interrupts
from being enabled unexpectedly during early boot and a cpufreq
documentation fix.
Specifics:
- If the PM QoS framework invokes cancel_delayed_work_sync() during
early boot, it will enable interrupts which is not expected at
that point, so prevent it from happening (Tejun Heo).
- Fix cpufreq statistic documentation to follow a recent change in
behavior that forgot to update it as appropriate (Jean Delvare).
Thanks!
---------------
Jean Delvare (1):
cpufreq-stats: Minor documentation fix
Tejun Heo (1):
PM / QoS: avoid calling cancel_delayed_work_sync() during early boot
---------------
Documentation/cpu-freq/cpufreq-stats.txt | 2 +-
kernel/power/qos.c | 11 ++++++++++-
2 files changed, 11 insertions(+), 2 deletions(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] Power management fixes for v4.8-rc6 "Rafael J. Wysocki" <rafael@kernel.org> - 2016-09-09 23:40 +0200
csiph-web