linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Nick Piggin <npiggin@suse.de>
To: Hugh Dickins <hugh@veritas.com>
Cc: Linux Memory Management List <linux-mm@kvack.org>
Subject: Re: [patch][rfc] mm: have expand_stack honour VM_LOCKED
Date: Fri, 17 Oct 2008 15:55:28 +0200	[thread overview]
Message-ID: <20081017135528.GA6694@wotan.suse.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0810171416090.3111@blonde.site>

On Fri, Oct 17, 2008 at 02:42:56PM +0100, Hugh Dickins wrote:
> On Fri, 17 Oct 2008, Nick Piggin wrote:
> 
> > Is this valid?
> 
> Well.  I find it really hard to get excited about the case of
> a stack fault more than a page below the current stack pointer not
> faulting in the intervening untouched pages when the stack is mlocked.
> 
> (That's what it amounts to, isn't it? though your description doesn't
> make that at all clear.)
> 
> Do you have a case where it actually matters e.g. does get_user_pages
> or something like it assume that every page in a VM_LOCKED area must
> already be present?  Or do you worry that we might easily add such
> an assumption?
> 
> I don't think your patch is wrong, but I'd feel a wee bit safer just
> to leave things as is: somehow, I prefer the idea of the arch fault
> routines faulting in the (normal case) one page for themselves, than
> it happening underneath them in make_pages_present's get_user_pages.
> 
> One minor (ha ha) defect of doing it your way is that the minor fault
> will get counted twice.
> 
> But I don't feel strongly about it.

No, no "real" case in mind, I was just looking at the code.

How do critical apps reserve and lock a required amount of stack? I
thought there might be cases where failing to lock pages could cause
problems there.

Minor faults... good spotting :) I don't think I'd worry about that
yet.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2008-10-17 13:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-17  5:01 Nick Piggin
2008-10-17  5:41 ` KOSAKI Motohiro
2008-10-17  9:08   ` Nick Piggin
2008-10-17  9:32     ` KOSAKI Motohiro
2008-10-17  9:33       ` KOSAKI Motohiro
2008-10-17  9:37       ` Nick Piggin
2008-10-17 12:50         ` Lee Schermerhorn
2008-10-17 12:48 ` Lee Schermerhorn
2008-10-17 13:42 ` Hugh Dickins
2008-10-17 13:55   ` Nick Piggin [this message]
2008-10-17 15:06     ` 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=20081017135528.GA6694@wotan.suse.de \
    --to=npiggin@suse.de \
    --cc=hugh@veritas.com \
    --cc=linux-mm@kvack.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