From owner-freebsd-usb@FreeBSD.ORG Tue May 9 16:47:05 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9946116A732 for ; Tue, 9 May 2006 16:47:05 +0000 (UTC) (envelope-from mistry.7@osu.edu) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E2343D67 for ; Tue, 9 May 2006 16:46:57 +0000 (GMT) (envelope-from mistry.7@osu.edu) Received: from [192.168.1.100] (am-productions.biz [69.61.164.22]) (authenticated bits=0) by mail.united-ware.com (8.13.4/8.13.4) with ESMTP id k49GmMtn011930 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 9 May 2006 12:48:28 -0400 (EDT) (envelope-from mistry.7@osu.edu) From: Anish Mistry To: freebsd-usb@freebsd.org Date: Tue, 9 May 2006 12:47:02 -0400 User-Agent: KMail/1.9.1 References: <200604241027.44959.mistry.7@osu.edu> <200605090101.39901.mistry.7@osu.edu> In-Reply-To: <200605090101.39901.mistry.7@osu.edu> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3883799.PifqVQioMp"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200605091247.11017.mistry.7@osu.edu> X-Spam-Status: No, score=-5.5 required=5.0 tests=ALL_TRUSTED,BAYES_50, MYFREEBSD2 autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88.1/1451/Mon May 8 19:27:49 2006 on mail.united-ware.com X-Virus-Status: Clean Subject: [PATCH] Fix ugen multiple panics and detach race conditions X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2006 16:47:09 -0000 --nextPart3883799.PifqVQioMp Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I've updated my ugen patch again. It now adds support for select() on=20 writes and fixes the detach select() panic. http://am-productions.biz/docs/ugen-multiple-panics.patch The patch should fix ALL outstanding ugen panic PRs. Would a commiter please take a look at these changes. They are=20 applicable to CURRENT, RELENG_6, and RELENG_5. A few of the changes=20 are also applicable to NetBSD and OpenBSD too. Thanks, =2D-=20 Anish Mistry --nextPart3883799.PifqVQioMp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEYMeOxqA5ziudZT0RAjvlAKC9Rj+Bcu/M+BEZg1HzEvWMV8dfjwCfYM8O 5rwlDUhl7NxlMTCzN74wj54= =9ND+ -----END PGP SIGNATURE----- --nextPart3883799.PifqVQioMp--