public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@davemloft.net>
To: "David S. Miller" <davem@davemloft.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: loops in get_user_pages() for VM_IO
Date: Tue, 16 Nov 2004 18:07:18 -0800	[thread overview]
Message-ID: <20041116180718.2fa35fbb.davem@davemloft.net> (raw)
In-Reply-To: <20041116175328.5e425e01.davem@davemloft.net>

On Tue, 16 Nov 2004 17:53:28 -0800
"David S. Miller" <davem@davemloft.net> wrote:

> Some time recently, I don't know when, the logic in get_user_pages()
> appears to have been changed a bit.

Replying to myself, this hang started when do_mmap_pgoff() was
changed to re-read the vma->vm_flags bits right before we
vma_link() the vma into the mm.

Previously, only the mmap() call specified vm_flags would
be used, but now we also get whatever bit changes to
vma->vm_flags are done by the file->f_op->mmap() method
as well.

In any event, it is still an open question whether get_user_pages()
and thus make_pages_present() is meant to be able to handle
VM_IO areas.

  reply	other threads:[~2004-11-17  2:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-17  1:53 loops in get_user_pages() for VM_IO David S. Miller
2004-11-17  2:07 ` David S. Miller [this message]
2004-11-17  6:33   ` Andrew Morton
2004-11-17  6:26     ` David S. Miller
2004-11-17 13:44     ` Andrea Arcangeli
2004-11-17 16:40       ` Andrea Arcangeli
2004-11-17 19:37         ` Hugh Dickins
2004-11-18 19:52           ` [PATCH] " Hugh Dickins

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=20041116180718.2fa35fbb.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    /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