From owner-cvs-src-old@FreeBSD.ORG Tue Sep 15 19:14:42 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC5B310656B1 for ; Tue, 15 Sep 2009 19:14:42 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB0B18FC1B for ; Tue, 15 Sep 2009 19:14:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8FJEgFf050379 for ; Tue, 15 Sep 2009 19:14:42 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8FJEgSj050378 for cvs-src-old@freebsd.org; Tue, 15 Sep 2009 19:14:42 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200909151914.n8FJEgSj050378@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 15 Sep 2009 19:14:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 19:14:42 -0000 attilio 2009-09-15 19:14:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern sched_ule.c Log: SVN rev 197226 on 2009-09-15 19:14:25Z by attilio MFC r197223: Fix sched_switch_migrate() by assuming locks cannot be shared and a deadlock between 3 different threads by acquiring both runqueue locks when doing the migration. Please note that this is a special condition as we want this fix in before RC1 as we assume it is critical and so it has been handled as an instant-merge. For the STABLE_7 branch, 1 week before the MFC is assumed. Approved by: re (kib) Revision Changes Path 1.257.2.2 +11 -11 src/sys/kern/sched_ule.c