From owner-freebsd-net@FreeBSD.ORG Mon Nov 23 07:30:06 2009 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 555F71065670 for ; Mon, 23 Nov 2009 07:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2AD1F8FC08 for ; Mon, 23 Nov 2009 07:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAN7U5aV066745 for ; Mon, 23 Nov 2009 07:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAN7U5WZ066742; Mon, 23 Nov 2009 07:30:05 GMT (envelope-from gnats) Date: Mon, 23 Nov 2009 07:30:05 GMT Message-Id: <200911230730.nAN7U5WZ066742@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Benjamin Kaduk Cc: Subject: Re: kern/140036: [iwn] [lor] lock order reversal with iwn0_com_lock and iwn0 softc lock X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Benjamin Kaduk List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2009 07:30:06 -0000 The following reply was made to PR kern/140036; it has been noted by GNATS. From: Benjamin Kaduk To: Bernhard Schmidt Cc: bug-followup@freebsd.org Subject: Re: kern/140036: [iwn] [lor] lock order reversal with iwn0_com_lock and iwn0 softc lock Date: Mon, 23 Nov 2009 02:25:35 -0500 (EST) On Sun, 22 Nov 2009, Bernhard Schmidt wrote: > On Sunday 01 November 2009 00:24:59 you wrote: >> Indeed, I think I saw a lockup a couple days ago, possibly when >> my card had dissociated and was trying to reassociate. >> >> Thanks for looking into this, > > Seems like your initial fix for that was actually correct, that lock up you > saw there is related to something else. There was an issue with sending null > data frames. > > Can you verify that the LOR is gone with the latest checkout of my repository? > Compile instructions: > http://forums.freebsd.org/showpost.php?p=47627&postcount=16 I upgraded to today's current (which picked up a number of probably-unrelated changes), and then installed the driver from your tree on top of it. No LOR on boot, and I'll let you know if I see any lockups. Thanks, Ben