David Brownell writes:
 > Pete's patch to pci_pool_free() is fine with me, and I'd be glad
 > to see that bit of pci interface cleaned up.  Any changes needed
 > other than the pci.txt doc update?

Ummm... What Alan's saying is:

1) Whatever driver is trying to shut down from IRQ context
   is broken must be fixed.  pci_pool is fine.

2) The Documentation/ files which suggest that such device
   removal from IRQs is "OK" must be fixed because it is not
   "OK" to handle device removal from IRQ context.

So Pete's change is not needed.  A fix for the documentation and
broken drivers is needed instead.

Later,
David S. Miller
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to