From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 4 21:01:44 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADB8116A419 for ; Mon, 4 Feb 2008 21:01:44 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE5AA13C46E; Mon, 4 Feb 2008 21:01:43 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47A77D36.6040102@FreeBSD.org> Date: Mon, 04 Feb 2008 22:01:42 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: gregoryd.freebsd@free.fr References: <47A6D272.2000406@gmail.com> <47A6D420.5050700@delphij.net> <1202156029.47a771fda5d1c@imp.free.fr> <47A773AD.1010108@delphij.net> <47A7749B.8070100@FreeBSD.org> <1202158167.47a77a572701f@imp.free.fr> In-Reply-To: <1202158167.47a77a572701f@imp.free.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, d@delphij.net Subject: Re: SCHED_ULE trouble after ugrade 6.2-RELEASE -> 6.3-RELEASE X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2008 21:01:44 -0000 gregoryd.freebsd@free.fr wrote: > Quoting Kris Kennaway : > >> Yes, there is no possibility of ULE 2.0 being merged to 6.x. Use it in >> 6.x if you dare, just don't complain to us if it breaks your system :-) > > All right, I won't :-) > >> i.e. if at any point you start experiencing problems, do not report them >> until you have verified that they persist with 4BSD also. > > I can hear you. > Then again, I'm in the slow process of converting people in my office to use > FreeBSD instead of GNU/Linux: it's not going to be easy if 6.3 4BSD exhibits > slownesses when compiling a kernel, and 6.3 ULE might prove not that stable :-\ > (I've not encountered any problem until now, though, and I'm "touching wood" as > my granny says) > > By the way, why still include ULE in 6.x if it is to be avoided ? Typically we don't remove even experimental (even broken) code in stable branches in case it is still useful to someone despite the problems. Try 7.0 instead. Kris