<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<tt></tt> 
<br><tt>FYI...</tt><tt></tt>
<p><tt>I will be updating the x86_64 backtrace code to search all of the</tt>
<br><tt>exception stacks for the origin of the active tasks' backtrace</tt>
<br><tt>when the info is not available in the dumpfile header.</tt><tt></tt>
<p><tt>Currently it first searches in the task's process stack, then the</tt>
<br><tt>per-cpu IRQ stack, and lastly the per-cpu NMI stack.  This
patch</tt>
<br><tt>looks at all 3 exception stacks in 2.4 kernels (NMI, STACKFAULT</tt>
<br><tt>and DOUBLEFAULT), and all 5 exception stacks in 2.6 kernels</tt>
<br><tt>(NMI, STACKFAULT, DOUBLEFAULT, DEBUG and MCE).</tt><tt></tt>
<p><tt>The patch also removes an erroneous warning message re: the</tt>
<br><tt>task cpu not being the same as the IRQ or exception stack cpu</tt>
<br><tt>that gets displayed when doing a non-context-sensitive "bt -E",</tt>
<br><tt>again only on an x86_64.</tt><tt></tt>
<p><tt>Dave</tt>
<br><tt></tt> </html>