From: Keith Owens Date: Tue, 26 Jun 2007 06:25:22 +0000 (+1000) Subject: [IA64] Correct unwind validation code X-Git-Tag: v2.6.22-rc7~39^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66fa9b107e259d01929fe647796b3021d3a83c4a;p=pandora-kernel.git [IA64] Correct unwind validation code Both rp_loc and pfs_loc can be in the register stack area _or_ they can be in the memory stack area, the latter occurs when a struct pt_regs is pushed. Correct the validation check on these fields to check for both stack areas. Not allowing for memory stack locations means no backtrace past ia64_leave_kernel, or any other code that uses PT_REGS_UNWIND_INFO. Signed-off-by: Keith Owens Signed-off-by: Tony Luck --- Reading git-diff-tree failed