linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Nick Piggin <nickpiggin@yahoo.com.au>
To: Mel Gorman <mel@csn.ul.ie>
Cc: Andrew Morton <akpm@osdl.org>,
	apw@shadowen.org, stable@kernel.org, linux-mm@kvack.org
Subject: Re: [patch 2/2] mm: handle unaligned zones
Date: Mon, 22 May 2006 19:51:23 +1000	[thread overview]
Message-ID: <4471899B.1000404@yahoo.com.au> (raw)
In-Reply-To: <Pine.LNX.4.64.0605221000480.14117@skynet.skynet.ie>

Mel Gorman wrote:
> On Sun, 21 May 2006, Nick Piggin wrote:
> 
>> Andrew Morton wrote:
>>
>>> How about just throwing the pages away?  It sounds like a pretty rare
>>> problem.
>>
>>
>> Well that's what many architectures will end up doing, yes. But on
>> small or embedded platforms, 4MB - 1 is a whole lot of memory to be
>> throwing away.
>>
>> Also, I'm not sure it is something we can be doing in generic code,
>> because some architectures apparently have very strange zone setups
>> (eg. zones from several pages interleaved within a single zone's
>> ->spanned_pages).
> 
> 
> I looked through a fair few arches code that sizes zones and I couldn't 
> find this or odd calls to set_page_links(). What arch interleaves pages 
> between zones like this? I am taking you mean that you can have a 
> situation where within one contiguous block of pages you have something 
> like;
> 
> dddNNNdddNNNddd
> 
> Where d is a page in ZONE_DMA and N is a page in ZONE_NORMAL.
> 
> The oddest I've seen is where nodes interleave like on PPC64. There you 
> can have pages for node 0 followed by pages for node 1 followed by node 
> 0 again. But the zone start and end pfns stay in the same place.

Depending on how you look, ZONE_DMA and ZONE_NORMAL aren't always "zones" :)

I'm talking about struct zones, rather than zones-as-in-memory-classes.
So yes, PPC64 is my example. Andy's zone index check should take care
of those.

-- 
SUSE Labs, Novell Inc.
Send instant messages to your online friends http://au.messenger.yahoo.com 

--
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:[~2006-05-22  9:51 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-21  8:22 [patch 1/2] mm: detect bad zones Nick Piggin
2006-05-21  8:22 ` [patch 2/2] mm: handle unaligned zones Nick Piggin
2006-05-21  9:19   ` Andrew Morton
2006-05-21 10:31     ` Nick Piggin
2006-05-21 10:59       ` Andrew Morton
2006-05-21 11:44         ` Nick Piggin
2006-05-21 11:52           ` Nick Piggin
2006-05-22  9:24             ` Mel Gorman
2006-05-22  9:28               ` Mel Gorman
2006-05-22  9:06           ` Mel Gorman
2006-05-22  9:51             ` Nick Piggin [this message]
2006-05-21 11:53       ` Nick Piggin
2006-05-22  8:18   ` Andy Whitcroft
2006-05-22  9:37     ` Nick Piggin
2006-05-22  9:52     ` [PATCH 0/2] Zone boundary alignment fixes, default configuration Andy Whitcroft
2006-05-22  9:53       ` [PATCH 1/2] zone allow unaligned zone boundaries add configuration Andy Whitcroft
2006-05-22  9:53       ` [PATCH 2/2] x86 add zone alignment qualifier Andy Whitcroft
2006-05-25 11:19       ` [PATCH 0/2] Zone boundary alignment fixes, default configuration Andy Whitcroft
2006-05-31  0:13       ` [stable] " Chris Wright
2006-05-31 11:41         ` Nick Piggin
2006-05-31 12:08           ` Andy Whitcroft
2006-05-31 17:42             ` Greg KH
2006-05-31 17:16         ` Andy Whitcroft

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=4471899B.1000404@yahoo.com.au \
    --to=nickpiggin@yahoo.com.au \
    --cc=akpm@osdl.org \
    --cc=apw@shadowen.org \
    --cc=linux-mm@kvack.org \
    --cc=mel@csn.ul.ie \
    --cc=stable@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