Just to clarify what I think UML is doing that's causing the trouble: it is an
extensive user of mmap. It creates several files (one 16 meg by default, but
possibly much larger) in $PWD, and mmaps them into all of its threads. The
"physical memory" file also has individual pages mapped twice (or more) into
various threads.
I've seen this confuse an old version of reiserfs and NFS, although not so
much that the machine hung. UML would just see stale data, get horribly
confused by it, and crash.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/