All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: xen-devel@lists.xensource.com
Subject: Re: [Xen-staging] [xen-unstable] linux: User-space grant table device.
Date: Sat, 31 Mar 2007 09:33:56 -0600	[thread overview]
Message-ID: <1175355236.13963.47.camel@bling> (raw)
In-Reply-To: <200703311252.l2VCqLaT019711@latara.uk.xensource.com>

On Sat, 2007-03-31 at 13:52 +0100, Xen staging patchbot-unstable wrote:
> # HG changeset patch
> # User Keir Fraser <keir@xensource.com>
> # Date 1175345604 -3600
> # Node ID 5e65a86c8982b9159223b542cc7b7e3af61a06e4
> # Parent  7180d2e61f926023e24750c53fd4203a71f2a3ae
> linux: User-space grant table device.
> 
> A character device for accessing (in user-space) pages that have been
> granted by other domains.
...
> +	/* This flag ensures that the page tables are not unpinned before the
> +	 * VM area is unmapped. Therefore Xen still recognises the PTE as
> +	 * belonging to an L1 pagetable, and the grant unmap operation will
> +	 * succeed, even if the process does not exit cleanly.
> +	 */
> +	vma->vm_mm->context.has_foreign_mappings = 1;

   mm_context_t is arch specific, common code shouldn't be poking at it
like this.

	Alex

-- 
Alex Williamson                             HP Open Source & Linux Org.

       reply	other threads:[~2007-03-31 15:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200703311252.l2VCqLaT019711@latara.uk.xensource.com>
2007-03-31 15:33 ` Alex Williamson [this message]
2007-03-31 15:36   ` Re: [Xen-staging] [xen-unstable] linux: User-space grant table device Keir Fraser
2007-03-31 15:46 ` Alex Williamson
2007-03-31 15:56   ` Keir Fraser
2007-03-31 16:34     ` Alex Williamson
2007-03-31 17:28       ` 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=1175355236.13963.47.camel@bling \
    --to=alex.williamson@hp.com \
    --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.