[PATCH 08/14] KDB: Restore call to kdump from KDB

2013-03-12 Thread Mike Travis
This patch restores the capability of calling kdump from inside KDB. First it returns to the original CPU that KDB was called by, and also verifies that the crash_kexec kernel has been loaded. Both are better than just using the 'sr c' option and possibly hanging the system. Cc: Anton Vorontsov

[PATCH 08/14] KDB: Restore call to kdump from KDB

2013-03-12 Thread Mike Travis
This patch restores the capability of calling kdump from inside KDB. First it returns to the original CPU that KDB was called by, and also verifies that the crash_kexec kernel has been loaded. Both are better than just using the 'sr c' option and possibly hanging the system. Cc: Anton Vorontsov