On Mon, Jun 20, 2011 at 08:59:20AM -0700, H. Peter Anvin wrote:
We should either fix /dev/mem to work according to its specification or
rip it out. The issue with test drivers is not spurious... I ran into
this one myself a few weeks ago while trying to do a memory test (by
limiting the amount of memory available to the kernel). This is
something that is typically done on factory floors, and it would be nice
to be able to get those environments over to using Linux.
We came across a similar request from our manufacturing folks. They have a
memory stress tool that needs to test how much bandwidth is possible between
various cpus and memory modules. Essentially they want the tool to run on some
chosen CPU and want it to drive traffic to some chosen memory module.
/dev/mem would be handy for such test programs ..
- vatsa