2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Dave Jones <[email protected]> commit 13f067537f34456443f61c950cd6dc37d1d5f3ee upstream. 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]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Andi Kleen <[email protected]> --- drivers/cpufreq/cpufreq_stats.c | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.35.y/drivers/cpufreq/cpufreq_stats.c =================================================================== --- linux-2.6.35.y.orig/drivers/cpufreq/cpufreq_stats.c +++ linux-2.6.35.y/drivers/cpufreq/cpufreq_stats.c @@ -388,6 +388,7 @@ static void __exit cpufreq_stats_exit(vo unregister_hotcpu_notifier(&cpufreq_stat_cpu_notifier); for_each_online_cpu(cpu) { cpufreq_stats_free_table(cpu); + cpufreq_stats_free_sysfs(cpu); } } _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
