The patch titled uml build fix has been removed from the -mm tree. Its filename is uml-build-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml build fix From: "Ollie Wild" <aaw@xxxxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/um/drivers/net_kern.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/um/drivers/net_kern.c~uml-build-fix arch/um/drivers/net_kern.c --- a/arch/um/drivers/net_kern.c~uml-build-fix +++ a/arch/um/drivers/net_kern.c @@ -310,7 +310,7 @@ static void setup_etheraddr(char *str, u return; random: - random_ether_addr(addr) + random_ether_addr(addr); } static DEFINE_SPINLOCK(devices_lock); _ Patches currently in -mm which might be from aaw@xxxxxxxxxx are origin.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