From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] xen/gntdev: do not set VM_PFNMAP
Date: Tue, 3 Apr 2012 09:19:47 -0400 [thread overview]
Message-ID: <20120403131947.GC12464@phenom.dumpdata.com> (raw)
In-Reply-To: <1333452302-5749-1-git-send-email-stefano.stabellini@eu.citrix.com>
On Tue, Apr 03, 2012 at 12:25:02PM +0100, Stefano Stabellini wrote:
> Since when we are using the m2p_override it is not true anymore that the
^^^^ - get rid of that.
> mmap'ed area doesn't have corresponsing struct pages.
That reads to me as !!do struct page. Which comes out as:
"m2p_override_* API the mmap-ed are have corresponding struct pages' ?
>
> Removing the VM_PFNMAP flag makes get_user_pages work on the mmap'ed user vma.
> An example test case would be using a Xen userspace block backend
> (QDISK) on a file on NFS using O_DIRECT.
>
> The patch should be backported back to 2.6.38.
Add CC: stable@kernel.org then. But does this patch depend on other
patches?
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> ---
> drivers/xen/gntdev.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/xen/gntdev.c b/drivers/xen/gntdev.c
> index 99d8151..1ffd03b 100644
> --- a/drivers/xen/gntdev.c
> +++ b/drivers/xen/gntdev.c
> @@ -722,7 +722,7 @@ static int gntdev_mmap(struct file *flip, struct vm_area_struct *vma)
> vma->vm_flags |= VM_RESERVED|VM_DONTEXPAND;
>
> if (use_ptemod)
> - vma->vm_flags |= VM_DONTCOPY|VM_PFNMAP;
> + vma->vm_flags |= VM_DONTCOPY;
>
> vma->vm_private_data = map;
>
> --
> 1.7.2.5
next prev parent reply other threads:[~2012-04-03 13:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-03 11:25 [PATCH] xen/gntdev: do not set VM_PFNMAP Stefano Stabellini
2012-04-03 13:19 ` Konrad Rzeszutek Wilk [this message]
2012-04-03 16:25 ` Stefano Stabellini
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=20120403131947.GC12464@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stefano.stabellini@eu.citrix.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.