From owner-cvs-all@FreeBSD.ORG Sun Aug 8 09:28:52 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 B697416A4CE; Sun, 8 Aug 2004 09:28:52 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC23143D45; Sun, 8 Aug 2004 09:28:51 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i789SgSS055765; Sun, 8 Aug 2004 10:28:43 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: John Baldwin Date: Sun, 8 Aug 2004 10:28:44 +0100 User-Agent: KMail/1.6.2 References: <200408061549.i76Fni3I019460@repoman.freebsd.org> <4113AC45.1050003@freebsd.org> <200408061340.15480.jhb@FreeBSD.org> In-Reply-To: <200408061340.15480.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408081028.44760.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 08 Aug 2004 09:28:52 -0000 On Friday 06 August 2004 18:46, John Baldwin wrote: > On Friday 06 August 2004 12:05 pm, Scott Long wrote: > > John Baldwin wrote: > > > jhb 2004-08-06 15:49:44 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/kern kern_switch.c > > > Log: > > > Don't scare users with a warning about preemption being off > > > when it isn't yet safe to have on by default. > > > > > > Revision Changes Path > > > 1.75 +2 -0 src/sys/kern/kern_switch.c > > > > I was actually hoping to leave this on as a reminder to get us to > > fix the underlying problems, and only turning it off if absolutely > > necessary for the release. Sorry that I didn't mention this > > sooner. > > Hmm, it seems at least one person on current@ was already confused by > this and asking if he should turn on FULL_PREEMPTION instead. We > probably don't want people doing that. :-P Also, believe me that I > haven't forgotten about the preemption stability problems. I just > need to reproduce these problems on machines with a serial console. > The only machine I can reproduce hangs on so far is my laptop which > has no serial port. :( Does it have firewire? Dcons is dead easy to set up - just add dcons and dcons_crom to a kernel config and it automatically becomes the console.