From owner-cvs-all@FreeBSD.ORG Thu Nov 15 23:06:06 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8877B16A418; Thu, 15 Nov 2007 23:06:06 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.freebsd.org (Postfix) with ESMTP id 5364213C459; Thu, 15 Nov 2007 23:03:57 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by ironport2.ambrisko.com with ESMTP; 15 Nov 2007 14:28:49 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.14.1/8.12.11) with ESMTP id lAFMYqFK041778; Thu, 15 Nov 2007 14:34:52 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.14.1/8.13.1/Submit) id lAFMYqAJ041777; Thu, 15 Nov 2007 14:34:52 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200711152234.lAFMYqAJ041777@ambrisko.com> In-Reply-To: <473CB21A.1000501@elischer.org> To: Julian Elischer Date: Thu, 15 Nov 2007 14:34:52 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Gleb Smirnoff , Robert Watson , Steve Kargl Subject: Re: cvs commit: src/sys/kern kern_kse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2007 23:06:06 -0000 Julian Elischer writes: | Robert Watson wrote: | > On Thu, 15 Nov 2007, Julian Elischer wrote: | >>>> "no matter how small the change, use diff + patch to move it across." | >>> | >>> After applying the patch on your commit machine, is it too difficult | >>> to actually retest before committing? This would catch the broken | >>> commit before it becomes a Tinderbox issue. | >>> | >>> Seems to be a QA problem on your part. | >> | >> yes.. but I can't do a compile from my mac. (my commit machine). The | >> answer is to be rigorous about how I move the patch from the build | >> machine to the commit machine. | >> | >> This is a temporary situation. new infrastructure will let me commit | >> from my build machine again. | > | > I find having a copy of Parallels (or VMWare) around very useful for | > precisely this situation -- it means that even when I have only the Mac | > around I can easily do a local test build. The various VM packages | > certainly have their limitations, but they're far better than nothing. | | It's a PPC Bochs is free and emulates on pretty much whatever. Even with emulation it is probably much faster then some machines we used to use. Doug A.