The patch titled uml: fix kernel stack size on x86_64 has been removed from the -mm tree. Its filename was uml-fix-kernel-stack-size-on-x86_64.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: fix kernel stack size on x86_64 From: Jeff Dike <jdike@xxxxxxxxxxx> Force KERNEL_STACK_ORDER to be at least 1 on UML/x86_64, to avoid overflows. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/Kconfig | 1 + 1 files changed, 1 insertion(+) diff -puN arch/um/Kconfig~uml-fix-kernel-stack-size-on-x86_64 arch/um/Kconfig --- a/arch/um/Kconfig~uml-fix-kernel-stack-size-on-x86_64 +++ a/arch/um/Kconfig @@ -278,6 +278,7 @@ config HIGHMEM config KERNEL_STACK_ORDER int "Kernel stack size order" default 1 if 64BIT + range 1 10 if 64BIT default 0 if !64BIT help This option determines the size of UML kernel stacks. They will _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.patch hostfs-convert-to-new-aops.patch uml-fix-request-sector-update.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