[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49836114.1090209@buttersideup.com>
Date: Fri, 30 Jan 2009 20:20:36 +0000
From: Tim Small <tim@...tersideup.com>
To: "Eric W. Biederman" <ebiederm@...ssion.com>
CC: Doug Thompson <norsk5@...oo.com>, ncunningham-lkml@...a.org.au,
linux-mm@...ck.org, linux-kernel@...r.kernel.org,
Chris Friesen <cfriesen@...tel.com>,
Pavel Machek <pavel@...e.cz>,
bluesmoke-devel@...ts.sourceforge.net,
Arjan van de Ven <arjan@...radead.org>
Subject: Re: marching through all physical memory in software
Eric W. Biederman wrote:
> A background software scrubber simply has the job of rewritting memory
> to it's current content so that the data and the ecc check bits are
> guaranteed to be in sync
Don't you just need to READ memory? The memory controller hardware
takes care of the rest in the vast majority of cases.
You only need to rewrite RAM if a correctable error occurs, and the
chipset doesn't support automatic write-back of the corrected value (a
different problem altogether...). The actual memory bits themselves are
refreshed by the hardware quite frequently (max of every 64ms for DDR2,
I believe)...
Cheers,
Tim.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists