linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Nick Piggin <npiggin@suse.de>
To: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Cc: Andi Kleen <andi@firstfloor.org>,
	Wu Fengguang <fengguang.wu@intel.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-mm@kvack.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [RFC][PATCH] HWPOISON: remove the unsafe __set_page_locked()
Date: Sun, 27 Sep 2009 21:22:51 +0200	[thread overview]
Message-ID: <20090927192251.GB6327@wotan.suse.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0909271714370.9097@sister.anvils>

On Sun, Sep 27, 2009 at 05:26:25PM +0100, Hugh Dickins wrote:
> On Sat, 26 Sep 2009, Andi Kleen wrote:
> > > This is a bit tricky to do right now; you have a chicken and egg
> > > problem between locking the page and pinning the inode mapping.
> > 
> > One possibly simple solution would be to just allocate the page
> > locked (GFP_LOCKED). When the allocator clears the flags it already
> > modifies the state, so it could as well set the lock bit too. No
> > atomics needed.  And then clearing it later is also atomic free.
> 
> That's a good idea.
> 
> I don't particularly like adding a GFP_LOCKED just for this, and I
> don't particularly like having to remember to unlock the thing on the
> various(?) error paths between getting the page and adding it to cache.

God no, please no more crazy branches in the page allocator.

I'm going to resubmit my patches to allow 0-ref page allocations,
so the pagecache will be able to work with those to do what we
want here.

 
> But it is a good idea, and if doing it that way would really close a
> race window which checking page->mapping (or whatever) cannot (I'm
> simply not sure about that), then it would seem the best way to go.

Yep, seems reasonable: the ordering is no technical burden, and a
simple comment pointing to hwpoison will keep it maintainable.

--
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:[~2009-09-28 17:07 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-26  3:15 [RFC][PATCH] HWPOISON: remove the unsafe __set_page_locked() Wu Fengguang
2009-09-26  3:49 ` Andi Kleen
2009-09-26 10:52   ` Wu Fengguang
2009-09-26 11:31     ` Wu Fengguang
2009-09-27 10:47       ` Wu Fengguang
2009-09-27 19:20         ` Nick Piggin
2009-09-28  8:44           ` Wu Fengguang
2009-09-29  5:16             ` Wu Fengguang
2009-10-01  2:02             ` Nick Piggin
2009-10-02 10:54               ` Wu Fengguang
2009-09-26 11:09 ` Hugh Dickins
2009-09-26 11:48   ` Wu Fengguang
2009-09-26 11:58     ` Hugh Dickins
2009-09-26 15:05     ` Andi Kleen
2009-09-26 19:12       ` Nick Piggin
2009-09-26 19:14     ` Nick Piggin
2009-09-26 19:06   ` Nick Piggin
2009-09-26 21:32     ` Andi Kleen
2009-09-27 16:26       ` Hugh Dickins
2009-09-27 19:22         ` Nick Piggin [this message]
2009-09-27 21:57           ` Hugh Dickins
2009-09-27 23:01             ` Nick Piggin
2009-09-28  1:19               ` Andi Kleen
2009-09-28  1:52                 ` Wu Fengguang
2009-09-28  2:57                 ` Nick Piggin
2009-09-28  4:11                   ` Andi Kleen
2009-09-28  4:29                     ` Nick Piggin

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=20090927192251.GB6327@wotan.suse.de \
    --to=npiggin@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=andi@firstfloor.org \
    --cc=fengguang.wu@intel.com \
    --cc=hugh.dickins@tiscali.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).