| Summary: | sys-kernel/gentoo-sources-3.4.7: slowpath oops when booting in qemu | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Anthony Basile <blueness> |
| Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | hardened-kernel+disabled, pageexec |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Anthony Basile
2012-08-02 19:06:29 UTC
it's not an oops but this: WARN_ON(max_loops <= 0); Another one (this time a kernel panic). Got it by running: qemu-system-x86_64 -cpu kvm64 -nodefaults -sdl -monitor vc -m 64M -vga cirrus -kernel .../usr/src/linux-3.4.7-gentoo/arch/x86/boot/bzImage -serial stdio -append "earlyprintk=serial,keep debug" Freeing SMP alternatives: 8k freed Enabling APIC mode: Flat. Using 1 I/O APICs ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 ..MP-BIOS bug: 8254 timer not connected to IO-APIC ...trying to set up timer (IRQ0) through the 8259A ... ..... (found apic 0 pin 2) ... ....... failed. ...trying to set up timer as Virtual Wire IRQ... ..... failed. ...trying to set up timer as ExtINT IRQ... ..... failed :(. Kernel panic - not syncing: IO-APIC + timer doesn't work! Boot with apic=debug and send a report. Then try booting with the 'noapic' option. Pid: 1, comm: swapper/0 Not tainted 3.4.7-gentoo #3 Call Trace: [<c04c8bac>] ? panic+0x81/0x165 [<c050dd59>] ? setup_IO_APIC+0x64a/0x680 [<c050a64f>] ? native_smp_prepare_cpus+0x304/0x374 [<c04cb286>] ? ret_from_fork+0x6/0x1c [<c050471f>] ? do_one_initcall+0x12f/0x12f [<c0504767>] ? kernel_init+0x48/0x17b [<c050471f>] ? do_one_initcall+0x12f/0x12f [<c04cb836>] ? kernel_thread_helper+0x6/0xd By the way, it's not immediately clear from this bug: the kernel is x86. Seems relevant: https://bugzilla.redhat.com/show_bug.cgi?id=502058 Are CONFIG_KVM_GUEST and CONFIG_KVM_CLOCK enabled? (In reply to comment #4) > Are CONFIG_KVM_GUEST and CONFIG_KVM_CLOCK enabled? No, see https://428576.bugs.gentoo.org/attachment.cgi?id=319658. Please enable and retest I am unable to reproduce the original problem with gentoo-sources-3.4.8 and 3.4.11. Perhaps it was fixed in mainline kernel or Gentoo patchset, or perhaps the last gcc update masked the problem. Feel free to close. |