[Kgdb-bugreport] [PATCH 1/3] kdb: Remove unused KDB_FLAG_ONLY_DO_DUMP

2012-07-30 Thread Jason Wessel
This code cleanup was missed in the original kdb merge, and this code is simply not used at all. The code that was previously used to set the KDB_FLAG_ONLY_DO_DUMP was removed prior to the initial kdb merge. Signed-off-by: Jason Wessel jason.wes...@windriver.com --- include/linux/kdb.h

[Kgdb-bugreport] [PATCH 0/3] patches for the 3.5 merge window.

2012-07-30 Thread Jason Wessel
This is just a simple series for the 3.5 merge window, and I'll send the pull request after the next linux-next cycle unless anyone pipes up. Cheers, Jason. -- Live Security Virtual Conference Exclusive live event will

[Kgdb-bugreport] [PATCH 3/3] kernel/debug: Make use of KGDB_REASON_NMI

2012-07-30 Thread Jason Wessel
From: Anton Vorontsov anton.voront...@linaro.org Currently kernel never set KGDB_REASON_NMI. We do now, when we enter KGDB/KDB from an NMI. This is not to be confused with kgdb_nmicallback(), NMI callback is an entry for the slave CPUs during CPUs roundup, but REASON_NMI is the entry for the

[Kgdb-bugreport] [PATCH 2/3] kdb: Remove cpu from the more prompt

2012-07-30 Thread Jason Wessel
Having the CPU in the more prompt is completely redundent vs the standard kdb prompt, and it also wastes 32 bytes on the stack. Signed-off-by: Jason Wessel jason.wes...@windriver.com --- kernel/debug/kdb/kdb_io.c | 11 --- 1 file changed, 11 deletions(-) diff --git