linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* New reliability technique
@ 2006-02-25 13:21 Victor Porton
  2006-02-25 13:26 ` Jesper Juhl
  0 siblings, 1 reply; 9+ messages in thread
From: Victor Porton @ 2006-02-25 13:21 UTC (permalink / raw)
  To: linux-kernel

A minute ago I invented a new reliability enhancing technique.

In idle cycles (or periodically in expense of some performance) Linux can
calculate MD5 or CRC sums of _unused_ (free) memory areas and compare these
sums with previously calculated sums.

Additionally it can be done for allocated memory, if it will be write
protected before the first actual write. Moreover, all memory may be made
write-protected if it is not written e.g. more than a second. (When it
is written kernel would unlock it and allow to write, by a techniqie like
to how swap works.) If write-protected memory appears to be modified by
a check sum, this likewise indicates a bug.

If a sum is inequal, it would notice a bug in kernel or in hardware.

I suggest to add "Check free memory control sums" in config.

-- 
Victor Porton (porton@ex-code.com) - http://porton.ex-code.com

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-02-26 12:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-25 13:21 New reliability technique Victor Porton
2006-02-25 13:26 ` Jesper Juhl
2006-02-25 13:27   ` Jesper Juhl
2006-02-25 19:52     ` Avi Kivity
2006-02-25 19:56       ` Jesper Juhl
2006-02-25 22:44         ` Janos Farkas
2006-02-26 11:34       ` Victor Porton
2006-02-26 12:25         ` Pekka Enberg
2006-02-26 12:30           ` Nick Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).