Bug 122241

Summary: Test3 kernel cannot be installed on non-PCI boxes or with pci=off
Product: [Fedora] Fedora Reporter: Alan Cox <alan>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-05-21 20:18:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alan Cox 2004-05-02 12:45:39 UTC
This prevents installation on Sony vaio laptops that need the pci=off
hack and could bite other stuff.

The backtrace shows do_initcalls ran pcibios_irq_init which ran
pirq_peer_trick which then disappears into the depths of the PCI layer
even though pci=off, ending with a jump to hyperspace.

Comment 1 Alan Cox 2004-05-02 12:45:58 UTC
This worked in test2 btw