The patch titled uml: add asm/paravirt.h has been added to the -mm tree. Its filename is uml-add-asm-paravirth.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: add asm/paravirt.h From: Jeff Dike <jdike@xxxxxxxxxxx> Add asm-um/paravirt.h so that i386 headers that get pulled into UML don't cause build failures when they want asm/paravirt.h. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-um/paravirt.h | 6 ++++++ 1 files changed, 6 insertions(+) diff -puN /dev/null include/asm-um/paravirt.h --- /dev/null +++ a/include/asm-um/paravirt.h @@ -0,0 +1,6 @@ +#ifndef __UM_PARAVIRT_H +#define __UM_PARAVIRT_H + +#include "asm/arch/paravirt.h" + +#endif _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are uml-add-asm-paravirth.patch hostfs-convert-to-new-aops.patch uml-fix-request-sector-update.patch uml-use-get_free_pages-to-allocate-kernel-stacks.patch uml-add-stack-usage-monitoring.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