From owner-svn-src-all@FreeBSD.ORG Fri Mar 21 18:39:56 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B1C337C; Fri, 21 Mar 2014 18:39:56 +0000 (UTC) Received: from mail-qa0-x22a.google.com (mail-qa0-x22a.google.com [IPv6:2607:f8b0:400d:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 076A16D; Fri, 21 Mar 2014 18:39:55 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id k15so2884798qaq.29 for ; Fri, 21 Mar 2014 11:39:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=36b0eKFTN6WUOwcgdZ5CFHtSRhL1t3cKxrB7tK9m+tw=; b=IQOAkRY5cRuROT+K2xXr14vAD0jo6hWbEqD/fjiazWxhl97RLXmtrJletBhZg259AH CfN4c18ZBiEF/PDYyQWIk8eE6A/C1KtNGaQqrXzqxPGLJeUuNJ2KvoqDDTXUchNRXWEw NJxMyImhQdtZ8KLwLzNsSp8VxS4RNmGkwmaOH/KPvaeIhNr0cap9cjG+lhH0UiHToK2R X8LAce33P3SDQ2qU0lgusKLiF6HszCxLeWFAh9j63wYAOmX99iEcZRqDwXQeG4EESc4x 24Zfq1IQKGqB/JtzP94bT07Sbi4OEn3deEseL7MJet04vO1jEBzFu/AnVNmj/lqqnTfx XJ0A== MIME-Version: 1.0 X-Received: by 10.224.29.4 with SMTP id o4mr38065533qac.55.1395427195244; Fri, 21 Mar 2014 11:39:55 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.8.137 with HTTP; Fri, 21 Mar 2014 11:39:55 -0700 (PDT) In-Reply-To: <1395412070.81853.8.camel@revolution.hippie.lan> References: <201403201701.s2KH1L84024044@svn.freebsd.org> <20140321094316.76ccf459@bender.Home> <1395412070.81853.8.camel@revolution.hippie.lan> Date: Fri, 21 Mar 2014 11:39:55 -0700 X-Google-Sender-Auth: pIGb74-EuiI7nNOEYg2_mr_JXo0 Message-ID: Subject: Re: svn commit: r263424 - head/sys/arm/conf From: Adrian Chadd To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Ruslan Bukin , "src-committers@freebsd.org" , Andrew Turner X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 18:39:56 -0000 On 21 March 2014 07:27, Ian Lepore wrote: > On Fri, 2014-03-21 at 09:43 +0000, Andrew Turner wrote: >> On Thu, 20 Mar 2014 17:01:21 +0000 (UTC) >> Ruslan Bukin wrote: >> >> > Author: br >> > Date: Thu Mar 20 17:01:21 2014 >> > New Revision: 263424 >> > URL: http://svnweb.freebsd.org/changeset/base/263424 >> > >> > Log: >> > Disable debugging by default. >> >> I don't like this on head. I have found a number of issues that were >> hidden because the kernel config most people were using for development >> had WITNESS, INVARIANTS and DIAGNOSTIC disabled. >> >> Andrew >> > > I disagree. Witness is essentially useless anymore, because there are > so many known LORs that nobody cares about when you report them that all > it does is spews noise. Maybe it's useful when you're looking for a > particular problem, but leaving it on all the time has just lost its > value. Which LORs? I actively chase down and squish net80211/ath LORs when it's not too difficult (and I know of some rather-difficult ones I'm still trying to solve.) But besides the handful of filesystem LORs that are claimed to be fine, what LORs are you seeing spewed out? -a