From: Dennis Noordsij Date: Fri, 15 Aug 2008 01:37:58 +0000 (+0800) Subject: ACPICA: Copy dynamically loaded tables to local buffer X-Git-Tag: v2.6.27.16~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a4ddbc4f220209081870042e0268dee83afbf9;p=pandora-kernel.git ACPICA: Copy dynamically loaded tables to local buffer commit f0e0da8a6cca44396c7a711e308d58084e881617 upstream. Previously, dynamically loaded tables were simply mapped, but on some machines this memory is corrupted after suspend. Now copy the table to a local buffer. For OpRegion case, added checksum verify. Use the table length from the table header, not the region length. For Buffer case, use the table length also. http://bugzilla.kernel.org/show_bug.cgi?id=10734 Signed-off-by: Dennis Noordsij Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Andi Kleen Signed-off-by: Len Brown Signed-off-by: Thomas Renninger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed