lkml.org 
[lkml]   [2012]   [Jun]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] Disable Bus Master on PCI device shutdown
From
Date
On Wed, 2012-06-06 at 18:42 +0100, Matthew Garrett wrote:
> On Wed, Jun 06, 2012 at 11:32:36AM -0600, Khalid Aziz wrote:
>
> > Do we agree that if device shutdown routine cleanly shuts down all I/O,
> > clearing PCI Bus Mster bit should be safe?
>
> In the absence of hardware that dislikes the bus master bit ever being
> disabled, yes. Do we know if hardware is ever tested in that situation?

I will wait for device vendors to comment on that. I can't claim I have
tested more than a few devices that way.

>
> > If yes, then we only have to deal with broken devices. So the approach
> > could be to disable Bus Master bit unless the device ID matches a
> > blacklist which we update as we find broken devices. I really don't
> > like the idea of maintaining blacklists in the kernel for such things
> > but is that a more practical approach? If blacklist does not sound
> > good, maybe we can ask drivers to tell PCI subsystem if they are not
> > ok with clearing Bus Master bit and then PCI subsystem could skip
> > those devices.
>
> Or we could just put responsibility on the drivers to ensure that the
> hardware won't continue doing any DMA, either by shutting down the
> engines or clearing the bit.
>

I assume device shutdown routine should stop all I/O and shutting down
DMA engine. Disabling Bus Master bit is just an extra measure of safety.
I do like the idea of disabling Bus Master bit in device shutdown
routine. After all, drivers know their hardware best. On the other hand,
it is change to lots of driver code to implement this which means it
will end up happening slowly over period of time. I don't mind doing the
work up front on a good number of drivers I feel comfortable modifying.
I am ok with pulling out code to clear bus master bit from PCI subsystem
and replacing it with modified shutdown routines for a few drivers to
start with.

Does any one see any other issues with modifying driver shutdown
routines for disabling Bus Master bit? Bjorn, any opinions?

====================================================================
Khalid Aziz Unix Systems Lab
(970)898-9214 Hewlett-Packard
khalid.aziz@hp.com Fort Collins, CO



\
 
 \ /
  Last update: 2012-06-06 20:21    [W:0.094 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site