[<prev] [next>] [day] [month] [year] [list]
Message-ID: <m17it1sy2b.fsf@ebiederm.dsl.xmission.com>
Date: Wed, 28 Mar 2007 00:05:00 -0600
From: ebiederm@...ssion.com (Eric W. Biederman)
To: Michael Ellerman <michael@...erman.id.au>
Cc: linux-pci@...ey.karlin.mff.cuni.cz,
Greg Kroah-Hartman <greg@...ah.com>,
"David S. Miller" <davem@...emloft.net>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
<linux-kernel@...r.kernel.org>, Andrew Morton <akpm@...l.org>,
<daniel.e.wolstenholme@...el.com>
Subject: Re: [PATCH 12/21] MSI: Leave MSI-X masking to the irq chip
Michael Ellerman <michael@...erman.id.au> writes:
> When freeing an MSI-X in msi_free_irq(), the irq must have already been
> free'd (otherwise we'd hit the BUG_ON), and in the process will have been
> masked or otherwise disabled by the irq chip methods. So there's no
> reason to mask again in the MSI code.
Given the recent discussion about the problems of lazy disable I don't believe
the premise of this patch.
Although I suspect the proper solution is to fix free_irq to call ->mask instead
of disable. If an irq fires in the forest and no one is listening who cares.
After which point this patch would make sense again.
Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists