From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752787AbXCOKRT (ORCPT ); Thu, 15 Mar 2007 06:17:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751859AbXCOKRT (ORCPT ); Thu, 15 Mar 2007 06:17:19 -0400 Received: from one.firstfloor.org ([213.235.205.2]:59091 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751573AbXCOKRS (ORCPT ); Thu, 15 Mar 2007 06:17:18 -0400 Date: Thu, 15 Mar 2007 11:17:13 +0100 From: Andi Kleen To: Tejun Heo Cc: Andi Kleen , gregkh@suse.de, Jeff Garzik , linux-kernel@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz, michal.k.k.piotrowski@gmail.com, linux-ide@vger.kernel.org, tglx@linutronix.de, shemminger@linux-foundation.org, mlord@pobox.com, linux-pm@lists.osdl.org Subject: Re: [PATCH/RFC] PCI prepare/activate instead of enable to avoid IRQ storm and rogue DMA access Message-ID: <20070315101713.GA10114@one.firstfloor.org> References: <20070314152302.GB15600@htj.dyndns.org> <45F8B1FE.5060406@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45F8B1FE.5060406@gmail.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Do you mean between disabling IRQ mechanisms and enabling PCI device in > pcim_prepare_device()? Yes. -Andi