Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754296Ab0DWOfk (ORCPT ); Fri, 23 Apr 2010 10:35:40 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:34326 "EHLO e1.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753848Ab0DWOfi (ORCPT ); Fri, 23 Apr 2010 10:35:38 -0400 Message-ID: <4BD1B033.8000900@us.ibm.com> Date: Fri, 23 Apr 2010 07:35:31 -0700 From: Darren Hart User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: Jiri Kosina CC: Yong Zhang , "lkml, " , Peter Zijlstra , Ingo Molnar Subject: Re: Lockdep usage References: <4BCFEBFF.4090505@us.ibm.com> <20100422070625.GA17515@windriver.com> <4BD063E4.5030400@us.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2191 Lines: 52 Jiri Kosina wrote: > On Thu, 22 Apr 2010, Darren Hart wrote: > >> dmesg includes the following during bootup, but nothing new while running the >> tests: >> >> BUG: key ffff88024e657858 not in .data! >> ------------[ cut here ]------------ >> WARNING: at kernel/lockdep.c:2706 lockdep_init_map+0x226/0x5c0() >> Hardware name: BladeCenter LS21 -[7971AC1]- >> Pid: 1, comm: swapper Not tainted 2.6.34-rc1dvhv4ls #32 >> Call Trace: >> [] ? lockdep_init_map+0x226/0x5c0 >> [] warn_slowpath_common+0x87/0xb0 >> [] warn_slowpath_null+0x14/0x20 >> [] lockdep_init_map+0x226/0x5c0 >> [] ? lock_release_holdtime+0x83/0xf0 >> [] sysfs_add_file_mode+0x71/0xd0 >> [] sysfs_add_file+0x11/0x20 >> [] sysfs_create_file+0x30/0x40 >> [] device_create_file+0x19/0x20 >> [] ipmi_register_smi+0xba5/0xfc0 >> [] ? put_device+0x17/0x20 >> [] ? autoremove_wake_function+0x0/0x40 >> [] try_smi_init+0x5d2/0xa20 >> [] init_ipmi_si+0x432/0xb80 >> [] ? init_ipmi_si+0x0/0xb80 >> [] do_one_initcall+0x3d/0x180 >> [] kernel_init+0x16c/0x200 >> [] kernel_thread_helper+0x4/0x10 >> [] ? kernel_init+0x0/0x200 >> [] ? kernel_thread_helper+0x0/0x10 >> ---[ end trace 30838b0dc5ec48e4 ]--- >> >> Several more "BUG: key fffXXXXXXXXXXXX not in .data!" lines show up throughout >> the boot process. > > This should be fixed by commit c7df670b (contained first in 2.6.34-rc2). > Do you still see this even with this patch applied? After updating to the latest linus git lockstats started working as expected. Thanks for the pointer. -- Darren Hart IBM Linux Technology Center Real-Time Linux Team -- 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/