From owner-cvs-src@FreeBSD.ORG Mon Dec 27 05:26:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D061916A4CF; Mon, 27 Dec 2004 05:26:01 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D937F43D31; Mon, 27 Dec 2004 05:26:00 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBR5O4NI005106; Sun, 26 Dec 2004 22:24:04 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 26 Dec 2004 22:24:35 -0700 (MST) Message-Id: <20041226.222435.52824948.imp@bsdimp.com> To: darrenr@hub.freebsd.org From: "M. Warner Losh" In-Reply-To: <20041226182537.GB20920@hub.freebsd.org> References: <20041226165927.GA18879@hub.freebsd.org> <20041226182537.GB20920@hub.freebsd.org> 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 cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: darrenr@freebsd.org cc: bzeeb-lists@lists.zabbadoz.net Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 05:26:02 -0000 In message: <20041226182537.GB20920@hub.freebsd.org> Darren Reed writes: : On Sun, Dec 26, 2004 at 05:09:23PM +0000, Bjoern A. Zeeb wrote: : > [1] http://sources.zabbadoz.net/freebsd/lor.html#050 : : This would appear, to me, as deficencies in the witness code : and that perhaps LORs, unless they are in the leadup to a system : deadlock'ing, are just something to be ignored. Nearly all LORs could lead to system deadlock, especially in low resource situations. It is highly doubtful that there's a problem in witness. You should fix your code and not ignore the warning. Warner