From nobody@FreeBSD.org  Tue Jul 10 18:53:40 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 9E6ED16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Jul 2007 18:53:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 8E7BF13C48A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Jul 2007 18:53:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l6AIreLX021528
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Jul 2007 18:53:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l6AIreaS021527;
	Tue, 10 Jul 2007 18:53:40 GMT
	(envelope-from nobody)
Message-Id: <200707101853.l6AIreaS021527@www.freebsd.org>
Date: Tue, 10 Jul 2007 18:53:40 GMT
From: Ben Kaduk <minimarmot@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: SCHED_ULE no longer experimental (sys/conf/NOTES)
X-Send-Pr-Version: www-3.0

>Number:         114478
>Category:       kern
>Synopsis:       [NOTES] [patch] SCHED_ULE no longer experimental
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jeff
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 10 19:00:10 GMT 2007
>Closed-Date:    Wed Jul 18 13:54:14 GMT 2007
>Last-Modified:  Wed Jul 18 15:07:18 GMT 2007
>Originator:     Ben Kaduk
>Release:        7.0-CURRENT
>Organization:
>Environment:
System: FreeBSD prolepsis.scs.uiuc.edu 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sun Apr 1 16:59:00 UTC 2007 kaduk@prolepsis.scs.uiuc.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
According to the latest quarterly status report [1], Jeff Roberson no longer considers SCHED_ULE to be experimental.  We may wish to note this in NOTES, though I defer judging whether or not it should be re-added to GENERIC (simon@ removed it about 9 months ago).

[1] http://www.freebsd.org/news/status/report-2007-04-2007-06.html
>How-To-Repeat:
grep -C3 SCHED_ULE /usr/src/sys/conf/NOTES
>Fix:


Patch attached with submission follows:

--- NOTES.orig	2007-07-10 13:47:10.000000000 -0500
+++ NOTES	2007-07-10 13:47:23.000000000 -0500
@@ -178,8 +178,7 @@
 #
 # SCHED_ULE is a new scheduler that has been designed for SMP and has some
 # advantages for UP as well.  It is intended to replace the 4BSD scheduler
-# over time.  NOTE: SCHED_ULE is currently considered experimental and is
-# not recommended for production use at this time.
+# over time.
 #
 options 	SCHED_4BSD
 #options 	SCHED_ULE


>Release-Note:
>Audit-Trail:

From: Craig Rodrigues <rodrigc@crodrigues.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: kern/114478: SCHED_ULE no longer experimental (sys/conf/NOTES)
Date: Wed, 18 Jul 2007 07:38:54 -0400

 ----- Forwarded message from Jeff Roberson <jeff@FreeBSD.org> -----
 
 From: Jeff Roberson <jeff@FreeBSD.org>
 Date: Wed, 18 Jul 2007 02:51:21 +0000 (UTC)
 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
 Subject: cvs commit: src/sys/conf NOTES
 
 jeff        2007-07-18 02:51:21 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/conf             NOTES 
   Log:
    - Update ULE note to remove warnings against production use.
   
   Suggested by:   Ben Kaduk <minimarmot@gmail.com>
   Approved by:    re
   
   Revision  Changes    Path
   1.1445    +5 -4      src/sys/conf/NOTES
 
 ----- End forwarded message -----
 
 -- 
 Craig Rodrigues        
 rodrigc@crodrigues.org
State-Changed-From-To: open->closed 
State-Changed-By: rodrigc 
State-Changed-When: Wed Jul 18 13:53:51 UTC 2007 
State-Changed-Why:  
Patch applied. 


Responsible-Changed-From-To: freebsd-bugs->jroberson 
Responsible-Changed-By: rodrigc 
Responsible-Changed-When: Wed Jul 18 13:53:51 UTC 2007 
Responsible-Changed-Why:  
Patch applied. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114478 
Responsible-Changed-From-To: jroberson->jeff 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Jul 18 15:06:54 UTC 2007 
Responsible-Changed-Why:  
Correct assignment in case of any followups. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114478 
>Unformatted:
