Re: [linux-pm] PCI hotplug v.s. suspend

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 15 Jun 2009, Alan Jenkins wrote:

> Hi,
> 
> I triggered a WARNING while hacking on eeepc-laptop's 
> rfkill-by-pci-hotplug.  I saw "Trying to free already-free IRQ" in 
> ath5k_pci_remove(), because the IRQ was already freed by 
> ath5k_pci_suspend().  My changes to eeepc-laptop had allowed the PCI 
> device to be removed while suspended.
> 
> Are PCI drivers supposed to handle remove() while suspended?

Yes.  You found a bug in the driver.  However it's not clear (to me at
least) whether the bug is that the IRQ is freed in the suspend method
or that there's no check for already-freed in the remove method.  My 
guess is the latter.

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux