From owner-freebsd-current@FreeBSD.ORG Wed Feb 18 18:38:45 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 960E23D7 for ; Wed, 18 Feb 2015 18:38:45 +0000 (UTC) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BD152D2 for ; Wed, 18 Feb 2015 18:38:45 +0000 (UTC) Received: by mail-ig0-f172.google.com with SMTP id l13so38609242iga.5 for ; Wed, 18 Feb 2015 10:38:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wpyMvFIc8pnQ2Eb0lZGQQRbv5sHyoPRkE6Uvs5YCH5s=; b=aykCom+Zc286+RTJh0wykamAdqZsHwq/8lC9tIJA5Lxx5pBRRahO7psr7g4/FtDDCe mNzasW/cSwAEDQQ35Hd1Cs89bzcuVANuSjHcGLaohoHdGpon2l69a9BEtubBBeksnSR8 lEMr8+8Ga2B9GSJ5T8E1oDvC95CzUiPOQ8Wfukcvaty2L3U5B0Fy7T9TJE4fO5B8Kf8S zAxr4xfx1uQKyGb3uVXJqccb4jn+5snuiO6xujJ55wMtKiOWHwHuFcvW1XjHrQONeTCQ +8nBDTAvGCGGm/+hV5se6tDnnrrOAS+N5x5/Nc/5yJxpOb8BOeNYQAqQ4s+ikPgNf4uB RE0Q== MIME-Version: 1.0 X-Received: by 10.107.19.202 with SMTP id 71mr831272iot.83.1424284724470; Wed, 18 Feb 2015 10:38:44 -0800 (PST) Received: by 10.50.96.226 with HTTP; Wed, 18 Feb 2015 10:38:44 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Feb 2015 10:38:44 -0800 Message-ID: Subject: Re: ufs/devfs "lock order reversal" on poweroff From: NGie Cooper To: Damjan Jovanovic Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-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: Wed, 18 Feb 2015 18:38:45 -0000 On Wed, Feb 18, 2015 at 9:53 AM, Damjan Jovanovic wrote: > Hi > > On r278909 (and probably earlier) I get the following when I run > "poweroff" (retyped from a video of it I had to record, since it > disappears very quickly): Hi Damjan, This is a known LOR. Thanks!