From: Daniel Thompson Date: Tue, 11 Nov 2014 15:31:53 +0000 (-0600) Subject: kgdb: timeout if secondary CPUs ignore the roundup X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~308^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1465d2f396e416a0049332b20fca5977384b9f5;p=pandora-kernel.git kgdb: timeout if secondary CPUs ignore the roundup Currently if an active CPU fails to respond to a roundup request the CPU that requested the roundup will become stuck. This needlessly reduces the robustness of the debugger. This patch introduces a timeout allowing the system state to be examined even when the system contains unresponsive processors. It also modifies kdb's cpu command to make it censor attempts to switch to unresponsive processors and to report their state as (D)ead. Signed-off-by: Daniel Thompson Cc: Jason Wessel Signed-off-by: Andrew Morton Signed-off-by: Jason Wessel --- Reading git-diff-tree failed