The patch titled uml: fix kernel stack size on x86_64 has been added to the -mm tree. Its filename is uml-fix-kernel-stack-size-on-x86_64.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: uml: fix kernel stack size on x86_64 From: Jeff Dike <jdike@xxxxxxxxxxx> Having KERNEL_STACK_ORDER in defconfig overrides the value provided by Kconfig, breaking UML/x86_64, which wants 2 page stacks. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/defconfig | 1 - 1 files changed, 1 deletion(-) diff -puN arch/um/defconfig~uml-fix-kernel-stack-size-on-x86_64 arch/um/defconfig --- a/arch/um/defconfig~uml-fix-kernel-stack-size-on-x86_64 +++ a/arch/um/defconfig @@ -86,7 +86,6 @@ CONFIG_MCONSOLE=y # CONFIG_MAGIC_SYSRQ is not set CONFIG_NEST_LEVEL=0 # CONFIG_HIGHMEM is not set -CONFIG_KERNEL_STACK_ORDER=0 CONFIG_UML_REAL_TIME_CLOCK=y # _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are uml-fix-kernel-stack-size-on-x86_64.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