All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geoff Levand <geoffrey.levand@am.sony.com>
To: Badari Pulavarty <pbadari@gmail.com>
Cc: linux-kernel@vger.kernel.org,
	LinuxPPC-dev <linuxppc-dev@ozlabs.org>,
	y-goto@jp.fujitsu.com, akpm@linux-foundation.org,
	David Miller <davem@davemloft.net>
Subject: Re: powerpc boot regression
Date: Thu, 1 May 2008 12:01:45 -0700	[thread overview]
Message-ID: <481A1399.8020304@am.sony.com> (raw)
In-Reply-To: <1209653507.27240.7.camel@badari-desktop>

Badari Pulavarty wrote:
> On Thu, 2008-05-01 at 15:13 +1000, Tony Breeds wrote:
>> On Tue, Apr 29, 2008 at 11:12:41PM -0700, David Miller wrote:
>> > 
>> > This commit causes bootup failures on sparc64:
>> > 
>> > commit 86f6dae1377523689bd8468fed2f2dd180fc0560
>> > Author: Yasunori Goto <y-goto@jp.fujitsu.com>
>> > Date:   Mon Apr 28 02:13:33 2008 -0700
>> > 
>> >     memory hotplug: allocate usemap on the section with pgdat
>> 
>> 
>> <snip>
>> 
>> We're seeing a boot failure on powerpc.  git bisect points the problem
>> at this commit.   However reverting just this one comitt doesn't fix the
>> regression.  I also needed to revert
>> 04753278769f3b6c3b79a080edb52f21d83bf6e2 (memory hotplug: register
>> section/node id to free")
>> 
>> Problem seen on power4, power5 and ps3.
> 
> I don't see the problem on my power5 machine. Can you send the
> config ? Is CONFIG_SPARSEMEM_VMEMMAP enabled ?


The bug is hit with ps3_defconfig.  It does not have
CONFIG_SPARSEMEM_VMEMMAP set.


-Geoff

WARNING: multiple messages have this Message-ID (diff)
From: Geoff Levand <geoffrey.levand@am.sony.com>
To: Badari Pulavarty <pbadari@gmail.com>
Cc: Tony Breeds <tony@bakeyournoodle.com>,
	David Miller <davem@davemloft.net>,
	linux-kernel@vger.kernel.org, y-goto@jp.fujitsu.com,
	akpm@linux-foundation.org, LinuxPPC-dev <linuxppc-dev@ozlabs.org>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>
Subject: Re: powerpc boot regression
Date: Thu, 1 May 2008 12:01:45 -0700	[thread overview]
Message-ID: <481A1399.8020304@am.sony.com> (raw)
In-Reply-To: <1209653507.27240.7.camel@badari-desktop>

Badari Pulavarty wrote:
> On Thu, 2008-05-01 at 15:13 +1000, Tony Breeds wrote:
>> On Tue, Apr 29, 2008 at 11:12:41PM -0700, David Miller wrote:
>> > 
>> > This commit causes bootup failures on sparc64:
>> > 
>> > commit 86f6dae1377523689bd8468fed2f2dd180fc0560
>> > Author: Yasunori Goto <y-goto@jp.fujitsu.com>
>> > Date:   Mon Apr 28 02:13:33 2008 -0700
>> > 
>> >     memory hotplug: allocate usemap on the section with pgdat
>> 
>> 
>> <snip>
>> 
>> We're seeing a boot failure on powerpc.  git bisect points the problem
>> at this commit.   However reverting just this one comitt doesn't fix the
>> regression.  I also needed to revert
>> 04753278769f3b6c3b79a080edb52f21d83bf6e2 (memory hotplug: register
>> section/node id to free")
>> 
>> Problem seen on power4, power5 and ps3.
> 
> I don't see the problem on my power5 machine. Can you send the
> config ? Is CONFIG_SPARSEMEM_VMEMMAP enabled ?


The bug is hit with ps3_defconfig.  It does not have
CONFIG_SPARSEMEM_VMEMMAP set.


-Geoff


  reply	other threads:[~2008-05-01 19:01 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-30  6:12 sparc64 bootup regression David Miller
2008-04-30  6:38 ` Andrew Morton
2008-04-30  6:46   ` KAMEZAWA Hiroyuki
2008-04-30  7:15   ` KAMEZAWA Hiroyuki
2008-04-30  7:25     ` David Miller
2008-04-30  7:33       ` KAMEZAWA Hiroyuki
2008-04-30 12:53         ` Yasunori Goto
2008-06-03 22:14           ` David Miller
2008-06-04  5:05             ` Yasunori Goto
2008-04-30  7:30     ` Heiko Carstens
2008-04-30  7:44       ` KAMEZAWA Hiroyuki
2008-04-30  7:45         ` Heiko Carstens
2008-04-30  7:19   ` David Miller
2008-05-07 22:09   ` Rafael J. Wysocki
2008-05-07 22:25     ` Andrew Morton
2008-05-07 22:32       ` Rafael J. Wysocki
2008-05-07 22:46     ` David Miller
2008-05-01  5:13 ` powerpc boot regression Tony Breeds
2008-05-01  5:13   ` Tony Breeds
2008-05-01 14:51   ` Badari Pulavarty
2008-05-01 14:51     ` Badari Pulavarty
2008-05-01 19:01     ` Geoff Levand [this message]
2008-05-01 19:01       ` Geoff Levand
2008-05-01 23:07     ` Tony Breeds
2008-05-01 23:07       ` Tony Breeds
2008-05-03 12:05     ` Yasunori Goto
2008-05-03 12:05       ` Yasunori Goto

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=481A1399.8020304@am.sony.com \
    --to=geoffrey.levand@am.sony.com \
    --cc=akpm@linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=pbadari@gmail.com \
    --cc=y-goto@jp.fujitsu.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.