PowerBook G4 boot failure (was: Re: Linuv 2.6.15-rc1)

From: Alexey Dobriyan
Date: Sat Nov 12 2005 - 16:14:40 EST


On Sat, Nov 12, 2005 at 09:45:38PM +0100, Michael Buesch wrote:
> Latest GIT tree does not boot on my G4 PowerBook.
> It freezes after displaying:
>
> Welcome to Linux, kernel 2.6.15-rc1-g44e6f84e
>
> linked at : 0xc0000000
> frame buffer at : 0xb8008000 (phys), 0xd000800 (log)
> klimit : 0xc03f5ae4
> MSR : 0x00003030
> HID0 : 0x8410c0bc

> This is a 15 inch post feb2005 PowerBook G4.
>
> 2.6.14 properly boots with the same config.

Unless someone else would come up with better idea, you can always do:

git bisect start
git bisect bad 44e6f84e3597905816a0440e7218d2ed072120da
git bisect start 741b2252a5e14d6c60a913c77a6099abe73a854a
Bisecting: 2021 revisions left to test after this
[739cafd316235fc55463849e80710f2ca308b9ae] [XFS] fix PBF_NONE handling
make
...
[reboot]
git bisect good # if it boots
or
git bisect bad # if it doesn't
make
...
[reboot]

"2021" suggests that it would take 10 or so recompiles to identify bad
commit.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/