From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 12 17:50:18 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFE7016A401 for ; Mon, 12 Feb 2007 17:50:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C093B13C481 for ; Mon, 12 Feb 2007 17:50:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1CHoGVY032212 for ; Mon, 12 Feb 2007 17:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1CHoGCM032211; Mon, 12 Feb 2007 17:50:16 GMT (envelope-from gnats) Date: Mon, 12 Feb 2007 17:50:16 GMT Message-Id: <200702121750.l1CHoGCM032211@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Sam Leffler Cc: Subject: Re: kern/92083: [ural] [panic] panic using WPA on ural NIC in 6.2-RELEASE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sam Leffler List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 17:50:18 -0000 The following reply was made to PR kern/92083; it has been noted by GNATS. From: Sam Leffler To: Jonathan Fosburgh Cc: Anders Nordby , bug-followup@freebsd.org Subject: Re: kern/92083: [ural] [panic] panic using WPA on ural NIC in 6.2-RELEASE Date: Mon, 12 Feb 2007 09:27:39 -0800 Jonathan Fosburgh wrote: > On Sunday 11 February 2007 13:36, Anders Nordby wrote: >> Hi, >> >> Just been trying the same thing in 6.2-RELEASE, with the same hardware. >> >> It seems the same bug still occurs, the stack trace looks very similar. >> Everytime I try do do a cvsup of the ports tree, the system panics. >> >> stream# uname -a >> FreeBSD stream.localnet 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Feb 6 >> 22:09:01 CET 2007 root@stream.localnet:/usr/obj/usr/src/sys/STREAM >> i386 > > Actually I recently discovered that it is not the use of WPA itself that > causes the panic, it is the wpa_suplicant. Using that for WEP also caused a > panic on this NIC. > > The last I heard about any of this stuff your problems were related to usb xfer stalls. If this no longer true then please provide me with a recipe for recreating the issue. If it's a driver/net80211 issue I will try to fix it. If it's in the usb subsystem it's unlikely I'm going to pursue it. FWIW the "new usb stack" is unlikely to help you. The author broke ural in porting it and so far as I know it's not been fixed. This is independent of whether or not any changes in his code base will resolve the original issue. Sam