From owner-cvs-src@FreeBSD.ORG Sat Aug 6 16:22:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A232F16A41F; Sat, 6 Aug 2005 16:22:18 +0000 (GMT) (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 21D4643D48; Sat, 6 Aug 2005 16:22:15 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j76GYNq4001547; Sat, 6 Aug 2005 10:34:24 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42F4E3AF.8000001@samsco.org> Date: Sat, 06 Aug 2005 10:22:07 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200508061031.j76AVR6P072556@repoman.freebsd.org> <20050806160155.GA3944@xor.obsecurity.org> In-Reply-To: <20050806160155.GA3944@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, David Xu , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 16:22:18 -0000 Kris Kennaway wrote: > On Sat, Aug 06, 2005 at 10:31:27AM +0000, David Xu wrote: > >>davidxu 2005-08-06 10:31:27 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/i386/conf GENERIC >> Log: >> Make ULE as default scheduler, allow it to be tested more widely. > > > Why? It's already known to cause panics, shouldn't you have fixed > those first before inflicting them on users? > > Kris Actually, he has fixed a number of panics in ULE in the last week. I agree with turning ULE back on by default in order to get more exposure, but I would rather it have happened after 6.0-R so that we could concentrate on the release. David, would you mind reverting this until after 6.0-R? Thanks, Scott