public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Fix memory leak in cpufreq stats.
@ 2012-10-15  2:48 Tu, Xiaobing
  2012-10-15 20:30 ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Tu, Xiaobing @ 2012-10-15  2:48 UTC (permalink / raw)
  To: davej@redhat.com, akpm@linux-foundation.org, mingo@elte.hu,
	rusty@rustcorp.com.au, a.p.zijlstra@chello.nl,
	linux-kernel@vger.kernel.org, rostedt@goodmis.org
  Cc: Tang, Guifang, Tu, Xiaobing


Fix memory leak in cpufreq stats.

When system enter sleep, non-boot CPUs will be disable.
Cpufreq stats sysfs is created when the CPU is up, but it is not freed when
the CPU going down. This will cause memory leak.
signed-off-by: xiaobing tu <xiaobing.tu@intel.com>
signed-off-by: guifang tang <guifang.tang@intel.com>

diff --git a/drivers/cpufreq/cpufreq_stats.c b/drivers/cpufreq/cpufreq_stats.c
index b40ee14..3998316 100644
--- a/drivers/cpufreq/cpufreq_stats.c
+++ b/drivers/cpufreq/cpufreq_stats.c
@@ -328,6 +328,7 @@ static int __cpuinit cpufreq_stat_cpu_callback(struct notifier_block *nfb,
                cpufreq_update_policy(cpu);
                break;
        case CPU_DOWN_PREPARE:
+       case CPU_DOWN_PREPARE_FROZEN:
                cpufreq_stats_free_sysfs(cpu);
                break;
        case CPU_DEAD:

Br
XiaoBing Tu
PSI@System Integration Shanghai



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* RE: Fix memory leak in cpufreq stats.
@ 2012-10-15  7:04 Tu, Xiaobing
  0 siblings, 0 replies; 6+ messages in thread
From: Tu, Xiaobing @ 2012-10-15  7:04 UTC (permalink / raw)
  To: Tu, Xiaobing, davej@redhat.com, akpm@linux-foundation.org,
	mingo@elte.hu, rusty@rustcorp.com.au, a.p.zijlstra@chello.nl,
	linux-kernel@vger.kernel.org, rostedt@goodmis.org
  Cc: Tang, Guifang, Zuo, Alex

+alex

-----Original Message-----
From: Tu, Xiaobing 
Sent: Monday, October 15, 2012 10:48 AM
To: 'davej@redhat.com'; 'akpm@linux-foundation.org'; 'mingo@elte.hu'; 'rusty@rustcorp.com.au'; 'a.p.zijlstra@chello.nl'; 'linux-kernel@vger.kernel.org'; 'rostedt@goodmis.org'
Cc: Tang, Guifang; Tu, Xiaobing
Subject: Fix memory leak in cpufreq stats.


Fix memory leak in cpufreq stats.

When system enter sleep, non-boot CPUs will be disable.
Cpufreq stats sysfs is created when the CPU is up, but it is not freed when the CPU going down. This will cause memory leak.
signed-off-by: xiaobing tu <xiaobing.tu@intel.com>
signed-off-by: guifang tang <guifang.tang@intel.com>

diff --git a/drivers/cpufreq/cpufreq_stats.c b/drivers/cpufreq/cpufreq_stats.c index b40ee14..3998316 100644
--- a/drivers/cpufreq/cpufreq_stats.c
+++ b/drivers/cpufreq/cpufreq_stats.c
@@ -328,6 +328,7 @@ static int __cpuinit cpufreq_stat_cpu_callback(struct notifier_block *nfb,
                cpufreq_update_policy(cpu);
                break;
        case CPU_DOWN_PREPARE:
+       case CPU_DOWN_PREPARE_FROZEN:
                cpufreq_stats_free_sysfs(cpu);
                break;
        case CPU_DEAD:

Br
XiaoBing Tu
PSI@System Integration Shanghai



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-17  5:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15  2:48 Fix memory leak in cpufreq stats Tu, Xiaobing
2012-10-15 20:30 ` Rafael J. Wysocki
2013-03-12  1:23   ` Colin Cross
2013-03-12 12:14     ` Luis Henriques
2013-03-17  5:13     ` Ben Hutchings
  -- strict thread matches above, loose matches on Subject: below --
2012-10-15  7:04 Tu, Xiaobing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox