The patch titled lguest fix has been removed from the -mm tree. Its filename was lguest-fix.patch This patch was dropped because it was folded into lguest-the-host-code.patch ------------------------------------------------------ Subject: lguest fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> sched_clock isn't there yet. Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/lguest/lguest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/lguest/lguest.c~lguest-fix drivers/lguest/lguest.c --- a/drivers/lguest/lguest.c~lguest-fix +++ a/drivers/lguest/lguest.c @@ -39,7 +39,7 @@ #include <asm/e820.h> #include <asm/mce.h> #include <asm/io.h> -#include <asm/sched-clock.h> +//#include <asm/sched-clock.h> /* Declarations for definitions in lguest_guest.S */ extern char lguest_noirq_start[], lguest_noirq_end[]; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-merge-populate-and-nopage-into-fault-fixes-nonlinear.patch mm-fault-feedback-2.patch freezer-run-show_state-when-freezing-times-out.patch pm-introduce-hibernation-and-suspend-notifiers.patch pm-disable-usermode-helper-before-hibernation-and-suspend.patch kernel-doc-fix-leading-dot-in-man-mode-output.patch coredump-masking-reimplementation-of-dumpable-using-two-flags.patch lockstat-core-infrastructure.patch lockstat-human-readability-tweaks.patch lockdep-various-fixes.patch lockstat-measure-lock-bouncing.patch some-kmalloc-memset-kzalloc-tree-wide.patch dequeue_huge_page-warning-fix.patch lguest-the-host-code.patch lguest-fix.patch lguest-the-net-driver.patch drivers-edac-new-i82443bxgz-mc-driver-broken.patch drivers-edac-fix-e752x-reversed-csrows-fix.patch drivers-edac-new-pasemi-driver-fix.patch drivers-edac-new-i82975x-driver-fix.patch kernel-sysctlc-finish-off-the-warning-comments.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