HWPOISON
HWPOISON
Posted Sep 1, 2009 17:59 UTC (Tue) by dlang (guest, #313)In reply to: HWPOISON by jzbiciak
Parent article: HWPOISON
as I understand it, HWPOISON changes this.
instead of the background scrub triggering a machine check at that point in time it instead just marks the memory as corrupt (poisoned). the poisoned flag gets cleared if the memory is written to.
if nothing ever tries to read the poisoned memory a machine check happens at that point in time.