The patch titled pci hotplug: export kobject_rename for pci_hotplug_core has been removed from the -mm tree. Its filename was pci-hotplug-export-kobject_rename-for-pci_hotplug_core.patch This patch was dropped because yup, these got wrecked The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: pci hotplug: export kobject_rename for pci_hotplug_core From: Kenji Kaneshige <kaneshige.kenji@xxxxxxxxxxxxxx> Export kobject_rename() to fix the following link error. This happens when pci_hotplug_core driver is compiled as a kernel module. ERROR: "kobject_rename" [drivers/pci/hotplug/pci_hotplug.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 make: *** Waiting for unfinished jobs.... Signed-off-by: Kenji Kaneshige <kaneshige.kenji@xxxxxxxxxxxxxx> Acked-by: Alex Chiang <achiang@xxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Signed-off-by: Alex Chiang <achiang@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/kobject.c | 1 + 1 file changed, 1 insertion(+) diff -puN lib/kobject.c~pci-hotplug-export-kobject_rename-for-pci_hotplug_core lib/kobject.c --- a/lib/kobject.c~pci-hotplug-export-kobject_rename-for-pci_hotplug_core +++ a/lib/kobject.c @@ -489,6 +489,7 @@ out: return error; } +EXPORT_SYMBOL_GPL(kobject_rename); /** * kobject_move - move object to another parent _ Patches currently in -mm which might be from kaneshige.kenji@xxxxxxxxxxxxxx are origin.patch linux-next.patch pci-hotplug-export-kobject_rename-for-pci_hotplug_core.patch pci-hotplug-introduce-pci_slot.patch pci-hotplug-introduce-pci_slot-rpaphp-correctly-call-pci_hp_register-for-empty-pci-slots.patch pci-hotplug-acpi-pci-slot-detection-driver.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html