linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Andrey Gusev <ronne@list.ru>
To: Tabi Timur-B04825 <B04825@freescale.com>
Cc: "paulus@samba.org" <paulus@samba.org>,
	"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>
Subject: Re: PROBLEM: 2.6.39 doesn't boot on POWER MAC
Date: Sun, 29 May 2011 23:16:08 +0400	[thread overview]
Message-ID: <4DE29B78.1070209@list.ru> (raw)
In-Reply-To: <BANLkTinZd32+5b=3DdYknBCtQJT0qiNKcg@mail.gmail.com>

28.05.2011 22:09, Tabi Timur-B04825 пишет:
> On Sat, May 28, 2011 at 2:55 AM, Andrey Gusev<ronne@list.ru>  wrote:
>> Hi!
>> A kernel 2.6.39 doesn't boot on my POWER MAC G4.  A kernel 2.6.38.6 with
>> almost the same config boots without any problems.
> Have you tried using git-bisect to isolate the commit that breaks?
>
Fortunately, the rc1 is booted. I made git bisect:

andrey@power-debian:~/trash/build/kernel/git$ git bisect log
# bad: [a6360dd37e1a144ed11e6548371bade559a1e4df] Linux 2.6.39-rc3
# good: [0ce790e7d736cedc563e1fb4e998babf5a4dbc3d] Linux 2.6.39-rc1
git bisect start 'v2.6.39-rc3' 'v2.6.39-rc1'
# bad: [d14f5b810b49c7dbd1a01be1c6d3641d46090080] Merge 
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
git bisect bad d14f5b810b49c7dbd1a01be1c6d3641d46090080
# good: [84daeb09ef2b11cb0b29e100766e38e206c8bc47] Merge 
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
git bisect good 84daeb09ef2b11cb0b29e100766e38e206c8bc47
# bad: [fb9a7d76da108d120efb2258ea83b18dbbb2ecdd] Merge branch 
'core-fixes-for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
git bisect bad fb9a7d76da108d120efb2258ea83b18dbbb2ecdd
# bad: [ccd00d1091fa7fff151127f26f6900be2ac8cc10] Merge branch 'merge' 
of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
git bisect bad ccd00d1091fa7fff151127f26f6900be2ac8cc10
# good: [d72944457bb7d5c4be43aa1b741cb93c69484c20] powerpc/smp: Add a 
smp_ops->bringup_up() done callback
git bisect good d72944457bb7d5c4be43aa1b741cb93c69484c20
# good: [afdef69c7ff7d0bf59e3cafc187aefb12878dbe3] Merge 
git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
git bisect good afdef69c7ff7d0bf59e3cafc187aefb12878dbe3
# bad: [c56e58537d504706954a06570b4034c04e5b7500] powerpc/smp: Create 
idle threads on demand and properly reset them
git bisect bad c56e58537d504706954a06570b4034c04e5b7500
# bad: [105765f451d3ff007bb4ae3761e825686d9615db] powerpc/smp: Don't 
expose per-cpu "cpu_state" array
git bisect bad 105765f451d3ff007bb4ae3761e825686d9615db
# bad: [734796f12351f9a0f38c47b981414f82d852f222] powerpc/pmac/smp: Fix 
CPU hotplug crashes on some machines
git bisect bad 734796f12351f9a0f38c47b981414f82d852f222

I have errors on building bad kernels:
arch/powerpc/platforms/powermac/smp.c: In function ‘smp_core99_cpu_notify’:
arch/powerpc/platforms/powermac/smp.c:855:7: error: 
‘pmac_tb_clock_chip_host’ undeclared (first use in this function)
arch/powerpc/platforms/powermac/smp.c:855:7: note: each undeclared 
identifier is reported only once for each function it appears in

Andrey

  parent reply	other threads:[~2011-05-29 19:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-28  7:55 PROBLEM: 2.6.39 doesn’t boot on POWER MAC Andrey Gusev
2011-05-28 18:09 ` PROBLEM: 2.6.39 doesn't " Tabi Timur-B04825
2011-05-29  7:36   ` Andrey Gusev
2011-05-29 19:16   ` Andrey Gusev [this message]
2011-05-29 21:51     ` Benjamin Herrenschmidt
2011-05-30 22:11       ` kevin diggs
2011-05-30 22:17         ` Benjamin Herrenschmidt
2011-05-31 20:42           ` Andrey Gusev
2011-06-02 22:00 ` PROBLEM: 2.6.39 doesn’t " Giuliano Pochini
2011-06-03  2:41   ` Benjamin Herrenschmidt
2011-06-03  3:10     ` Benjamin Herrenschmidt
2011-06-03  5:53       ` [stable] " Greg KH
2011-06-03 22:36       ` Giuliano Pochini
2011-06-04  9:02         ` Andrey Gusev

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=4DE29B78.1070209@list.ru \
    --to=ronne@list.ru \
    --cc=B04825@freescale.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=paulus@samba.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;
as well as URLs for NNTP newsgroup(s).