From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751129AbWHPQaA (ORCPT ); Wed, 16 Aug 2006 12:30:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751149AbWHPQaA (ORCPT ); Wed, 16 Aug 2006 12:30:00 -0400 Received: from mtiwmhc11.worldnet.att.net ([204.127.131.115]:26609 "EHLO mtiwmhc11.worldnet.att.net") by vger.kernel.org with ESMTP id S1751129AbWHPQ37 (ORCPT ); Wed, 16 Aug 2006 12:29:59 -0400 Message-ID: <44E34803.9000103@lwfinger.net> Date: Wed, 16 Aug 2006 11:29:55 -0500 From: Larry Finger User-Agent: Thunderbird 1.5.0.5 (X11/20060725) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: DEBUG_LOCKS_WARN_ON triggered by bcm43xx-SoftMAC Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Using vanilla wireless-2.6 from Linville's tree as updated Aug 15, I get a single warning generated by the statement if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in kernel/lockdep.c. This warning only occurs when my wireless interface is inserted, bcm43xx-softmac is activated, and it authenticates and associates. I'm running WPA-PSK TKIP using wpa_supplicant, and the message seems to be output just after the supplicant finishes making the connection. kernel: SoftMAC: sent association request! kernel: SoftMAC: associated! kernel: bcm43xx: set security called, .active_key = 0, .level = 2, .enabled = 1, .encrypt = 1 kernel: bcm43xx: set security called, .enabled = 1, .encrypt = 1 kernel: BUG: warning at kernel/lockdep.c:1801/trace_hardirqs_on() kernel: [] show_trace_log_lvl+0x197/0x1c0 kernel: [] show_trace+0x1b/0x20 kernel: [] dump_stack+0x26/0x30 kernel: [] trace_hardirqs_on+0x17f/0x190 kernel: [] do_general_protection+0xc5/0x230 kernel: [] error_code+0x39/0x40 kernel: [<000038c7>] 0x38c7 kernel: [] show_trace+0x1b/0x20 kernel: [] dump_stack+0x26/0x30 kernel: [] trace_hardirqs_on+0x17f/0x190 kernel: [] do_general_protection+0xc5/0x230 kernel: [] error_code+0x39/0x40 I'm at a loss here. Can anyone explain how to interpret this dump? I think I see a general protection fault, but what to do from there is a mystery. Thanks, Larry