From owner-freebsd-arch@FreeBSD.ORG Thu Jul 21 15:53:41 2011 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3F221065678; Thu, 21 Jul 2011 15:53:41 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7AB928FC23; Thu, 21 Jul 2011 15:53:41 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 3159C46B35; Thu, 21 Jul 2011 11:53:41 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id AC8928A03D; Thu, 21 Jul 2011 11:53:40 -0400 (EDT) From: John Baldwin To: Andriy Gapon Date: Thu, 21 Jul 2011 11:47:24 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <4E0213A9.5050303@FreeBSD.org> <201106230854.59823.jhb@freebsd.org> <4E2812EB.1090307@FreeBSD.org> In-Reply-To: <4E2812EB.1090307@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201107211147.24363.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 21 Jul 2011 11:53:40 -0400 (EDT) Cc: freebsd-arch@freebsd.org Subject: Re: stop scheduler in panic context X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2011 15:53:41 -0000 On Thursday, July 21, 2011 7:52:11 am Andriy Gapon wrote: > on 23/06/2011 15:54 John Baldwin said the following: > > On Wednesday, June 22, 2011 12:09:13 pm Andriy Gapon wrote: > >> > >> I would like to present the following diff for review and discussion: > >> http://people.freebsd.org/~avg/stop_scheduler_on_panic.diff > > > > If it makes your life easier, go ahead and kill the RESTARTABLE_PANICS > > option (perhaps do that as a separate commit first?). > > I have not forgotten about this generous offer :-) > Here is a patch: http://people.freebsd.org/~avg/restartable_panics.diff > Compile tested with LINT and all modules on amd64. Go for it! -- John Baldwin