All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Johannes Weiner <hannes@saeurebad.de>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	Yinghai Lu <yhlu.kernel@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [patch 0/4] Bootmem cleanups
Date: Wed, 30 Apr 2008 20:43:52 +0200	[thread overview]
Message-ID: <20080430184352.GE3008@elte.hu> (raw)
In-Reply-To: <20080430170521.246745395@symbol.fehenstaub.lan>


* Johannes Weiner <hannes@saeurebad.de> wrote:

> Hi Ingo,
> 
> I now dropped the node-crossing patches from my bootmem series and 
> here is what is left over.
> 
> They apply to Linus' current git 
> (0ff5ce7f30b45cc2014cec465c0e96c16877116e).
> 
> Please note that all parts affecting !X86_32_BORING_UMA_BOX are 
> untested!
> 
>  arch/alpha/mm/numa.c             |    8 ++--
>  arch/arm/mm/discontig.c          |   34 ++++++++++-----------
>  arch/ia64/mm/discontig.c         |   11 +++----
>  arch/m32r/mm/discontig.c         |    4 +--
>  arch/m68k/mm/init.c              |    4 +--
>  arch/mips/sgi-ip27/ip27-memory.c |    3 +-
>  arch/parisc/mm/init.c            |    3 +-
>  arch/powerpc/mm/numa.c           |    3 +-
>  arch/sh/mm/numa.c                |    5 +--
>  arch/sparc64/mm/init.c           |    3 +-
>  arch/x86/mm/discontig_32.c       |    3 +-
>  arch/x86/mm/numa_64.c            |    6 +---
>  include/linux/bootmem.h          |    7 +---
>  mm/bootmem.c                     |   59 ++++++++++++++++++-------------------
>  mm/page_alloc.c                  |    4 +--
>  15 files changed, 67 insertions(+), 90 deletions(-)

i've read them and the changes all look sane and well-structured - but 
the impact is way too cross-arch for this to even touch x86.git i guess. 
I suspect this is for -mm?

Acked-by: Ingo Molnar <mingo@elte.hu>

	Ingo

WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@elte.hu>
To: Johannes Weiner <hannes@saeurebad.de>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	Yinghai Lu <yhlu.kernel@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [patch 0/4] Bootmem cleanups
Date: Wed, 30 Apr 2008 20:43:52 +0200	[thread overview]
Message-ID: <20080430184352.GE3008@elte.hu> (raw)
In-Reply-To: <20080430170521.246745395@symbol.fehenstaub.lan>

* Johannes Weiner <hannes@saeurebad.de> wrote:

> Hi Ingo,
> 
> I now dropped the node-crossing patches from my bootmem series and 
> here is what is left over.
> 
> They apply to Linus' current git 
> (0ff5ce7f30b45cc2014cec465c0e96c16877116e).
> 
> Please note that all parts affecting !X86_32_BORING_UMA_BOX are 
> untested!
> 
>  arch/alpha/mm/numa.c             |    8 ++--
>  arch/arm/mm/discontig.c          |   34 ++++++++++-----------
>  arch/ia64/mm/discontig.c         |   11 +++----
>  arch/m32r/mm/discontig.c         |    4 +--
>  arch/m68k/mm/init.c              |    4 +--
>  arch/mips/sgi-ip27/ip27-memory.c |    3 +-
>  arch/parisc/mm/init.c            |    3 +-
>  arch/powerpc/mm/numa.c           |    3 +-
>  arch/sh/mm/numa.c                |    5 +--
>  arch/sparc64/mm/init.c           |    3 +-
>  arch/x86/mm/discontig_32.c       |    3 +-
>  arch/x86/mm/numa_64.c            |    6 +---
>  include/linux/bootmem.h          |    7 +---
>  mm/bootmem.c                     |   59 ++++++++++++++++++-------------------
>  mm/page_alloc.c                  |    4 +--
>  15 files changed, 67 insertions(+), 90 deletions(-)

i've read them and the changes all look sane and well-structured - but 
the impact is way too cross-arch for this to even touch x86.git i guess. 
I suspect this is for -mm?

Acked-by: Ingo Molnar <mingo@elte.hu>

	Ingo

--
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>

  parent reply	other threads:[~2008-04-30 18:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-30 17:05 [patch 0/4] Bootmem cleanups Johannes Weiner
2008-04-30 17:05 ` Johannes Weiner
2008-04-30 17:05 ` [patch 1/4] mm: Move bootmem descriptors definition to a single place Johannes Weiner
2008-04-30 17:05   ` Johannes Weiner
2008-04-30 17:05 ` [patch 2/4] mm: Fix free_all_bootmem_core alignment check Johannes Weiner
2008-04-30 17:05   ` Johannes Weiner
2008-04-30 17:05 ` [patch 3/4] mm: Normalize internal argument passing of bootmem data Johannes Weiner
2008-04-30 17:05   ` Johannes Weiner
2008-04-30 17:05 ` [patch 4/4] mm: Unexport __alloc_bootmem_core() Johannes Weiner
2008-04-30 17:05   ` Johannes Weiner
2008-04-30 18:42   ` Ingo Molnar
2008-04-30 18:42     ` Ingo Molnar
2008-04-30 18:43 ` Ingo Molnar [this message]
2008-04-30 18:43   ` [patch 0/4] Bootmem cleanups Ingo Molnar
2008-05-01 10:22   ` Johannes Weiner
2008-05-01 10:22     ` Johannes Weiner

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=20080430184352.GE3008@elte.hu \
    --to=mingo@elte.hu \
    --cc=akpm@linux-foundation.org \
    --cc=hannes@saeurebad.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=yhlu.kernel@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.