From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 21:00:54 2004 Return-Path: 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 EC27016A4D6 for ; Mon, 23 Aug 2004 21:00:53 +0000 (GMT) Received: from av9-2-sn4.m-sp.skanova.net (av9-2-sn4.m-sp.skanova.net [81.228.10.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD8543D41 for ; Mon, 23 Aug 2004 21:00:53 +0000 (GMT) (envelope-from pawel.worach@telia.com) Received: by av9-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id E151E37EAF; Mon, 23 Aug 2004 23:00:52 +0200 (CEST) Received: from smtp2-1-sn4.m-sp.skanova.net (smtp2-1-sn4.m-sp.skanova.net [81.228.10.183]) by av9-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id CEFE837E5E; Mon, 23 Aug 2004 23:00:52 +0200 (CEST) Received: from corona.sajd.net (h80n2fls31o265.telia.com [217.208.189.80]) by smtp2-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 7B5F337E47; Mon, 23 Aug 2004 23:00:52 +0200 (CEST) Received: from [127.0.0.1] (sajd@localhost [127.0.0.1]) by corona.sajd.net (8.13.1/8.13.1) with ESMTP id i7NL0o7P004770; Mon, 23 Aug 2004 23:00:51 +0200 (CEST) (envelope-from pawel.worach@telia.com) Message-ID: <412A5B02.9010705@telia.com> Date: Mon, 23 Aug 2004 23:00:50 +0200 From: Pawel Worach User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040815) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug White References: <20040822115345.Y94593@carver.gumbysoft.com> In-Reply-To: <20040822115345.Y94593@carver.gumbysoft.com> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: PLEASE TEST: IPI deadlock avoidance patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 23 Aug 2004 21:00:54 -0000 Doug White wrote: > Hey folks, > > If you have a reasonably fast i386 or amd64 multiprocessor and/or > hyperthreading machine and are experiencing reproducible hangs during -j > buildwords and other highly parallel operations, please try this patch: > > http://people.freebsd.org/~dwhite/smp_rv_mtx.patch > Worked like a charm, Four way Xeon box with a -j256 buildstone using SCHED_ULE. Thanks for tracking this down! -- Pawel