Re: Aerospace and linux

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Brian Gordon
Date: Thursday, June 10, 2010 - 11:38 am

> It's also a serious consideration for standard servers.
Yes. Good point.



Agreed.  EDAC is a good and sane solution and most companies do this.
Some do not due to naivity or cost reduction.   EDAC doesn't cover
processor registers and I have fairly good solutions on how to deal
with that in tiny "home-grown" tasking systems.

On the more exotic end, I have also seen systems that have dual
redundant processors / memories.  Then they add compare logic between
the redundant processors that compare most pins each clock cycle.   If
any pins are not identical at a clock cycle, then something has gone
wrong (SEU, hardware failure, etc..)


Right!  And this is the area that I am interested in.  Some people
insist on lowering the cost of the hardware without considering these
issues.  One thing I want to do is to be as diligent as possible (even
in these low cost situations) and do the best job I can in spite of
the low cost hardware.

So, some pages of RAM are going to be read-only and the data in those
pages came from some source (file system?).   Can anyone describe a
high level strategy to occasionaly provide some coverage of this data?

So far I have thought about page descriptors adding an MD5 hash
whenever they are read-only and first being "loaded/mapped?" and then
a background daemon could occasionaly verify.   Does tripwire
accomplish this kind of detection by monitoring the underlying
filesystem (I dont think so)?
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Aerospace and linux, Brian Gordon, (Thu Jun 10, 10:29 am)
Re: Aerospace and linux, Andi Kleen, (Thu Jun 10, 11:23 am)
Re: Aerospace and linux, Chris Friesen, (Thu Jun 10, 11:27 am)
Re: Aerospace and linux, Brian Gordon, (Thu Jun 10, 11:38 am)
Re: Aerospace and linux, Brian Gordon, (Thu Jun 10, 11:42 am)
Re: Aerospace and linux, Chris Friesen, (Thu Jun 10, 11:46 am)
Re: Aerospace and linux, Andi Kleen, (Thu Jun 10, 11:48 am)
Re: Aerospace and linux, Brian Gordon, (Thu Jun 10, 12:14 pm)
Re: Aerospace and linux, Massimiliano Galanti, (Thu Jun 10, 12:23 pm)
Re: Aerospace and linux, Brian Gordon, (Thu Jun 10, 12:37 pm)
Re: Aerospace and linux, Brian Gordon, (Thu Jun 10, 12:42 pm)
Re: Aerospace and linux, Massimiliano Galanti, (Thu Jun 10, 12:52 pm)
Re: Aerospace and linux, Massimiliano Galanti, (Thu Jun 10, 12:59 pm)
Re: Aerospace and linux, Brian Gordon, (Thu Jun 10, 1:12 pm)
Re: Aerospace and linux, Henrique de Moraes H ..., (Fri Jun 11, 7:37 am)
Re: Aerospace and linux, Borislav Petkov, (Sun Jun 13, 1:51 am)