From: Uwe Kleine-König Date: Thu, 15 Dec 2011 20:47:56 +0000 (+0100) Subject: ARM: unwinder: fix bisection to find origin in .idx section X-Git-Tag: v3.2-rc6~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf5a25c5fdd4cc276edf451871c38002eec0f95;p=pandora-kernel.git ARM: unwinder: fix bisection to find origin in .idx section The bisection implemented in unwind_find_origin() stopped to early. If there is only a single entry left to check the original code just took the end point as origin which might be wrong. This was introduced in commit de66a979012d ("ARM: 7187/1: fix unwinding for XIP kernels"). Reported-and-tested-by: Nick Bowler Signed-off-by: Uwe Kleine-König Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed