From: Arjan van de Ven Date: Wed, 30 Jan 2008 12:33:07 +0000 (+0100) Subject: x86: add the capability to print fuzzy backtraces X-Git-Tag: v2.6.25-rc1~1143^2~316 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc850d6b374fffd08336996f4b4d3bbd6bf427f6;p=pandora-kernel.git x86: add the capability to print fuzzy backtraces For enhancing the 32 bit EBP based backtracer, I need the capability for the backtracer to tell it's customer that an entry is either reliable or unreliable, and the backtrace printing code then needs to print the unreliable ones slightly different. This patch adds the basic capability, the next patch will add a user of this capability. Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed