From owner-freebsd-current@FreeBSD.ORG Sun Aug 28 15:23:07 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFEE016A41F for ; Sun, 28 Aug 2005 15:23:07 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DCFA43D45 for ; Sun, 28 Aug 2005 15:23:07 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j7SFLouu030235; Sun, 28 Aug 2005 09:21:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 28 Aug 2005 09:22:09 -0600 (MDT) Message-Id: <20050828.092209.77060388.imp@bsdimp.com> To: bzeeb-lists@lists.zabbadoz.net From: "M. Warner Losh" In-Reply-To: References: <20050827.104631.10908351.imp@bsdimp.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.village.org [127.0.0.1]); Sun, 28 Aug 2005 09:21:59 -0600 (MDT) Cc: freebsd-current@freebsd.org Subject: Re: LOR route vr0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 15:23:07 -0000 In message: "Bjoern A. Zeeb" writes: : On Sat, 27 Aug 2005, M. Warner Losh wrote: : : for the archives... : : > ock order reversal : > 1st 0xc17490e4 rtentry (rtentry) @ sys/netinet/if_ether.c:445 : > 2nd 0xc15c94b0 rl1 (network driver) @ sys/pci/if_rl.c:1451 : : LOR http://sources.zabbadoz.net/freebsd/lor.html#144 I cut and pasted this one from your LOR site... : > and am seeing the following in my newly locked ed driver: : > : > lock order reversal : > 1st 0xc1cb3588 rtentry (rtentry) @ net/route.c:1269 : > 2nd 0xc1fd3420 ed1 (network driver) @ /dell/imp/p4/newcard/src/sys/modules/ed/../../dev/ed/if_ed.c:697 : : I added this one two though this LOR may not (yet) be seen in : the wild. : : LOR http://sources.zabbadoz.net/freebsd/lor.html#145 heh. I'm expecting to figure out what the real LOR is here and then about 20-25 of the LORs in your list can go away... Warner