From owner-freebsd-current@FreeBSD.ORG Wed Dec 3 12:28:50 2003 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 DF7C016A4CE; Wed, 3 Dec 2003 12:28:50 -0800 (PST) Received: from park.rambler.ru (park.rambler.ru [81.19.64.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B2C143FB1; Wed, 3 Dec 2003 12:28:49 -0800 (PST) (envelope-from is@rambler-co.ru) Received: from is (is.park.rambler.ru [81.19.64.102]) by park.rambler.ru (8.12.6/8.12.6) with ESMTP id hB3KSlWU016730; Wed, 3 Dec 2003 23:28:47 +0300 (MSK) (envelope-from is@rambler-co.ru) Date: Wed, 3 Dec 2003 23:28:46 +0300 (MSK) From: Igor Sysoev X-Sender: is@is To: John Baldwin In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@FreeBSD.org Subject: Re: A page fault in subr_turnstile.c:propogate_priority() 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: Wed, 03 Dec 2003 20:28:51 -0000 On Wed, 3 Dec 2003, John Baldwin wrote: > > With a patch from http://www.FreeBSD.org/~jhb/patches/turnstile.patch > > I can not even rebuild kernel. Can I add MPASS to sources from > > 2003.11.28.00.00.00 ? > > Ok, I've just updated turnstile.patch again. I was testing a bogus > condition in my earlier patch. :/ This patch has survived for a while > now on my test machine that was panic'ing with the earlier patch, so > try giving this patch a try against stock CVS sources and see if it > clears up all your panics. Thanks. I added MPASS to sources from 2003.11.28.00.00.00 and since then the system made 3 builds of the world. I think it would panic tomorrow or so. I'll get crash dump and then try your new patch. Can I apply the new patch to sources from 2003.11.28.00.00.00 or I need to cvsup to more recent data ? Igor Sysoev http://sysoev.ru/en/