git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b15ec7
)
ARM: 7913/1: fix framepointer check in unwind_frame
author
Konstantin Khlebnikov
<k.khlebnikov@samsung.com>
Thu, 5 Dec 2013 13:23:48 +0000
(14:23 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 9 Dec 2013 23:24:33 +0000
(23:24 +0000)
This patch fixes corner case when (fp + 4) overflows unsigned long,
for example: fp = 0xFFFFFFFF -> fp + 4 == 3.
Cc: <stable@vger.kernel.org>
Signed-off-by: Konstantin Khlebnikov <k.khlebnikov@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found