From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755282AbaEOO43 (ORCPT ); Thu, 15 May 2014 10:56:29 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:48080 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755090AbaEOO41 (ORCPT ); Thu, 15 May 2014 10:56:27 -0400 X-IronPort-AV: E=Sophos;i="4.97,1059,1389744000"; d="scan'208";a="130724529" Message-ID: <5374D598.8060807@citrix.com> Date: Thu, 15 May 2014 15:56:24 +0100 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , CC: Andrew Jones , Konrad Rzeszutek Wilk , Boris Ostrovsky , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , , Subject: Re: [PATCH] xen/x86: set panic notifier priority to minimum References: <1400000185-15148-1-git-send-email-rkrcmar@redhat.com> In-Reply-To: <1400000185-15148-1-git-send-email-rkrcmar@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.80.2.76] X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/05/14 17:56, Radim Krčmář wrote: > Execution is not going to continue after telling Xen about the crash. > Let other panic notifiers run by postponing the final hypercall as much > as possible. Applied to devel/for-linus-3.16 Thanks. David