The patch titled ibmebus: uevent support has been removed from the -mm tree. Its filename was ibmebus-uevent-support.patch This patch was dropped because it had testing failures ------------------------------------------------------ Subject: ibmebus: uevent support From: Joachim Fenkes <fenkes@xxxxxxxxxx> This adds uevent support to ibmebus using the generic of_device_uevent() function. Signed-off-by: Joachim Fenkes <fenkes@xxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/kernel/ibmebus.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/powerpc/kernel/ibmebus.c~ibmebus-uevent-support arch/powerpc/kernel/ibmebus.c --- a/arch/powerpc/kernel/ibmebus.c~ibmebus-uevent-support +++ a/arch/powerpc/kernel/ibmebus.c @@ -460,6 +460,7 @@ static struct bus_attribute ibmebus_bus_ struct bus_type ibmebus_bus_type = { .name = "ibmebus", + .uevent = of_device_uevent, .match = ibmebus_bus_match, .dev_attrs = ibmebus_dev_attrs, .bus_attrs = ibmebus_bus_attrs _ Patches currently in -mm which might be from fenkes@xxxxxxxxxx are git-powerpc.patch ibmebus-uevent-support.patch ibmebus-change-probe-remove-interface-from-using-loc-code-to-dt-path.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