From: Jeremy Fitzhardinge Date: Sun, 7 Sep 2008 08:51:32 +0000 (-0700) Subject: x86: check for and defend against BIOS memory corruption X-Git-Tag: v2.6.28-rc1~699^2^6~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5394f80f92642c61fc2a95385be85f2fdcfb5adb;p=pandora-kernel.git x86: check for and defend against BIOS memory corruption Some BIOSes have been observed to corrupt memory in the low 64k. This change: - Reserves all memory which does not have to be in that area, to prevent it from being used as general memory by the kernel. Things like the SMP trampoline are still in the memory, however. - Clears the reserved memory so we can observe changes to it. - Adds a function check_for_bios_corruption() which checks and reports on memory becoming unexpectedly non-zero. Currently it's called in the x86 fault handler, and the powermanagement debug output. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed