From owner-svn-src-head@FreeBSD.ORG Thu May 21 14:50:18 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E63C1065670; Thu, 21 May 2009 14:50:18 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id BDF5E8FC08; Thu, 21 May 2009 14:50:17 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.local (pooker.samsco.org [168.103.85.57]) by pooker.samsco.org (8.14.2/8.14.2) with ESMTP id n4LEaD7L080199; Thu, 21 May 2009 08:36:14 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4A1566DD.1060501@samsco.org> Date: Thu, 21 May 2009 07:36:13 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 MIME-Version: 1.0 To: Ken Smith References: <200905211322.n4LDM73t067924@svn.freebsd.org> <20090521132641.GJ1927@deviant.kiev.zoral.com.ua> <3bbf2fe10905210629p46c7a204v6863aaba77354462@mail.gmail.com> <200905210942.35555.jhb@freebsd.org> <1242916013.60178.19.camel@bauer.cse.buffalo.edu> In-Reply-To: <1242916013.60178.19.camel@bauer.cse.buffalo.edu> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=3.8 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: src-committers@FreeBSD.org, John Baldwin , svn-src-all@FreeBSD.org, Attilio Rao , svn-src-head@FreeBSD.org, Kostik Belousov Subject: Re: svn commit: r192535 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 14:50:18 -0000 Ken Smith wrote: > On Thu, 2009-05-21 at 09:42 -0400, John Baldwin wrote: >> I agree with kib, this should be reverted and CAM fixed instead. > > I haven't sent out an updated 8.0-REL status report yet (soon...) but > one of the people who contributed status information when I sent out the > last one was Scott Long saying he hoped to get some major CAM work done > before we started to lockdown for 8.0. I didn't see him listed as > having reviewed this to begin with so I'd like to request now that he be > given the chance to at least glance at any CAM related stuff to see if > his plans would impact what you're working on. I'll try to get an > updated status report out soon so it's easier to see who is planning to > work on what - once that's updated please take that into account and > check with people who seem to be working on the same subsystems as you > to see if they have plans that overlap what you're looking at. > > Thanks. > Yes, please extend me the courtesy of notifying me before anything significant is changed. I don't want to hold up good progress, though, so if I don't respond within a day or two, assume implicit approval. As John found out, CAM is very much event driven, so EXTREME care should be taken before changing event paths, and EXCEPTIONAL testing should be done before committing. Scott