From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 19:09:38 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 7D542A09 for ; Wed, 25 Feb 2015 19:09:38 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D177846 for ; Wed, 25 Feb 2015 19:09:38 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t1PJAGPt060263; Wed, 25 Feb 2015 11:10:16 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: Garrett Cooper In-Reply-To: <3371C5BF-B482-4813-8707-FDB9F59FBA72@gmail.com> References: <8c86fda8d0fc741ea9b2e2d406f9fd27@ultimatedns.net>, <0265b4d2825c93a9a11e930de9751974@ultimatedns.net> <60a188b7861637d4bb7085b06f506a84@ultimatedns.net>, <3371C5BF-B482-4813-8707-FDB9F59FBA72@gmail.com> From: "Chris H" Subject: Re: bombarded with LOR's with recent install Date: Wed, 25 Feb 2015 11:10:16 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org 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, 25 Feb 2015 19:09:38 -0000 On Wed, 25 Feb 2015 10:59:11 -0800 Garrett Cooper wrote > On Feb 25, 2015, at 10:19, Chris H wrote: > > > On Wed, 25 Feb 2015 09:42:54 -0800 "Chris H" wrote > > > >> On Wed, 25 Feb 2015 08:56:14 -0800 "Chris H" > >> wrote > >> I see somebody also reported something along these lines, recently; > >> > >> http://freebsd.1045724.n5.nabble.com/ufs-devfs-quot-lock-order-reversal-quot- > >> on-poweroff-td5989901.html > >> > >> But there was no reported resolution. > > and again in January, as well. > > https://www.mail-archive.com/freebsd-current@freebsd.org/msg158784.html > > > > Is there any way to switch off WITNESS, INVARIANTS && SKIPSPIN > > in the GENERIC that is installed, outside of building a new > > kernel? > > debug.witness.watch=0 disables witness watching -1 turns it off altogether > (and according to the code requires a reboot, but I haven’t tested that > assertion). Thank you, Garrett. That's great to know. > > As for all of the LORs reported, I’ve seen them a lot running CURRENT and at > $work :(... > > I’m working on printing out those stacks via log(9) though — I’ll publish my > new diff on Phabricator soon: https://reviews.freebsd.org/D1794 . I'll be watching this. Thanks! > > Cheers! --Chris --