From owner-freebsd-current@FreeBSD.ORG Tue Mar 18 03:00:01 2008 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 DF2C01065671 for ; Tue, 18 Mar 2008 03:00:01 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 5E0C98FC14 for ; Tue, 18 Mar 2008 03:00:00 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so7172711fka.11 for ; Mon, 17 Mar 2008 20:00:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=MeFTz1Km6IgI95vTIKSmqucmsK6QtlzOFWQpzHthotc=; b=edvOwkJ1xnvIeazcG6P5s13qouYYnjLn6wRxP2fgy6XBRqSxxXDe4FvvkQCIzBGCkTjgiqaxTwtNFrhAWRc09ci7WngtUgP6cIt8mR4tKitjJZqPvClbT8pTRM3SSZZmA/tCB7ZyZS6+O83RXNIsLoBuN3ionj+dbjF9Uup0TAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hbCZpn2ezvTPIVl8oKNXJYhYQSpHyvhuSVx+FJX01atxXJSiGVHXhNYHTpFNypoD3xzxalWb339ZdaoX2RXveWu19gG7AiM/NUdRqOuOw2uYCgVfRRXoNkhiCTZLHBBHR6kEt3EVE5XE3tuAwMmrNO8jRtOypxTSthYWfNAMj+w= Received: by 10.78.122.16 with SMTP id u16mr995082huc.11.1205809199856; Mon, 17 Mar 2008 19:59:59 -0700 (PDT) Received: by 10.78.16.10 with HTTP; Mon, 17 Mar 2008 19:59:59 -0700 (PDT) Message-ID: Date: Tue, 18 Mar 2008 05:59:59 +0300 From: pluknet To: "Alex Goncharov" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-current@freebsd.org Subject: Re: Seeing lock order reversal 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, 18 Mar 2008 03:00:02 -0000 On 18/03/2008, Alex Goncharov wrote: > [ Sorry if this is old news or not useful ] > > I am trying to source-upgrade one of my 7.0 systems to 8.0-CURRENT. > > In the following, when I say "build", it means "csup and build right > away". > > The very first 8.0 build (this morning) gave me the kernel that didn't > boot. Built it again, finishing about 15 minutes ago. This one > booted all right but I see this in `/var/log/messages': > [there was stripped LORs] It's due to recent WITNESS lockmgr support that unhides existing LORs. Thought taking that into account I could obtain a new one yesterday. I didn't see this before. Mar 17 03:17:14 pl sudo: pluknet : TTY=ttyv1 ; PWD=/usr/home/pluknet ; USER=root ; COMMAND=/usr/libexec/getty 3wire.9600 ttyd0 Mar 17 03:17:14 pl kernel: lock order reversal: Mar 17 03:17:14 pl kernel: 1st 0xc07e9274 proctree (proctree) @ /usr/src/sys/kern/kern_exit.c:291 Mar 17 03:17:14 pl kernel: 2nd 0xc2fc49e8 devfs (devfs) @ /usr/src/sys/kern/vfs_subr.c:2158 wbr, pluknet