Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754050AbYHDJfF (ORCPT ); Mon, 4 Aug 2008 05:35:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752731AbYHDJey (ORCPT ); Mon, 4 Aug 2008 05:34:54 -0400 Received: from rv-out-0506.google.com ([209.85.198.226]:53557 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752422AbYHDJey (ORCPT ); Mon, 4 Aug 2008 05:34:54 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=LsVGDIRrGHuYcG7B3dowmfVTRRyZ+7X/ndtE8Y+xXEbiZOmk9+i1jdOKvQ1E682nJF GMOMKXIin6bW/OwWGCl8YmPZo3vxkTSgE0hG0pJY9wKw/OVGvzBev1q8v1gW18weJAEC ZRNkYvkw2Ys2Jb2EGjGS6XyrWFM55FZMyx+fs= Message-ID: Date: Mon, 4 Aug 2008 11:34:53 +0200 From: "Zdenek Kabelac" To: "Linux Kernel Mailing List" Subject: INFO: trying to register non-static key MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2385 Lines: 44 Hello Happened during reinsert of the loop module [ 7145.533707] INFO: trying to register non-static key. [ 7145.533713] the code is fine but needs lockdep annotation. [ 7145.533719] turning off the locking correctness validator. [ 7145.533728] Pid: 20864, comm: rmmod Not tainted 2.6.27-rc1 #56 [ 7145.533733] [ 7145.533735] Call Trace: [ 7145.533751] [] ? static_obj+0x80/0x90 [ 7145.533761] [] __lock_acquire+0x12af/0x13b0 [ 7145.533770] [] ? trace_hardirqs_off+0xd/0x10 [ 7145.533783] [] ? native_sched_clock+0x90/0xb0 [ 7145.533794] [] ? __cancel_work_timer+0x72/0x230 [ 7145.533803] [] lock_acquire+0x96/0xe0 [ 7145.533812] [] ? __cancel_work_timer+0x72/0x230 [ 7145.533824] [] __cancel_work_timer+0xa2/0x230 [ 7145.533832] [] ? try_to_del_timer_sync+0x5a/0x70 [ 7145.533844] [] ? sub_preempt_count+0x80/0x120 [ 7145.533857] [] ? _spin_unlock_irqrestore+0x45/0x90 [ 7145.533866] [] ? try_to_del_timer_sync+0x5a/0x70 [ 7145.533875] [] ? lock_release_holdtime+0x74/0xd0 [ 7145.533885] [] cancel_work_sync+0xb/0x10 [ 7145.533897] [] blk_sync_queue+0x27/0x30 [ 7145.533906] [] blk_release_queue+0x23/0x70 [ 7145.533917] [] kobject_release+0x52/0xb0 [ 7145.533926] [] ? kobject_release+0x0/0xb0 [ 7145.533935] [] kref_put+0x37/0x70 [ 7145.533943] [] kobject_put+0x27/0x60 [ 7145.533951] [] blk_cleanup_queue+0x5b/0x70 [ 7145.533964] [] loop_free+0x18/0x60 [loop] [ 7145.533976] [] loop_exit+0x6e/0xb6 [loop] [ 7145.533988] [] sys_delete_module+0x1cf/0x2d0 [ 7145.533999] [] ? trace_hardirqs_on_thunk+0x3a/0x3f [ 7145.534009] [] ? trace_hardirqs_on_caller+0x14b/0x1b0 [ 7145.534023] [] system_call_fastpath+0x16/0x1b Zdenek -- 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/