From owner-freebsd-current@FreeBSD.ORG Mon Aug 25 21:08:42 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E48B0491 for ; Mon, 25 Aug 2014 21:08:42 +0000 (UTC) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B56903C69 for ; Mon, 25 Aug 2014 21:08:42 +0000 (UTC) Received: by mail-ig0-f173.google.com with SMTP id h18so3490144igc.0 for ; Mon, 25 Aug 2014 14:08:42 -0700 (PDT) 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=iS9XsjvSPTf4FtIGfWCYCcywKgMueY49X1DW6nkBOv8=; b=RwCDb2kB/zEKJm18wsg19uZbn0XGyGL/DaWxdBWyWHDUuIJRHhn+ws68LlcopLc6kR Hgl+2zT2grzD5wf3G5aDgrdDWGFv0mxjCG7PF5tBRTt5A9LjTXNZ1GSKkC3ti9+iufVe qHN1gMqYUhL/ZM4goQkEmht62fgYx1YaxEZwSkGvHMnlv766tEno/9+HOS2ZEEFhsye8 GKBnLSk2YbQXPMlxvg0B6xfmZM0qdZaml7J0LMuXyYRYYkZVPjAlVDCdTvnwqWP3Wvs+ XOzAL1ZbYFFcUcjv4EmqcfIpQsYnieVNQ22W7wJy5UafDXpBqunhRyv/JIc2MANXIcMU yTzg== MIME-Version: 1.0 X-Received: by 10.42.84.9 with SMTP id j9mr4333085icl.60.1409000922130; Mon, 25 Aug 2014 14:08:42 -0700 (PDT) Received: by 10.50.72.69 with HTTP; Mon, 25 Aug 2014 14:08:42 -0700 (PDT) In-Reply-To: <5ea87439fdbc8f6ddf6cdc411b74a03b.authenticated@ultimatedns.net> References: <5ea87439fdbc8f6ddf6cdc411b74a03b.authenticated@ultimatedns.net> Date: Mon, 25 Aug 2014 14:08:42 -0700 Message-ID: Subject: Re: Is LOR a new feature in 11-CURRENT? From: Garrett Cooper To: Chris H 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: Mon, 25 Aug 2014 21:08:43 -0000 Hi Chris, On Mon, Aug 25, 2014 at 1:19 PM, Chris H wrote: > Greetings, all. > I'm testing 11 current, and booting && installing from the > 2014-08-11-r269824-disc1.iso > returns the following, via dmesg(8): > > kernel: lock order reversal: > kernel: 1st 0xfffff80002fa37c8 isofs (isofs) @ /usr/src/sys/kern/vfs_mount.c:1219 > kernel: 2nd 0xfffff80002fe7240 devfs (devfs) @ /usr/src/sys/ufs/ffs/ffs_vfsops.c:1375 I'm pretty sure this is one of the "known LORs" (introduced around 8.x/9.x?), but I could be wrong. Thanks! -Garrett