LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Chris Rankin <rankincj@yahoo.com>
To: Greg KH <greg@kroah.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: Linux 2.6.24.1 - kernel does not boot; IRQ trouble?
Date: Wed, 27 Feb 2008 00:55:38 +0000 (GMT) [thread overview]
Message-ID: <91946.43854.qm@web52909.mail.re2.yahoo.com> (raw)
In-Reply-To: <20080226234025.GC14117@kroah.com>
--- Greg KH <greg@kroah.com> wrote:
> On Tue, Feb 26, 2008 at 10:36:00PM +0000, Chris Rankin wrote:
> > FYI, this hang still exists in 2.6.24.3 and so I am still needing to boot with the acpi=noirq
> > parameter.
>
> You're going to have to refresh my memory. Was this a problem caused by
> the .1 .2 or .3 kernel releases? Did 2.6.24 have this problem as well,
> or was it ok?
It's a bug introduced in 2.6.24; that ACPI fails to allocate IRQs correctly for PCI devices, which
makes the kernel hang at boot-time:
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
BUG: NMI Watchdog detected LOCKUP on CPU0, eip c0102b07, registers:
Modules linked in:
Pid: 0, comm: swapper Not tainted (2.6.24.1 #1)
EIP: 0060:[<c0102b07>] EFLAGS: 00000246 CPU: 0
EIP is at default_idle+0x2f/0x43
EAX: 00000000 EBX: c0102ad8 ECX: 010b2000 EDX: fffedb3c
ESI: 00000000 EDI: c1409284 EBP: c0323fb4 ESP: c0323fb4
DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
Process swapper (pid: 0, ti=c0323000 task=c02fc320 task.ti=c0323000)
Stack: c0323fc4 c01025af c140c000 c0357284 c0323fcc c02873a9 c0323ff8 c032792f
00000037 c0327108 00000000 00000004 00009000 c0343b00 00000002 00099800
c0319000 007ab007 00000000
Call Trace:
[<c0105020>] show_trace_log_lvl+0x1a/0x2f
[<c01050d2>] show_stack_log_lvl+0x9d/0xa5
[<c010517d>] show_registers+0xa3/0x1df
[<c0105ba7>] die_nmi+0x81/0xd2
[<c0115d72>] nmi_watchdog_tick+0xd5/0x12a
[<c0105f19>] do_nmi+0x93/0x24b
[<c0289b83>] nmi_stack_correct+0x26/0x2b
[<c01025af>] cpu_idle+0x9a/0xcf
[<c02873a9>] rest_init+0x5d/0x5f
[<c032792f>] start_kernel+0x2e2/0x2ea
[<00000000>] _stext+0x3feff000/0x19
=======================
Code: 36 c0 00 55 89 e5 75 33 80 3d e5 17 32 c0 00 74 2a 89 e0 25 00 f0 ff ff 83 60 0c fd f0 83 04
24 00 fa 8b 40 08 a8 04 75 04 fb f4 <eb> 01 fb 89 e0 25 00 f0 ff ff 83 48 0c 02 eb 02 f3 90 5d c3
55
(This trace is from 2.6.24.1, but it hasn't changed in 2.6.24.3.) I currently avoid this problem
by booting with acpi=noirq, which puts all the PCI devices on IRQ 9 instead of sharing them
between IRQs 16, 17, 18 and 19.
Cheers,
Chris
__________________________________________________________
Sent from Yahoo! Mail.
A Smarter Inbox. http://uk.docs.yahoo.com/nowyoucan.html
next prev parent reply other threads:[~2008-02-27 0:55 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-17 0:54 Linux 2.6.24.1 - kernel does not boot; IRQ trouble? Chris Rankin
2008-02-18 13:00 ` Andrew Morton
2008-02-18 13:16 ` Chris Rankin
2008-02-18 16:53 ` Stephen Hemminger
2008-02-18 19:42 ` Chris Rankin
2008-02-18 20:06 ` Stephen Hemminger
2008-02-19 8:47 ` Kay Sievers
2008-02-22 9:11 ` Kay Sievers
2008-02-22 9:41 ` Chris Rankin
2008-02-18 13:00 ` Andrew Morton
2008-02-18 13:13 ` Chris Rankin
2008-02-26 22:36 ` Chris Rankin
2008-02-26 23:40 ` Greg KH
2008-02-27 0:55 ` Chris Rankin [this message]
2008-02-27 2:52 ` Andrew Morton
2008-02-27 8:39 ` Chris Rankin
2008-03-02 2:43 ` Linux 2.6.24.1 - kernel does not boot; Solution! Chris Rankin
-- strict thread matches above, loose matches on Subject: below --
2008-02-08 23:31 Linux 2.6.24.1 - kernel does not boot; IRQ trouble? Chris Rankin
2008-02-09 6:48 ` Greg KH
2008-02-09 12:06 ` Chris Rankin
2008-02-09 18:06 ` Greg KH
2008-02-09 18:22 ` Chris Rankin
2008-02-09 19:03 ` Oliver Pinter
2008-02-09 19:26 ` Chris Rankin
2008-02-17 0:42 ` Chris Rankin
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=91946.43854.qm@web52909.mail.re2.yahoo.com \
--to=rankincj@yahoo.com \
--cc=akpm@linux-foundation.org \
--cc=greg@kroah.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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).