Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263744AbUCXPLz (ORCPT ); Wed, 24 Mar 2004 10:11:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263743AbUCXPLy (ORCPT ); Wed, 24 Mar 2004 10:11:54 -0500 Received: from dragnfire.mtl.istop.com ([66.11.160.179]:38084 "EHLO dsl.commfireservices.com") by vger.kernel.org with ESMTP id S263744AbUCXPLv (ORCPT ); Wed, 24 Mar 2004 10:11:51 -0500 Date: Wed, 24 Mar 2004 10:11:58 -0500 (EST) From: Zwane Mwaikambo To: Linux Kernel Cc: Jens Axboe , Andrew Morton Subject: drivers/block/elevator.c:249 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1830 Lines: 45 I'm hitting the following WARN_ON constantly on a slow (133MHz) SMP box with Fast SCSI for disks. Kernel is 2.6.5-rc2-mm1, i'll be trying 2.6.5-rc2-mm2 shortly. The warning crops up as early as the bootscripts. Badness in elv_remove_request at drivers/block/elevator.c:249 Call Trace: [] elv_remove_request+0x77/0x80 [] scsi_request_fn+0x432/0x4f0 [] elv_next_request+0x45/0xe0 [] generic_unplug_device+0x7c/0xa0 [] blk_backing_dev_unplug+0x1a/0x1d [] __wait_on_buffer+0xde/0xf0 [] autoremove_wake_function+0x0/0x40 [] autoremove_wake_function+0x0/0x40 [] jread+0x94/0xe0 [] do_one_pass+0x4f/0x3f0 [] autoremove_wake_function+0x0/0x40 [] submit_bh+0x71/0x160 [] journal_recover+0x49/0xa0 [] journal_load+0x4d/0x90 [] ext3_load_journal+0xbd/0x1a0 [] ext3_fill_super+0x973/0xae0 [] snprintf+0x18/0x20 [] get_sb_bdev+0xed/0x130 [] __kmalloc+0x85/0xa0 [] ext3_get_sb+0x1d/0x21 [] ext3_fill_super+0x0/0xae0 [] do_kern_mount+0x95/0x140 [] do_add_mount+0x51/0x160 [] do_mount+0x14c/0x1b0 [] copy_mount_options+0x8f/0x110 [] sys_mount+0xbb/0x170 [] do_mount_root+0x1d/0xa0 [] mount_block_root+0x3f/0xf0 [] mount_root+0x51/0x60 [] prepare_namespace+0x19/0xa0 [] init+0x179/0x1b0 [] init+0x0/0x1b0 [] kernel_thread_helper+0x5/0x10 - 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/