From owner-svn-src-all@FreeBSD.ORG Mon Feb 15 22:45:29 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43831106568D; Mon, 15 Feb 2010 22:45:29 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id A39C98FC1C; Mon, 15 Feb 2010 22:45:27 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id AAA05377; Tue, 16 Feb 2010 00:45:25 +0200 (EET) (envelope-from avg@freebsd.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Nh9gz-000OJh-9I; Tue, 16 Feb 2010 00:45:25 +0200 Message-ID: <4B79CE84.3060901@freebsd.org> Date: Tue, 16 Feb 2010 00:45:24 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20100211) MIME-Version: 1.0 To: Attilio Rao References: <201002101630.o1AGU4kn043737@svn.freebsd.org> <20100210203519.GA44831@FreeBSD.org> <3bbf2fe11002151411u552a4749j847b3e10645293e7@mail.gmail.com> In-Reply-To: <3bbf2fe11002151411u552a4749j847b3e10645293e7@mail.gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, Alexey Dokuchaev , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r203758 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 15 Feb 2010 22:45:29 -0000 on 16/02/2010 00:11 Attilio Rao said the following: > 2010/2/10 Alexey Dokuchaev : >> On Wed, Feb 10, 2010 at 04:30:04PM +0000, Attilio Rao wrote: >>> Author: attilio >>> Date: Wed Feb 10 16:30:04 2010 >>> New Revision: 203758 >>> URL: http://svn.freebsd.org/changeset/base/203758 >>> >>> Log: >>> Add the options DEADLKRES (introducing the deadlock resolver thread) in >>> the 'debugging' section of any HEAD kernel and enable for the mainstream >>> ones, excluding the embedded architectures. >>> It may, of course, enabled on a case-by-case basis. >>> >>> Sponsored by: Sandvine Incorporated >>> Requested by: emaste >>> Discussed with: kib >>> >>> @@ -72,6 +72,7 @@ options INCLUDE_CONFIG_FILE # Inclu >>> options KDB # Enable kernel debugger support. >>> options DDB # Support DDB. >>> options GDB # Support remote GDB. >>> +options DEADLKRES # Enable the deadlock resolver >>> options INVARIANTS # Enable calls of extra sanity checking >> Garbled indentation suggests you've put after "options" instead of >> space. If you decide to fix it, you can take care of the similar error >> with FLOWTABLE option at least in amd64/conf/GENERIC. > > I'm sorry but it seems that all the other (at least for debugging) are > as 'optionsMACRO' which is what I did here, or I made something > wrong? At least in the i386/amd64 kernel config files typically we have: optionsOPTION And it is the case for the quoted above amd64 context. -- Andriy Gapon