The patch titled Fix vmi.c compilation has been removed from the -mm tree. Its filename was fix-vmic-compilation.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Fix vmi.c compilation From: Alexey Dobriyan <adobriyan@xxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/kernel/vmi.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/i386/kernel/vmi.c~fix-vmic-compilation arch/i386/kernel/vmi.c --- a/arch/i386/kernel/vmi.c~fix-vmic-compilation +++ a/arch/i386/kernel/vmi.c @@ -27,6 +27,7 @@ #include <linux/bootmem.h> #include <linux/mm.h> #include <linux/highmem.h> +#include <linux/sched.h> #include <asm/vmi.h> #include <asm/io.h> #include <asm/fixmap.h> _ Patches currently in -mm which might be from adobriyan@xxxxx are origin.patch fix-rmmod-read-write-races-in-proc-entries.patch fix-rmmod-read-write-races-in-proc-entries-cleanup.patch fix-rmmod-read-write-races-in-proc-entries-fix.patch proc-environ-wrong-placing-of-ptrace_may_attach-check.patch mutex_unlock-later-in-seq_lseek.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