From owner-freebsd-arch@FreeBSD.ORG Thu Jul 21 11:52:15 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 D6C861065672; Thu, 21 Jul 2011 11:52:15 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id DDB388FC0C; Thu, 21 Jul 2011 11:52:14 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id OAA19107; Thu, 21 Jul 2011 14:52:12 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4E2812EB.1090307@FreeBSD.org> Date: Thu, 21 Jul 2011 14:52:11 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110705 Thunderbird/5.0 MIME-Version: 1.0 To: John Baldwin References: <4E0213A9.5050303@FreeBSD.org> <201106230854.59823.jhb@freebsd.org> In-Reply-To: <201106230854.59823.jhb@freebsd.org> X-Enigmail-Version: 1.2pre Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 11:52:15 -0000 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. -- Andriy Gapon