Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755966AbXKZUff (ORCPT ); Mon, 26 Nov 2007 15:35:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754774AbXKZUf1 (ORCPT ); Mon, 26 Nov 2007 15:35:27 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:46870 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754544AbXKZUf0 (ORCPT ); Mon, 26 Nov 2007 15:35:26 -0500 Date: Mon, 26 Nov 2007 12:33:19 -0800 From: Andrew Morton To: Rik van Riel Cc: kamalesh@linux.vnet.ibm.com, linux-kernel@vger.kernel.org, apw@shadowen.org, balbir@linux.vnet.ibm.com, linux-acpi@vger.kernel.org, tglx@linutronix.de, mingo@elte.hu, Christoph Lameter Subject: Re: 2.6.24-rc3-mm1 - Kernel Panic on IO-APIC Message-Id: <20071126123319.7483e57f.akpm@linux-foundation.org> In-Reply-To: <20071126143943.0a01665b@cuia.boston.redhat.com> References: <20071120204525.ff27ac98.akpm@linux-foundation.org> <4743CC0B.9000508@linux.vnet.ibm.com> <20071120221839.faab108e.akpm@linux-foundation.org> <20071126143943.0a01665b@cuia.boston.redhat.com> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2895 Lines: 66 On Mon, 26 Nov 2007 14:39:43 -0500 Rik van Riel wrote: > On Tue, 20 Nov 2007 22:18:39 -0800 > Andrew Morton wrote: > > > > ..MP-BIOS bug: 8254 timer not connected to IO-APIC > > > Kernel panic - not syncing: IO-APIC + timer doesn't work! Try using the 'noapic' kernel parameter > > > > ACPI or x86 breakage, I guess. > > > > Did 'noapic' work? > > I got the same bug as above, 'noapic' gets past that point We still don't know what caused this, afaik. > and right to the > next oops. I'm posting it here because this one is different from the others > in the thread, yet looks vaguely related: > > Unable to handle kernel NULL pointer dereference at 0000000000000021 RIP: > [] refresh_zone_stat_thresholds+0x6d/0x90 > PGD 0 > Oops: 0002 [1] SMP > last sysfs file: > CPU 0 > Modules linked in: > Pid: 1, comm: swapper Not tainted 2.6.24-rc3-mm1 #2 > RIP: 0010:[] [] refresh_zone_stat_thresholds+0x6d/0x90 > RSP: 0000:ffff81007fb59ec0 EFLAGS: 00010293 > RAX: 0000000000000000 RBX: 0000000000000004 RCX: 0000000000000001 > RDX: 0000000000000001 RSI: ffffffff8146fb38 RDI: 0000000000000001 > RBP: ffff81000000c000 R08: 0000000000000000 R09: 0000000000000000 > R10: ffff81007fb59e60 R11: 0000000000000028 R12: ffffffff814d4558 > R13: 0000000000000000 R14: ffffffff814b62c0 R15: 0000000000000000 > FS: 0000000000000000(0000) GS:ffffffff813d9000(0000) knlGS:0000000000000000 > CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b > CR2: 0000000000000021 CR3: 0000000000201000 CR4: 00000000000006a0 > DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 > DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 > Process swapper (pid: 1, threadinfo FFFF81007FB58000, task FFFF81007FB56000) > Stack: 0000000000000000 0000000000000000 0000000000000000 ffffffff814a3839 > 0000000000000000 ffffffff8148e626 ffff81007fb56000 ffffffff8126d36a > 0000000000000000 ffffffffffffffff ffffffff8105786b 0000000000000000 > Call Trace: > [] setup_vmstat+0x6/0x40 > [] kernel_init+0x169/0x2d8 > [] trace_hardirqs_on_thunk+0x35/0x3a > [] trace_hardirqs_on+0x115/0x138 > [] child_rip+0xa/0x12 > [] restore_args+0x0/0x30 > [] kernel_init+0x0/0x2d8 > [] child_rip+0x0/0x12 > > INFO: lockdep is turned off. hm. This smells like a startup ordering problem, but everything which refresh_zone_stat_thresholds() should be set up by the time we run initcalls. Maybe the zone lists are bad? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/