Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751339AbWHFTdG (ORCPT ); Sun, 6 Aug 2006 15:33:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751440AbWHFTdG (ORCPT ); Sun, 6 Aug 2006 15:33:06 -0400 Received: from smtp.osdl.org ([65.172.181.4]:54433 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751339AbWHFTdF (ORCPT ); Sun, 6 Aug 2006 15:33:05 -0400 Date: Sun, 6 Aug 2006 12:32:43 -0700 From: Andrew Morton To: "Michal Piotrowski" Cc: davej@redhat.com, torvalds@osdl.org, michal.k.k.piotrowski@gmail.com, linux-kernel@vger.kernel.org, Jan Beulich , Andi Kleen Subject: Re: 2.6.18-rc3-g3b445eea BUG: warning at /usr/src/linux-git/kernel/cpu.c:51/unlock_cpu_hotplug() Message-Id: <20060806123243.826105fc.akpm@osdl.org> In-Reply-To: <6bffcb0e0608060959m164436baj9c4c602496e87f5d@mail.gmail.com> References: <6bffcb0e0608041204u4dad7cd6rab0abc3eca6747c0@mail.gmail.com> <20060804222400.GC18792@redhat.com> <20060805003142.GH18792@redhat.com> <20060805021051.GA13393@redhat.com> <20060805022356.GC13393@redhat.com> <20060805024947.GE13393@redhat.com> <20060805064727.GF13393@redhat.com> <6bffcb0e0608060959m164436baj9c4c602496e87f5d@mail.gmail.com> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.17; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1663 Lines: 40 On Sun, 6 Aug 2006 18:59:54 +0200 "Michal Piotrowski" wrote: > caller is lock_cpu_hotplug+0x25/0xc5 > [] store_speed+0x36/0x9b [cpufreq_userspace] > [] store+0x37/0x48 > [] show_trace_log_lvl+0x58/0x159 > [] show_trace+0xd/0x10 > [] dump_stack+0x19/0x1b > [] debug_smp_processor_id+0x96/0xac > [] sysfs_write_file+0xa6/0xcc > [] lock_cpu_hotplug+0x25/0xc5 > [] store_speed+0x36/0x9b [cpufreq_userspace] > [] store+0x37/0x48 > [] sysfs_write_file+0xa6/0xcc > [] vfs_write+0xcd/0x179 > [] sys_write+0x3b/0x71 > [] sysenter_past_esp+0x56/0x8d > DWARF2 unwinder stuck at sysenter_past_esp+0x56/0x8d > Leftover inexact backtrace: > [] show_trace+0xd/0x10 > [] dump_stack+0x19/0x1b > [] debug_smp_processor_id+0x96/0xac > [] lock_cpu_hotplug+0x25/0xc5 > [] store_speed+0x36/0x9b [cpufreq_userspace] > [] store+0x37/0x48 > [] [] vfs_write+0xcd/0x179 > > It's from 2.6.18-rc3-mm2. This "unwinder stuck" thing seems to be very common. It's a false-positive in this case - the backtrace was complete. It would be good if we could make the did-we-get-stuck detector a bit smarter. Even special-casing "sysenter_past_esp" would stop a lot of this.. - 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/