The patch titled powerpc xmon fix has been added to the -mm tree. Its filename is powerpc-xmon-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 git-powerpc.patch git-powerpc-wrapper-dont-require-execute-permissions.patch powerpc-xmon-fix.patch generic-bug-handling.patch use-generic-bug-for-i386.patch use-generic-bug-for-x86-64.patch use-generic-bug-for-powerpc.patch use-generic-bug-for-powerpc-fix-2.patch use-generic-bug-for-powerpc-fix-infinite-loop-on-bug.patch bug-test-1.patch restore-parport_pc-probing-on-powermac.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