Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci

Pull PCI fix from Bjorn Helgaas:
"This is another fix for v3.8. It fixes an oops that happens when a
Thunderbolt adapter is unplugged (remove device, poll for PME events
on no-longer-existing device, oops)."

* tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
PCI/PM: Clean up PME state when removing a device

+2
+2
drivers/pci/remove.c
··· 19 19 20 20 static void pci_stop_dev(struct pci_dev *dev) 21 21 { 22 + pci_pme_active(dev, false); 23 + 22 24 if (dev->is_added) { 23 25 pci_proc_detach_device(dev); 24 26 pci_remove_sysfs_dev_files(dev);