Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964908AbWIVXNs (ORCPT ); Fri, 22 Sep 2006 19:13:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964910AbWIVXNr (ORCPT ); Fri, 22 Sep 2006 19:13:47 -0400 Received: from mx1.redhat.com ([66.187.233.31]:60902 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S964908AbWIVXNp (ORCPT ); Fri, 22 Sep 2006 19:13:45 -0400 Date: Fri, 22 Sep 2006 19:13:42 -0400 From: Dave Jones To: =?utf-8?B?Uy7Dh2HEn2xhcg==?= Onur Cc: linux-kernel@vger.kernel.org Subject: Re: [BUG] warning at kernel/cpu.c:38/lock_cpu_hotplug() Message-ID: <20060922231342.GA8414@redhat.com> Mail-Followup-To: Dave Jones , =?utf-8?B?Uy7Dh2HEn2xhcg==?= Onur , linux-kernel@vger.kernel.org References: <200609230145.21997.caglar@pardus.org.tr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200609230145.21997.caglar@pardus.org.tr> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1701 Lines: 50 On Sat, Sep 23, 2006 at 01:45:16AM +0300, S.Çağlar Onur wrote: > Hi; > > With kernel-2.6.18, "modprobe cpufreq_stats" always (i can reproduce) gaves > following; > > ... > Lukewarm IQ detected in hotplug locking > BUG: warning at kernel/cpu.c:38/lock_cpu_hotplug() > [] lock_cpu_hotplug+0x42/0x65 > [] cpufreq_update_policy+0x25/0xad > [] kprobe_flush_task+0x18/0x40 > [] schedule+0x63f/0x68b > [] __link_module+0x0/0x1f > [] __cond_resched+0x16/0x34 > [] cond_resched+0x26/0x31 > [] wait_for_completion+0x17/0xb1 > [] cpufreq_stat_cpu_callback+0x13/0x20 [cpufreq_stats] > [] cpufreq_stats_init+0x74/0x8b [cpufreq_stats] > [] sys_init_module+0x91/0x174 > [] sysenter_past_esp+0x56/0x79 This should do the trick. I'll merge the same patch into cpufreq.git Dave --- linux-2.6.18.noarch/drivers/cpufreq/cpufreq_stats.c~ 2006-09-22 19:12:57.000000000 -0400 +++ linux-2.6.18.noarch/drivers/cpufreq/cpufreq_stats.c 2006-09-22 19:13:03.000000000 -0400 @@ -350,12 +350,10 @@ __init cpufreq_stats_init(void) } register_hotcpu_notifier(&cpufreq_stat_cpu_notifier); - lock_cpu_hotplug(); for_each_online_cpu(cpu) { cpufreq_stat_cpu_callback(&cpufreq_stat_cpu_notifier, CPU_ONLINE, (void *)(long)cpu); } - unlock_cpu_hotplug(); return 0; } static void -- http://www.codemonkey.org.uk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/