Please consider pulling my for-linus branch from: git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 for-linus This has the fix for the sky2 VPD bug, as well as a few others related to the newly merged code. Alex Chiang (4): PCI: annotate pci_rescan_bus as __ref, not __devinit PCI: allow PCI core hotplug to remove PCI root bus PCI Hotplug: acpiphp: grab refcount on p2p subordinate bus PCI: pci_slot: grab refcount on slot's bus Anton Vorontsov (1): PCI: Fix oops in pci_vpd_truncate Randy Dunlap (1): PCI-IOV: fix missing kernel-doc Yu Zhao (1): PCI: SR-IOV quirk for Intel 82576 NIC Yuji Shimada (2): PCI: Setup disabled bridges even if buses are added PCI: don't corrupt enable_cnt when doing manual resource alignment drivers/acpi/pci_slot.c | 5 +++ drivers/pci/access.c | 3 +- drivers/pci/bus.c | 2 +- drivers/pci/hotplug/acpiphp_glue.c | 14 ++++++++ drivers/pci/iov.c | 1 + drivers/pci/pci-sysfs.c | 6 +--- drivers/pci/pci.c | 4 +- drivers/pci/probe.c | 2 +- drivers/pci/quirks.c | 62 +++++++++++++++++++++++++++++++++--- drivers/pci/setup-bus.c | 2 +- include/linux/pci.h | 5 +++ 11 files changed, 90 insertions(+), 16 deletions(-) -- Jesse Barnes, Intel Open Source Technology Center -- 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