From owner-svn-src-projects@FreeBSD.ORG Fri Aug 3 09:18:59 2012 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28707106564A; Fri, 3 Aug 2012 09:18:59 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0B2698FC0C; Fri, 3 Aug 2012 09:18:57 +0000 (UTC) Received: by laai10 with SMTP id i10so290684laa.13 for ; Fri, 03 Aug 2012 02:18:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=LyaWDOfYgOT52jImcYh1RywAvPH7eA2IBcLWISVEgAY=; b=e8iFnD3Wd8WWBGG4ImpO3jk3E8JZjOo4DY9I7WZuy9nEA1AtRvlG/LnTNC2gotvldu xmYNNpaTWTx+94HVkUUhbMIIdrtb+WiFU9n62Aua6ozpOQlqIi0CsrGHNukKTIzFwiew 0gQuD5DyT1+RJ7uE+mRpC/Z4wZsQujkijWmIIvQl2vNfDiMCO7iiYpVX0jrAxTzJe7AK NcRAhY78MCZl4rFWQ9eR5iyThZKPXI9blGaRu5th37w20pbySEOJbMuIc9IV4zUrOf/1 SMulr9bgyF73OrQKZ0jdBvzbGiUkpkdBBEY2pz40vDSQh6NWL5yrpyskLf8ssdUN8Rqg O0oQ== MIME-Version: 1.0 Received: by 10.152.136.18 with SMTP id pw18mr1012018lab.17.1343985536608; Fri, 03 Aug 2012 02:18:56 -0700 (PDT) Sender: asmrookie@gmail.com Received: by 10.112.27.65 with HTTP; Fri, 3 Aug 2012 02:18:56 -0700 (PDT) In-Reply-To: <20120803174624.K1152@besplex.bde.org> References: <201207301350.q6UDobCI099069@svn.freebsd.org> <201207301732.33474.jhb@freebsd.org> <201208021707.22356.jhb@freebsd.org> <20120803174624.K1152@besplex.bde.org> Date: Fri, 3 Aug 2012 10:18:56 +0100 X-Google-Sender-Auth: 6mx9kh6Sgu0OYdBRTCEFg3YtXlw Message-ID: From: Attilio Rao To: Bruce Evans Content-Type: text/plain; charset=UTF-8 Cc: Konstantin Belousov , Davide Italiano , src-committers@freebsd.org, svn-src-projects@freebsd.org, John Baldwin Subject: Re: svn commit: r238907 - projects/calloutng/sys/kern X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: attilio@FreeBSD.org List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2012 09:18:59 -0000 On 8/3/12, Bruce Evans wrote: > On Thu, 2 Aug 2012, Attilio Rao wrote: [ trimm ] >> I think it is sensitive we don't add further KPI breakage. I think it >> is a good time we start discussing expansion of INVARIANT_SUPPORT to >> something more general that offers compat shims for all the debugging >> mechanisms. > > Then it would be so large and complicated that it would include and > #include almost everything, but still be harder to use correctly than > it is now. I tought quickly while I was having shower today about that. I think that adding KDB_SUPPORT (and using for both KDB and its consumers, like DDB) and maybe WITNESS_SUPPORT, and enable them separately, would be good enough. Attilio -- Peace can only be achieved by understanding - A. Einstein