The patch titled disable kgdb on ppc has been added to the -mm tree. Its filename is disable-kgdb-on-ppc.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: disable kgdb on ppc From: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> Signed-off-by : Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.kgdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/Kconfig.kgdb~disable-kgdb-on-ppc lib/Kconfig.kgdb --- a/lib/Kconfig.kgdb~disable-kgdb-on-ppc +++ a/lib/Kconfig.kgdb @@ -14,7 +14,7 @@ config KGDB bool "KGDB: kernel debugging with remote gdb" select WANT_EXTRA_DEBUG_INFORMATION select KGDB_ARCH_HAS_SHADOW_INFO if X86_64 - depends on DEBUG_KERNEL && (ARM || X86 || MIPS || (SUPERH && !SUPERH64) || IA64 || PPC) + depends on DEBUG_KERNEL && (ARM || X86 || MIPS || (SUPERH && !SUPERH64) || IA64) help If you say Y here, it will be possible to remotely debug the kernel using gdb. Documentation of kernel debugger is available _ Patches currently in -mm which might be from kamalesh@xxxxxxxxxxxxxxxxxx are git-net.patch git-nfsd.patch disable-kgdb-on-ppc.patch memoryless-nodes-fixup-uses-of-node_online_map-in-generic-code-fix.patch i386-and-x86_64-randomize-brk-2.patch use-extended-crashkernel-command-line-on-ia64-fix.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