2011-06-14 00:07:51

by Dave Jones

[permalink] [raw]
Subject: cpufreq pull request.

Please pull from ..
master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq.git/ fixes

MAINTAINERS | 1 -
drivers/cpufreq/cpufreq_stats.c | 1 +
2 files changed, 1 insertions(+), 1 deletions(-)

commit 13f067537f34456443f61c950cd6dc37d1d5f3ee
Author: Dave Jones <[email protected]>
Date: Sun Jun 12 16:35:28 2011 -0400

[CPUFREQ] Remove cpufreq_stats sysfs entries on module unload.

cpufreq_stats leaves behind its sysfs entries, which causes a panic
when something stumbled across them.
(Discovered by unloading cpufreq_stats while powertop was loaded).

Signed-off-by: Dave Jones <[email protected]>
Cc: [email protected]

commit 89b882a25e703b72c3e84c582357e3e864d8ccca
Author: Joe Perches <[email protected]>
Date: Wed Jun 1 10:59:10 2011 -0700

MAINTAINERS: Update CPU FREQUENCY patterns

Commit bb0a56ecc4ba ("[CPUFREQ] Move x86 drivers to drivers/cpufreq/")
moved the files, remove the old pattern.

Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Dave Jones <[email protected]>