From: Chuck Ebbert <76306.1226@compuserve.com> Date: Fri, 23 Jun 2006 09:04:31 +0000 (-0700) Subject: [PATCH] i386: extra checks in show_registers() X-Git-Tag: v2.6.18-rc1~1081^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e04a1183eac3e6b3570a154c8677fd9184b51e7;p=pandora-kernel.git [PATCH] i386: extra checks in show_registers() Sometimes thread_info and task_struct get out-of-sync with each other. Printing task.thread_info in show_registers() can help spot this. And when task_struct is corrupt then task.comm can contain garbage, so only print as many characters as it can hold. Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com> Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed