From owner-freebsd-current@FreeBSD.ORG Thu Jul 1 09:20:27 2004 Return-Path: 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 DB1FF16A4CE; Thu, 1 Jul 2004 09:20:27 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50B2543D39; Thu, 1 Jul 2004 09:20:27 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 0F5831FFDD8; Thu, 1 Jul 2004 11:20:09 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 085F31FFDD7; Thu, 1 Jul 2004 11:20:06 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 2031415384; Thu, 1 Jul 2004 09:18:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 1531415380; Thu, 1 Jul 2004 09:18:27 +0000 (UTC) Date: Thu, 1 Jul 2004 09:18:26 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Daniel Lang In-Reply-To: <20040701083434.GA83951@atrbg11.informatik.tu-muenchen.de> Message-ID: References: <20040701061818.GA80579@lucky.net> <20040701063105.GA20785@xor.obsecurity.org> <20040701083434.GA83951@atrbg11.informatik.tu-muenchen.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: FreeBSD current mailing list Subject: Re: LOR (vm object - swap_pager swhash) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 01 Jul 2004 09:20:28 -0000 On Thu, 1 Jul 2004, Daniel Lang wrote: > Bjoern A. Zeeb wrote on Thu, Jul 01, 2004 at 07:21:00AM +0000: > [..] > > > > *yawn* > [..] > > > I'm suprised I haven't seen a commit from you that adds "THIS IS A KNOWN > > > ISSUE" is flashing neon ;) > > > > ok gentlemen, so please close PR 68523: duplicate of 58749. > [..] > > Didn't Brian want to add a message in the LOR code to > refer to the LOR-Webpage? I really didn't like the idea of having my webserver listed in the FreeBSD kernel sources (patch pasted in). --- subr_witness.c.orig Thu Jul 1 08:41:54 2004 +++ subr_witness.c Thu Jul 1 09:12:31 2004 @@ -853,6 +853,8 @@ witness_checkorder(struct lock_object *l * Ok, yell about it. */ printf("lock order reversal\n"); + printf("before reporting please check http://" + "sources.zabbadoz.net/freebsd/lor.html\n"); /* * Try to locate an earlier lock with * witness w in our list. Please note: I still veto against this - not because it is my webserver but I think it's a bad idea... Let the users learn how to use . Perhaps adding something like: "before reporting please first search the archives for LOR" would be more helpful. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Programming is a race between programmers, who try and make more and more idiot-proof software, and universe, which produces more and more remarkable idiots. Until now, universe leads the race. - R. Cooka