From owner-freebsd-current@FreeBSD.ORG Tue Jul 14 22:12:08 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 765081065674 for ; Tue, 14 Jul 2009 22:12:08 +0000 (UTC) (envelope-from snb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 27C3F8FC13; Tue, 14 Jul 2009 22:12:08 +0000 (UTC) (envelope-from snb@FreeBSD.org) Received: from freefall.freebsd.org (snb@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6EMC8Cj026365; Tue, 14 Jul 2009 22:12:08 GMT (envelope-from snb@freefall.freebsd.org) Received: (from snb@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6EMC7Ik026364; Tue, 14 Jul 2009 22:12:07 GMT (envelope-from snb) Date: Wed, 15 Jul 2009 00:12:01 +0200 From: Nick Barkas To: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <20090714221201.GA43398@ebi.local> References: <549859.9626.qm@web25007.mail.ukl.yahoo.com> <4A379AEE.7080101@freebsd.org> <4A5C89E7.503@quip.cz> <4A5C8DB7.2090607@haruhiism.net> <4A5C9154.9000501@quip.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A5C9154.9000501@quip.cz> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-current@freebsd.org, Kamigishi Rei Subject: Re: LOR:vfs_bio.c and ufs_dirhash.c 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: Tue, 14 Jul 2009 22:12:09 -0000 On Tue, Jul 14, 2009 at 04:08:20PM +0200, Miroslav Lachman wrote: > Kamigishi Rei wrote: > > > Please consider checking http://sources.zabbadoz.net/freebsd/lor.html > > before reporting a possible new LOR. > > The first one you posted in this message is the same as in the previous > > one (261). > > The second one is http://sources.zabbadoz.net/freebsd/lor/266.html. > > I tried it, but I don't know what is the identifier (it is not mentioned > on the page). For me, the LOR is just a bunch of meaningless text and I > don't know how to compare two LOR reports. Is it by source files, or hex > number after 1st, 2nd, 3rd, or anything else... > > So... how can I search the page next time? It is probably easiest to search the web page for the source file names that are listed after 1st, 2nd, etc. Note, however, that the line numbers shown after the file names may not match exactly, as the location of the locking operation triggering the LOR will move around as commits are made to the source files in question. The hexadecimal numbers you see listed next to the file names are memory addresses, and may be quite different on your system from what is on the page, especially if your architecture differs from that of the original reporter. Nick