From: Alexey Starikovskiy Date: Thu, 1 Apr 2010 03:06:34 +0000 (+0800) Subject: ACPICA: Fix for acpi_reallocate_root_table for incorrect root table copy X-Git-Tag: v2.6.35-rc1~477^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=333b04ae338e3421297d46c508f053a6767d2883;p=pandora-kernel.git ACPICA: Fix for acpi_reallocate_root_table for incorrect root table copy When copying the root table to the new allocation, the length used was incorrect. The new size was used instead of the current table size, meaning too much data was copied. Signed-off-by: Alexey Starikovskiy Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed