public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeff Dike <jdike@karaya.com>
To: Brian Ristuccia <brian@ristuccia.com>
Cc: linux-kernel@vger.kernel.org,
	user-mode-linux-devel@lists.sourceforge.net,
	Alex Pennace <alex@osiris.978.org>,
	Dennis Ristuccia <dennis@osiris.978.org>
Subject: Re: [uml-devel] usermode linux hoses 2.2.18-SMP host machine when run  from regular user account
Date: Thu, 01 Feb 2001 01:08:35 -0500	[thread overview]
Message-ID: <200102010608.BAA05591@ccure.karaya.com> (raw)
In-Reply-To: Your message of "Wed, 31 Jan 2001 23:29:44 EST." <20010131232944.J16908@osiris.978.org>

brian@ristuccia.com said:
> When run from a normal user account with its current working directory
> on a NFS filesystem, usermode linux causes the host machine's kernel
> to enter a hosed state. No processes (including UML) seem to respond,
> and the machine becomes unusable. 

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/

      reply	other threads:[~2001-02-01  4:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-01  4:29 usermode linux hoses 2.2.18-SMP host machine when run from regular user account Brian Ristuccia
2001-02-01  6:08 ` Jeff Dike [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200102010608.BAA05591@ccure.karaya.com \
    --to=jdike@karaya.com \
    --cc=alex@osiris.978.org \
    --cc=brian@ristuccia.com \
    --cc=dennis@osiris.978.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox