From: Steven Rostedt (Red Hat) Date: Wed, 2 Apr 2014 17:26:41 +0000 (-0400) Subject: x86: Fix dumpstack_64 irq stack handling X-Git-Tag: v3.15-rc1~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63c95654d8256db8aed2a4699ad6eba359400ef8;p=pandora-kernel.git x86: Fix dumpstack_64 irq stack handling Commit 2223f6f6eeaa "x86: Clean up dumpstack_64.c code" changed the irq_stack processing a little from what it was before. The irq_stack_end variable needed to be cleared after its first use. By setting irq_stack to the per cpu irq_stack and passing that to analyze_stack(), and then clearing it after it is processed, we can get back the original behavior. Signed-off-by: Steven Rostedt Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed