From owner-freebsd-current@FreeBSD.ORG Sat Jun 4 15:11:16 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 261C316A41C for ; Sat, 4 Jun 2005 15:11:16 +0000 (GMT) (envelope-from antoine@mna75-2-82-67-196-50.fbx.proxad.net) Received: from barton.dreadbsd.org (madhouse.dreadbsd.org [82.67.196.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 994EB43D58 for ; Sat, 4 Jun 2005 15:11:15 +0000 (GMT) (envelope-from antoine@mna75-2-82-67-196-50.fbx.proxad.net) Received: from barton.dreadbsd.org (localhost [127.0.0.1]) by barton.dreadbsd.org (8.13.3/8.13.1) with ESMTP id j54FBAv0020441; Sat, 4 Jun 2005 17:11:10 +0200 (CEST) (envelope-from antoine@mna75-2-82-67-196-50.fbx.proxad.net) Received: (from antoine@localhost) by barton.dreadbsd.org (8.13.3/8.13.1/Submit) id j54FB9Dd020431; Sat, 4 Jun 2005 17:11:09 +0200 (CEST) (envelope-from antoine) Date: Sat, 4 Jun 2005 17:11:09 +0200 From: Antoine Brodin To: Jeff Roberson Message-Id: <20050604171109.7a36099a.antoine.brodin@laposte.net> In-Reply-To: <20050604052429.T8209@mail.chesapeake.net> References: <20050604052429.T8209@mail.chesapeake.net> X-Mailer: Sylpheed version 1.9.12 (GTK+ 2.6.7; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: ULE Status. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2005 15:11:16 -0000 Jeff Roberson wrote: > I just fixed what should be the last ULE+KSE+PREEMPTION bug. Please let > me know if you run into any problems with it, preferably with a seperate > mail to me as I'm more likely to see this than one which is cc'd to > current@. > > Thanks, > Jeff > > ---------- Forwarded message ---------- > Date: Sat, 4 Jun 2005 09:23:29 +0000 (UTC) > From: Jeff Roberson > To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org > Subject: cvs commit: src/sys/kern sched_ule.c > > jeff 2005-06-04 09:23:29 UTC > > FreeBSD src repository > > Modified files: > sys/kern sched_ule.c > Log: > - Don't SLOT_USE() in the preempt case, sched_add() has already taken the > slot for us. Previously, we would take two slots on every preempt, and > setrunqueue() would fix it up for us in the non threaded case. The > threaded case was simply broken. > - Clean up flags, prototypes, comments. > > Revision Changes Path > 1.150 +37 -72 src/sys/kern/sched_ule.c After this commit, I've got this kind of message when I quit firefox for example: pid 3685: corrected slot count (5399->1) Is this normal ? I use ULE+PREEMPTION on a UP box. Cheers, Antoine