All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Weiner <hannes@saeurebad.de>
To: "Yinghai Lu" <yhlu.kernel@gmail.com>
Cc: "Andi Kleen" <andi@firstfloor.org>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, "Ingo Molnar" <mingo@elte.hu>,
	"Yasunori Goto" <y-goto@jp.fujitsu.com>,
	"KAMEZAWA Hiroyuki" <kamezawa.hiroyu@jp.fujitsu.com>,
	"Christoph Lameter" <clameter@sgi.com>
Subject: Re: [patch 2/2] bootmem: Node-setup agnostic free_bootmem()
Date: Tue, 15 Apr 2008 22:05:44 +0200	[thread overview]
Message-ID: <87iqyihoiv.fsf@saeurebad.de> (raw)
In-Reply-To: <86802c440804151257m735bdac6xb7d0b1b155274e2d@mail.gmail.com> (Yinghai Lu's message of "Tue, 15 Apr 2008 12:57:04 -0700")

Hi,

"Yinghai Lu" <yhlu.kernel@gmail.com> writes:

> On Tue, Apr 15, 2008 at 12:51 PM, Johannes Weiner <hannes@saeurebad.de> wrote:
>> Hi,
>>
>>
>>  "Yinghai Lu" <yhlu.kernel@gmail.com> writes:
>>
>>  > On Tue, Apr 15, 2008 at 4:53 AM, Johannes Weiner <hannes@saeurebad.de> wrote:
>>  >>
>>  >> Andi Kleen <andi@firstfloor.org> writes:
>>  >>
>>  >>  > Andrew Morton wrote:
>>  >>  >> On Sun, 13 Apr 2008 18:56:57 +0200 Andi Kleen <andi@firstfloor.org> wrote:
>>  >>  >>
>>  >>  >>> Johannes Weiner <hannes@saeurebad.de> writes:
>>  >>  >>>
>>  >>  >>>> Make free_bootmem() look up the node holding the specified address
>>  >>  >>>> range which lets it work transparently on single-node and multi-node
>>  >>  >>>> configurations.
>>  >>  >>> Acked-by: Andi Kleen <andi@firstfloor.org>
>>  >>  >>>
>>  >>  >>> This is far better than the original change it replaces and which
>>  >>  >>> I also objected to in review.
>>  >>  >>>
>>  >>  >>
>>  >>  >> So...  do we think these two patches are sufficiently safe and important for
>>  >>  >> 2.6.25?
>>  >>  >
>>  >>  > It's only strictly needed for .26 I think for some (also slightly
>>  >>  > dubious) changes queued in git-x86.
>>  >>
>>  >>  Does anything yet rely on this new free_bootmem() behaviour?  If not,
>>  >>  the safest thing would be to just revert the original patch in mainline
>>  >>  and drop the second patch completely.
>>  >
>>  > 1. free_bootmem(ramdisk_image, ramdisk_size) in setup_arch of x86_64
>>  > need that
>>  > 2. another patch in x86.git need that.
>>
>>  Ok, to avoid confusion: we are talking about free_bootmem() iterating
>>  over nodes and looking up an area WITHIN a node or free_bootmem()
>>  freeing an area ACROSS nodes?
>>
>>  The first is what my patch does _only_.
>
> Yes, your patch for free_bootmem only can free blocks in the same
> node.

Yep.

> but the free_bootmem(ramdisk_image,...) in setup_arch could cross
> node... , and some other via reserve_early...
>
> for example two nodes, every node have 2G, and in case use
> memmap=NN$SS to execlude some memory on node1. the ramdisk could sit
> cross the boundary.

Now it gets clear.  Alright, then my patches should be dropped and I'll
whip something up for the 2.6.26 merge window.

	Hannes

      reply	other threads:[~2008-04-15 20:06 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-12 22:33 [patch 0/2] bootmem: Fix node-setup agnostic free_bootmem() Johannes Weiner
2008-04-12 22:33 ` [patch 1/2] bootmem: Revert "mm: fix boundary checking in free_bootmem_core" Johannes Weiner
2008-04-13  1:55   ` Yinghai Lu
2008-04-12 22:33 ` [patch 2/2] bootmem: Node-setup agnostic free_bootmem() Johannes Weiner
2008-04-13  1:59   ` Yinghai Lu
2008-04-13 10:57     ` Johannes Weiner
2008-04-13 16:56   ` Andi Kleen
2008-04-15  6:23     ` Andrew Morton
2008-04-15  7:04       ` Yinghai Lu
2008-04-15  7:15         ` Andrew Morton
2008-04-15  7:28           ` Yinghai Lu
2008-04-15  7:36             ` Andrew Morton
2008-04-15 11:51               ` Johannes Weiner
2008-04-15 18:52                 ` Yinghai Lu
2008-04-15 19:43                   ` Johannes Weiner
2008-04-15  7:46       ` Andi Kleen
2008-04-15 11:53         ` Johannes Weiner
2008-04-15 18:44           ` Yinghai Lu
2008-04-15 19:51             ` Johannes Weiner
2008-04-15 19:57               ` Yinghai Lu
2008-04-15 20:05                 ` Johannes Weiner [this message]

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=87iqyihoiv.fsf@saeurebad.de \
    --to=hannes@saeurebad.de \
    --cc=akpm@linux-foundation.org \
    --cc=andi@firstfloor.org \
    --cc=clameter@sgi.com \
    --cc=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=y-goto@jp.fujitsu.com \
    --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.