From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
Linux PM list <linux-pm@vger.kernel.org>
Subject: [GIT PULL] ACPI and power management fixes for v3.11-rc4
Date: Fri, 02 Aug 2013 16:29:31 +0200 [thread overview]
Message-ID: <2052880.bHfzt6NKt5@vostro.rjw.lan> (raw)
Hi Linus,
Please pull from the git repository at
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm+acpi-3.11-rc4
to receive ACPI and power management fixes for v3.11-rc4 with
top-most commit 2b44c4db2e2f1765d35163a861d301038e0c8a75
freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes
on top of commit 5ae90d8e467e625e447000cb4335c4db973b1095
Linux 3.11-rc3
These revert two cpuidle commits from 3.8 that turn out to hurt performance,
fix a recent s2disk regression related to the freezer, fix cpufreq reference
couting problem uncovered by one of the recent reverts and fix a particularly
embarrassing bug in the ACPI battery driver.
Specifics:
- Revert two cpuidle commits added during the 3.8 development cycle that
turn out to have introduced a significant performance regression as
requested by Jeremy Eder.
- The recent patches that made the freezer less heavy-weight introduced
a regression causing user-space-driven hibernation using the ioctl()
interface to block indefinitely when the hibernate process executes
try_to_freeze(). Fix from Colin Cross addresses this by adding a
process flag to mark the hibernate/suspend process to inform the
freezer that that process should be ignored.
- One of the recent cpufreq reverts uncovered a problem in the core
causing the cpufreq driver module refcount to become negative after
a system suspend-resume cycle. Fix from yours truly.
- The evaluation of the ACPI battery _BIX method has never worked
correctly, because the commit that added support for it forgot to
take the "Revision" field in the return package into account. As
a result, the reading of battery info doesn't work at all on some
systems, which is addressed by a fix from Lan Tianyu.
Thanks!
---------------
Colin Cross (1):
freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes
Lan Tianyu (1):
ACPI / battery: Fix parsing _BIX return value
Rafael J. Wysocki (3):
Revert "cpuidle: Quickly notice prediction failure in general case"
Revert "cpuidle: Quickly notice prediction failure for repeat mode"
cpufreq: Fix cpufreq driver module refcount balance after suspend/resume
---------------
drivers/acpi/battery.c | 2 +
drivers/cpufreq/cpufreq.c | 19 +++++----
drivers/cpuidle/governors/menu.c | 106 ++--------------------------------------------
include/linux/sched.h | 1 +
include/linux/tick.h | 6 ---
kernel/freezer.c | 2 +-
kernel/power/process.c | 11 +++++
kernel/time/tick-sched.c | 9 +---
8 files changed, 31 insertions(+), 125 deletions(-)
next reply other threads:[~2013-08-02 14:19 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-02 14:29 Rafael J. Wysocki [this message]
2013-08-02 19:12 ` Felipe Contreras
2013-08-02 21:21 ` Rafael J. Wysocki
2013-08-02 21:31 ` Felipe Contreras
2013-08-02 22:21 ` Rafael J. Wysocki
2013-08-03 1:48 ` Felipe Contreras
2013-08-03 11:54 ` Rafael J. Wysocki
2013-08-03 16:08 ` Igor Gnatenko
2013-08-03 20:21 ` Felipe Contreras
2013-08-03 23:27 ` Igor Gnatenko
2013-08-04 0:27 ` Felipe Contreras
2013-08-03 20:20 ` Felipe Contreras
2013-08-03 21:59 ` Rafael J. Wysocki
2013-08-03 22:06 ` Felipe Contreras
2013-08-03 22:21 ` Rafael J. Wysocki
2013-08-03 22:33 ` Felipe Contreras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2052880.bHfzt6NKt5@vostro.rjw.lan \
--to=rjw@sisk.pl \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®