The patch titled uml: initialize a list head has been removed from the -mm tree. Its filename was uml-initialize-a-list-head.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: initialize a list head From: Jeff Dike <jdike@xxxxxxxxxxx> We need to initialize lists properly. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/drivers/stdio_console.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/um/drivers/stdio_console.c~uml-initialize-a-list-head arch/um/drivers/stdio_console.c --- a/arch/um/drivers/stdio_console.c~uml-initialize-a-list-head +++ a/arch/um/drivers/stdio_console.c @@ -69,6 +69,7 @@ static struct line_driver driver = { .write_irq = CONSOLE_WRITE_IRQ, .write_irq_name = "console-write", .mc = { + .list = LIST_HEAD_INIT(driver.mc.list), .name = "con", .config = con_config, .get_config = con_get_config, _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.patch uml-fix-prototypes.patch dynamic-kernel-command-line-common.patch dynamic-kernel-command-line-um.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