All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Levon <levon@movementarian.org>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>, xen-devel@lists.xensource.com
Subject: Re: Live migration fails under heavy network use
Date: Wed, 21 Feb 2007 00:41:56 +0000	[thread overview]
Message-ID: <20070221004156.GB31928@totally.trollied.org.uk> (raw)
In-Reply-To: <C2013D9C.257C%Keir.Fraser@cl.cam.ac.uk>

On Wed, Feb 21, 2007 at 12:06:52AM +0000, Keir Fraser wrote:

> > Urk. Checkout line 204 of privcmd.c
> > That doesn't look too 64b clean to me....

Hmm, I never looked at the Linux privcmd driver before. It seems like
you're prefaulting all the pages in the ioctl() in on the ioctl.
Currently on Solaris we're demand-faulting each page in the mmap() ...

It looks like we're not checking that we ca actually map the page at the
time of the ioctl(), thus it's not ending up as marked with that bit.

Looks like our bug...

thanks,
john

  reply	other threads:[~2007-02-21  0:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-20 21:50 Live migration fails under heavy network use John Levon
2007-02-20 22:38 ` Ian Pratt
2007-02-20 23:00   ` Keir Fraser
2007-02-20 23:04   ` John Levon
2007-02-20 23:12     ` David Edmondson
2007-02-20 23:48     ` Ian Pratt
2007-02-21  0:06       ` Keir Fraser
2007-02-21  0:41         ` John Levon [this message]
2007-02-21  7:32           ` Keir Fraser
2007-02-22 19:55             ` John Levon
2007-02-22 20:55               ` Keir Fraser
2007-02-22 21:11                 ` John Levon
2007-02-22 22:34               ` Ian Pratt
2007-02-23  0:22                 ` John Levon
2007-02-23  1:00                   ` Ian Pratt
2007-02-23  1:09                     ` John Levon
2007-02-20 22:55 ` Keir Fraser

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=20070221004156.GB31928@totally.trollied.org.uk \
    --to=levon@movementarian.org \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=m+Ian.Pratt@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.