linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Badari Pulavarty <pbadari@gmail.com>
To: Mel Gorman <mel@csn.ul.ie>
Cc: Hugh Dickins <hugh@veritas.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-mm <linux-mm@kvack.org>
Subject: Re: grow_dev_page's __GFP_MOVABLE
Date: Thu, 13 Mar 2008 16:50:06 -0800	[thread overview]
Message-ID: <1205455806.19403.47.camel@dyn9047017100.beaverton.ibm.com> (raw)
In-Reply-To: <20080313154428.GD12351@csn.ul.ie>

On Thu, 2008-03-13 at 15:44 +0000, Mel Gorman wrote:
> On (13/03/08 07:05), Badari Pulavarty didst pronounce:
> > > <SNIP>
> > 
> > Mel,
> > 
> > All I can say is, marking grow_dev_page() __GFP_MOVABLE is causing
> > nothing but trouble in my hotplug memory remove testing :(
> > 
> 
> Dirt.
> 
> > I constantly see that even though memblock is marked "removable", I
> > can't move the allocations. Most of the times these allocations came
> > from grow_dev_pages or its friends :(
> > 
> > Either these pages are not movable/migratable or code is not working
> > or filesystem/block device is holding them up :(
> > 
> 
> Or no effort is being made to reclaim pages whose address_space has no
> migratepages() handler.
> 
> > 
> > memory offlining 0x8000 to 0x9000 failed
> > 
> > page_owner shows:
> > 
> > Page allocated via order 0, mask 0x120050
> > PFN 30625 Block 7 type 2          Flags      L
> 
> This page is indicated as being on the LRU so it should have been possible
> to reclaim. Is memory hot-remove making any effort to reclaim this page or
> is it depending only on page migration?

offline_pages() finds all the pages on LRU and tries to migrate them by
calling unmap_and_move(). I don't see any explicit attempt to reclaim.
It tries to migrate the page (move_to_new_page()), but what I have seen
in the past is that these pages have buffer heads attached to them. 
So, migrate_page_move_mapping() fails to release the page. (BTW,
I narrowed this in Oct 2007 and forgot most of the details). I can
take a closer look again. Can we reclaim these pages easily ?

> 
> > [0xc0000000000c511c] .alloc_pages_current+208
> > [0xc0000000001049d8] .__find_get_block_slow+88
> > [0xc0000000004f0bbc] .__wait_on_bit+232
> > [0xc0000000000994ec] .__page_cache_alloc+24
> > [0xc000000000104fd8] .__find_get_block+272
> > [0xc00000000009a124] .find_or_create_page+76
> > [0xc0000000001063fc] .unlock_buffer+48
> > [0xc000000000105280] .__getblk+312
> > 

Thanks,
Badari

--
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-03-13 23:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-11 21:33 Hugh Dickins
2008-03-12 14:08 ` Mel Gorman
2008-03-12 18:11   ` Hugh Dickins
2008-03-13 12:07     ` Mel Gorman
2008-03-13 15:05       ` Badari Pulavarty
2008-03-13 15:44         ` Mel Gorman
2008-03-14  0:50           ` Badari Pulavarty [this message]
2008-03-14 11:47             ` Mel Gorman
2008-03-14 16:05               ` Badari Pulavarty
2008-03-14 18:52                 ` Badari Pulavarty
2008-03-17 10:54                   ` Andy Whitcroft
2008-03-17 14:04                     ` Badari Pulavarty
2008-03-18  9:34                 ` Mel Gorman

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=1205455806.19403.47.camel@dyn9047017100.beaverton.ibm.com \
    --to=pbadari@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=hugh@veritas.com \
    --cc=linux-mm@kvack.org \
    --cc=mel@csn.ul.ie \
    /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