commit | 649de51b883746d76c5fa1614dd067054c9d702a | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <rjarzmik@free.fr> | Fri May 02 21:17:06 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun May 04 11:06:05 2008 +0100 |
tree | 68c3b172063bdf4cc82a727d3d4ca48f63487665 | |
parent | c8df9a53e8d16877fc0b268b002af2a47a14643a [diff] |
[ARM] 5027/1: Fixed random memory corruption on pxa suspend cycle. Each time a pxa type cpu went in suspend, a portion of kmalloc memory was corrupted. The issue was an incorrect length allocation introduced by the commit 711be5ccfe9a02ba560aa918a008c31ea4760163 for the save registers array (=> overflow). Signed-off-by: Robert Jarzmik <rjarzmik@free.fr> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>