* RFC: remove or modify check_for_bios_corruption()
@ 2010-08-25 23:54 H. Peter Anvin
0 siblings, 0 replies; only message in thread
From: H. Peter Anvin @ 2010-08-25 23:54 UTC (permalink / raw)
To: LKML
Cc: Ingo Molnar, Thomas Gleixner, Arjan van de Ven,
Jeremy Fitzhardinge, Andrew Morton
check_for_bios_corruption() was added to discover how many systems have
BIOSes with problems corrupting low memory. The answer really is very
simple... almost all. In fact, I have seen claims that Windows 7
doesn't use any memory below the 1 MiB point at all for this reason.
As such, I have queued up a patch in -tip to reserve the low 64K for all
BIOSes, with an option (suggested by Andrew) to adjust the reservation
further.
Since checking for corruption makes the memory unavailable anyway and
since it is now established the memory is too unreliable to use, I am
suggesting removing the check code completely.
The other alternative is to have it optionally scan from the reserved
threshold to some higher point, and only kick in if that gap is nonzero.
That way it doesn't continually run for most users, but it might be
useful to confirm corruption if we explicitly suspect it on some system.
Thoughts?
-hpa
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-08-25 23:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-25 23:54 RFC: remove or modify check_for_bios_corruption() H. Peter Anvin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox