Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759413AbYFIJfW (ORCPT ); Mon, 9 Jun 2008 05:35:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758260AbYFIJfK (ORCPT ); Mon, 9 Jun 2008 05:35:10 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:49804 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758238AbYFIJfJ (ORCPT ); Mon, 9 Jun 2008 05:35:09 -0400 Date: Mon, 9 Jun 2008 11:34:46 +0200 From: Ingo Molnar To: Vegard Nossum , Kay Sievers Cc: Andrew Morton , linux-kernel@vger.kernel.org, Jens Axboe , Greg Kroah-Hartman , Linus Torvalds , "Rafael J. Wysocki" Subject: Re: [bug, 2.6.26-rc4/rc5] sporadic bootup crashes in blk_lookup_devt()/prepare_namespace() Message-ID: <20080609093446.GA31803@elte.hu> References: <20080609080312.GA32458@elte.hu> <20080609020623.b6727f2b.akpm@linux-foundation.org> <19f34abd0806090209l541d93c6jaba2704314b34418@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19f34abd0806090209l541d93c6jaba2704314b34418@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2255 Lines: 53 * Vegard Nossum wrote: > On Mon, Jun 9, 2008 at 11:06 AM, Andrew Morton > wrote: > > On Mon, 9 Jun 2008 10:03:12 +0200 Ingo Molnar wrote: > > > >> -tip testing has started triggering a new type of sporadic bootup crash > >> a few days ago. Find below a collection of 14 crashes i've managed to > >> capture so far, which are all similar to this crash pattern: > >> > >> BUG: unable to handle kernel paging request at ffff81003b984fb8 > >> IP: [] blk_lookup_devt+0x42/0xa0 > >> PGD 8063 PUD 9063 PMD 3be2d163 PTE 800000003b984160 > >> Oops: 0000 [1] SMP DEBUG_PAGEALLOC > >> > >> Call Trace: > >> [] ? ip_auto_config+0x0/0xd94 > >> [] name_to_dev_t+0x145/0xeec > >> [] ? __next_cpu_nr+0x22/0x2b > >> [] prepare_namespace+0x91/0x14c > >> [] kernel_init+0x2fe/0x314 > >> [] ? trace_hardirqs_on_caller+0xca/0xee > >> [] ? trace_hardirqs_on_thunk+0x3a/0x3f > >> [] ? trace_hardirqs_on_caller+0xca/0xee > >> [] child_rip+0xa/0x12 > >> [] ? restore_args+0x0/0x30 > >> [] ? trace_hardirqs_off+0xd/0xf > >> [] ? kernel_init+0x0/0x314 > >> [] ? child_rip+0x0/0x12 > > > > Did you work out where it's dying? Deref of `dev' I assume? > > struct gendisk *disk = dev_to_disk(dev); wild shot in the dark: if i were to finger a random commit in this general code area where it crashed it would be: | commit 30f2f0eb4bd2c43d10a8b0d872c6e5ad8f31c9a0 | Author: Kay Sievers | Date: Tue May 6 22:31:33 2008 +0200 | | block: do_mounts - accept root= i could try a revert of this commit although given the extremely sporadic nature of this bug i doubt i could do any conclusive testing. Ingo -- 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/