From owner-freebsd-questions@FreeBSD.ORG Thu Mar 23 13:22:20 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 617E116A420 for ; Thu, 23 Mar 2006 13:22:20 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C2B43D53 for ; Thu, 23 Mar 2006 13:22:15 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-92.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.197.92]) by smtp01.mrf.mail.rcn.net with ESMTP; 23 Mar 2006 08:22:15 -0500 X-IronPort-AV: i="4.03,122,1141621200"; d="scan'208"; a="185662270:sNHT106782720" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17442.41066.671003.180412@jerusalem.litteratus.org> Date: Thu, 23 Mar 2006 08:19:38 -0500 To: questions@freebsd.org In-Reply-To: <20060322083546.N2181@maildrop.int.zabbadoz.net> References: <20060322083546.N2181@maildrop.int.zabbadoz.net> X-Mailer: VM 7.17 under 21.5 (beta25) "eggplant" XEmacs Lucid Cc: Subject: Re: LOR when booting CURRENT (ip_divert.c, PFil hook read/write mutex) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 13:22:20 -0000 Bjoern A. Zeeb writes: > > When booting recent current I get LOR: > > lock order reversal: > 1st 0xc23d5090 inp (divinp) @ sys/netinet/ip_divert.c:327 > 2nd 0xc07f21d8 PFil hook read/write mutex (PFil hook read/write mutex) @ sys/net/pfil.c:73 > > added this LOR with # 181 to 'the LOR page': > http://sources.zabbadoz.net/freebsd/lor.html#181 This is almost certainly the same as #163, and is PR'd at "http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/86427" Robert Watson is working on this, though the last entry for the PR is over five weeks old. Robert Huff