All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Yinghai Lu <yinghai@kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Russell King <linux@arm.linux.org.uk>,
	David Miller <davem@davemloft.net>, Tejun Heo <tj@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH/v2] mm/memblock: Properly handle overlaps and fix error path
Date: Thu, 10 Mar 2011 07:46:14 +0100	[thread overview]
Message-ID: <20110310064614.GE9289@elte.hu> (raw)
In-Reply-To: <1299705610.22236.390.camel@pasglop>


* Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:

> On Wed, 2011-03-09 at 12:41 -0800, Yinghai Lu wrote:
> > > Hopefully not damaged with a spurious bit of email header this
> > > time around... sorry about that.
> > 
> > works on my setups...
> > 
> > [    0.000000] Subtract (26 early reservations)
> > [    0.000000]   [000009a000-000009efff]
> > [    0.000000]   [000009f400-00000fffff]
> > [    0.000000]   [0001000000-0003495048]
> > ...
> > before:
> > [    0.000000] Subtract (27 early reservations)
> > [    0.000000]   [000009a000-000009efff]
> > [    0.000000]   [000009f400-00000fffff]
> > [    0.000000]   [00000f85b0-00000f86b3]
> > [    0.000000]   [0001000000-0003495048] 
> 
> Ah interesting, so you did have a case of overlap that wasn't properly
> handled as well.
> 
> If there is no objection, I'll queue that up in powerpc-next for the
> upcoming merge window (soon now).

I think it would be better to do it via -mm, as x86 and other architectures are now 
affected by memblock changes as well.

Thanks,

	Ingo

WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@elte.hu>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Yinghai Lu <yinghai@kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Russell King <linux@arm.linux.org.uk>,
	David Miller <davem@davemloft.net>, Tejun Heo <tj@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH/v2] mm/memblock: Properly handle overlaps and fix error path
Date: Thu, 10 Mar 2011 07:46:14 +0100	[thread overview]
Message-ID: <20110310064614.GE9289@elte.hu> (raw)
In-Reply-To: <1299705610.22236.390.camel@pasglop>


* Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:

> On Wed, 2011-03-09 at 12:41 -0800, Yinghai Lu wrote:
> > > Hopefully not damaged with a spurious bit of email header this
> > > time around... sorry about that.
> > 
> > works on my setups...
> > 
> > [    0.000000] Subtract (26 early reservations)
> > [    0.000000]   [000009a000-000009efff]
> > [    0.000000]   [000009f400-00000fffff]
> > [    0.000000]   [0001000000-0003495048]
> > ...
> > before:
> > [    0.000000] Subtract (27 early reservations)
> > [    0.000000]   [000009a000-000009efff]
> > [    0.000000]   [000009f400-00000fffff]
> > [    0.000000]   [00000f85b0-00000f86b3]
> > [    0.000000]   [0001000000-0003495048] 
> 
> Ah interesting, so you did have a case of overlap that wasn't properly
> handled as well.
> 
> If there is no objection, I'll queue that up in powerpc-next for the
> upcoming merge window (soon now).

I think it would be better to do it via -mm, as x86 and other architectures are now 
affected by memblock changes as well.

Thanks,

	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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2011-03-10  6:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-07  3:03 [PATCH/v2] mm/memblock: Properly handle overlaps and fix error path Benjamin Herrenschmidt
2011-03-07  3:03 ` Benjamin Herrenschmidt
2011-03-09 20:41 ` Yinghai Lu
2011-03-09 20:41   ` Yinghai Lu
2011-03-09 21:20   ` Benjamin Herrenschmidt
2011-03-09 21:20     ` Benjamin Herrenschmidt
2011-03-10  6:46     ` Ingo Molnar [this message]
2011-03-10  6:46       ` Ingo Molnar
2011-03-10  6:53       ` Benjamin Herrenschmidt
2011-03-10  6:53         ` Benjamin Herrenschmidt

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=20110310064614.GE9289@elte.hu \
    --to=mingo@elte.hu \
    --cc=akpm@linux-foundation.org \
    --cc=benh@kernel.crashing.org \
    --cc=davem@davemloft.net \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux@arm.linux.org.uk \
    --cc=tglx@linutronix.de \
    --cc=tj@kernel.org \
    --cc=yinghai@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 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.