[Bug 440838] New: Kernel does not boot
https://bugzilla.novell.com/show_bug.cgi?id=440838 Summary: Kernel does not boot Product: openSUSE 11.1 Version: Beta4 Platform: PowerPC OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: olh@novell.com ReportedBy: schwab@novell.com QAContact: qa@suse.de Found By: --- The kernel does not boot on PowerBook6,7. Last message is "console handover: boot [udbg0] -> real [tty0]". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=440838 User olh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440838#c1 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Olaf Hering <olh@novell.com> 2008-11-03 00:35:02 MDT --- the kernel panics very early -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=440838 User olh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440838#c2 --- Comment #2 from Olaf Hering <olh@novell.com> 2008-11-03 00:40:40 MDT --- booting with video=radeonfb:off video=offb:off console=ttyS0 shows a panic in ide_read_status, called from ipmac_ide_pci_attach -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=440838 User olh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440838#c3 --- Comment #3 from Olaf Hering <olh@novell.com> 2008-11-03 01:07:57 MDT --- on ibook g4, the kernel crashes always, its not possible to skip pmac_ide_probe on powerbook pismo, I see -EBUSY for all resource requests -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=440838 User olh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440838#c4 --- Comment #4 from Olaf Hering <olh@novell.com> 2008-11-03 01:20:06 MDT --- reverting patches.arch/ppc-powerpc-debug-pci-hotplug.patch from bug #439491 helps -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=440838 User olh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440838#c5 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pczanik@genesi-usa.com --- Comment #5 from Olaf Hering <olh@novell.com> 2008-11-03 08:11:37 MDT --- *** Bug 440097 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=440097 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=440838 User olh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440838#c6 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #6 from Olaf Hering <olh@novell.com> 2008-11-06 06:37:22 MST --- This change was missing. Index: linux/arch/powerpc/kernel/pci-common.c =================================================================== --- linux.orig/arch/powerpc/kernel/pci-common.c +++ linux/arch/powerpc/kernel/pci-common.c @@ -803,7 +803,7 @@ void __devinit pcibios_fixup_bus_self(st * now differently between 32 and 64 bits. */ if (dev == NULL) - return; + goto hostbridge; for (i = 0; i < PCI_BUS_NUM_RESOURCES; ++i) { if ((res = bus->resource[i]) == NULL) @@ -844,6 +844,7 @@ void __devinit pcibios_fixup_bus_self(st fixup_resource(res, dev); } +hostbridge: /* Additional setup that is different between 32 and 64 bits for now */ pcibios_do_bus_setup_self(bus); } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com