From owner-cvs-all@FreeBSD.ORG Mon Aug 2 18:36:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7612916A4CE; Mon, 2 Aug 2004 18:36:23 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B4B543D6A; Mon, 2 Aug 2004 18:36:23 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i72IaBSo001836; Mon, 2 Aug 2004 11:36:11 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i72IaBrv001835; Mon, 2 Aug 2004 11:36:11 -0700 (PDT) (envelope-from obrien) Date: Mon, 2 Aug 2004 11:36:11 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20040802183611.GA1700@dragon.nuxi.com> References: <200408021814.i72IE6QJ030695@repoman.freebsd.org> <200408021422.19592.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408021422.19592.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 18:36:23 -0000 On Mon, Aug 02, 2004 at 02:22:19PM -0400, John Baldwin wrote: > On Monday 02 August 2004 02:14 pm, David E. O'Brien wrote: > > obrien 2004-08-02 18:14:06 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/modules Makefile > > Log: > > Don't build and install a mem.ko module. > > Currently one cannot load the mem.ko module without panicing if mem is > > compiled into the kernel and one cannot build a kernel w/o "device mem" > > right now either. Thus it is too dangerous to install mem.ko right now > > because if one puts 'mem_load="YES"' in /etc/loader.conf they cannot > > boot an "old" kernel (at the time that a kernel doesn't have to be built > > with "device mem). > > > > Revision Changes Path > > 1.388 +0 -1 src/sys/modules/Makefile > > You need to file a bug report, not start a commit war. Revert this > commit and give Mark a chance of trying to fix this. Why is this a commit war? I'm trying to prevent panics for something that is a WIP and isn't ready for prime time. I'll back it out, but I'm now asking for a back out of the entire mem as a module commit -- it is only 1/2 baked and CVS doesn't need to be a sandbox for incomplete WIP's that panic can easly the system. -- -- David (obrien@FreeBSD.org)