The patch titled powerpc xmon fix has been removed from the -mm tree. Its filename is powerpc-xmon-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: powerpc xmon fix From: Paul Mackerras <paulus@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/powerpc/xmon/xmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/xmon/xmon.c~powerpc-xmon-fix arch/powerpc/xmon/xmon.c --- a/arch/powerpc/xmon/xmon.c~powerpc-xmon-fix +++ a/arch/powerpc/xmon/xmon.c @@ -503,7 +503,7 @@ static int xmon_core(struct pt_regs *reg mtmsr(msr); /* restore interrupt enable */ - return cmd != 'X'; + return cmd != 'X' && cmd != EOF; } int xmon(struct pt_regs *excp) _ Patches currently in -mm which might be from paulus@xxxxxxxxx are origin.patch macintosh-mangle-caps-lock-events-on-adb-keyboards.patch generic-implementatation-of-bug.patch generic-implementatation-of-bug-fix.patch generic-bug-for-i386.patch generic-bug-for-x86-64.patch bug-test-1.patch add-missing-page_copy-export-for-ppc-and-powerpc.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