From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753416Ab3JYK5r (ORCPT ); Fri, 25 Oct 2013 06:57:47 -0400 Received: from mail-ea0-f175.google.com ([209.85.215.175]:59808 "EHLO mail-ea0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751864Ab3JYK5p (ORCPT ); Fri, 25 Oct 2013 06:57:45 -0400 Date: Fri, 25 Oct 2013 12:57:42 +0200 From: Ingo Molnar To: Fenghua Yu Cc: H Peter Anvin , Ingo Molnar , Thomas Gleixner , linux-kernel Subject: Re: [PATCH] x86/apic: Disable I/O APIC before shutdown local APIC Message-ID: <20131025105742.GA5485@gmail.com> References: <1382578212-4677-1-git-send-email-fenghua.yu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1382578212-4677-1-git-send-email-fenghua.yu@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Fenghua Yu wrote: > From: Fenghua Yu > > In reboot and crash path, when shutdown local APIC, I/O APIC is still active. > This may cause issues because external interrupts can still come in and > disturb local APIC during shutdown process. To quiet external interrupts, > disable I/O APIC before shutdown local APIC. What specific 'issues' were observed, on what kind of systems? Thanks, Ingo