From owner-cvs-src@FreeBSD.ORG Sun Jan 9 23:19:33 2005 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 94CAF16A4CE; Sun, 9 Jan 2005 23:19:33 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C99143D5F; Sun, 9 Jan 2005 23:19:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b154.otenet.gr [212.205.244.162]) j09NJQxn013780; Mon, 10 Jan 2005 01:19:28 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id j09NJPuT065042; Mon, 10 Jan 2005 01:19:25 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id j09NJNgE065020; Mon, 10 Jan 2005 01:19:23 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 10 Jan 2005 01:19:23 +0200 From: Giorgos Keramidas To: "Bjoern A. Zeeb" Message-ID: <20050109231923.GG832@gothmog.gr> References: <200501080432.j084W2BG093532@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: Darren Reed cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet fil.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: Sun, 09 Jan 2005 23:19:33 -0000 On 2005-01-08 21:14, "Bjoern A. Zeeb" wrote: > On Sat, 8 Jan 2005, Darren Reed wrote: > > darrenr 2005-01-08 04:32:02 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/contrib/ipfilter/netinet fil.c > > Log: > > Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter where > > we loop through all the list of NICs (struct ifnet), holding the lock on > > it and then do a name lookup with ifunit() whilst holding it. > > > > Revision Changes Path > > 1.43 +2 -25 src/sys/contrib/ipfilter/netinet/fil.c > > could you please tellme which one of the the three 50-52 of > http://sources.zabbadoz.net/freebsd/lor.html > got fixed with this commit so I can update the state? I don't think it's listed there, as it's not a LOR per se. No recursive mutex acquisitions are listed in the URL above. I could be wrong though, so wait until Darren replies :-)