From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from terminus.zytor.com ([198.137.202.10]) by bombadil.infradead.org with esmtps (Exim 4.68 #1 (Red Hat Linux)) id 1JMtFG-00035W-KD for kexec@lists.infradead.org; Wed, 06 Feb 2008 23:00:05 +0000 Message-ID: <47AA3B16.7000507@zytor.com> Date: Wed, 06 Feb 2008 14:56:22 -0800 From: "H. Peter Anvin" MIME-Version: 1.0 Subject: Re: [PATCH], issue EOI to APIC prior to calling crash_kexec in die_nmi path References: <20080206192555.GA24910@hmsendeavour.rdu.redhat.com> <20080206220001.GA15155@elte.hu> <20080206224805.GD11886@redhat.com> In-Reply-To: <20080206224805.GD11886@redhat.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org+dwmw2=infradead.org@lists.infradead.org To: Vivek Goyal Cc: Neil Horman , kexec@lists.infradead.org, linux-kernel@vger.kernel.org, mingo@redhat.com, Ingo Molnar , tglx@linutronix.de Vivek Goyal wrote: > > I am wondering if interrupts are disabled on crashing cpu or if crashing > cpu is inside die_nmi(), how would it stop/prevent delivery of NMI IPI to > other cpus. > I don't see how it would. -hpa _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761694AbYBFXBe (ORCPT ); Wed, 6 Feb 2008 18:01:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758525AbYBFXBY (ORCPT ); Wed, 6 Feb 2008 18:01:24 -0500 Received: from terminus.zytor.com ([198.137.202.10]:39964 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758353AbYBFXBX (ORCPT ); Wed, 6 Feb 2008 18:01:23 -0500 Message-ID: <47AA3B16.7000507@zytor.com> Date: Wed, 06 Feb 2008 14:56:22 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Vivek Goyal CC: Ingo Molnar , Neil Horman , tglx@linutronix.de, mingo@redhat.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH], issue EOI to APIC prior to calling crash_kexec in die_nmi path References: <20080206192555.GA24910@hmsendeavour.rdu.redhat.com> <20080206220001.GA15155@elte.hu> <20080206224805.GD11886@redhat.com> In-Reply-To: <20080206224805.GD11886@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Vivek Goyal wrote: > > I am wondering if interrupts are disabled on crashing cpu or if crashing > cpu is inside die_nmi(), how would it stop/prevent delivery of NMI IPI to > other cpus. > I don't see how it would. -hpa