Re: [BK PATCHES] libata fixes

From: Jeff Garzik
Date: Sat Nov 08 2003 - 15:25:02 EST


Sergey Vlasov wrote:
(Not about this particular libata update)

static void __init quirk_intel_ide_combined(struct pci_dev *pdev)
...
{ PCI_FIXUP_FINAL, PCI_VENDOR_ID_INTEL, PCI_ANY_ID,
quirk_intel_ide_combined },

Won't this oops if some Intel device would be hotplugged? A similar
problem with quirk_via_bridge was just fixed.


We should probably start marking entries as "no hotplug" because many of the quirks have no need to be run after initial boot.

Jeff



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