Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 14 Oct 2002 18:13:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 14 Oct 2002 18:13:06 -0400 Received: from ns0.cobite.com ([208.222.80.10]:64263 "EHLO ns0.cobite.com") by vger.kernel.org with ESMTP id ; Mon, 14 Oct 2002 18:13:05 -0400 Date: Mon, 14 Oct 2002 18:18:55 -0400 (EDT) From: David Mansfield X-X-Sender: david@admin To: Andrew Morton cc: linux-kernel@vger.kernel.org Subject: Re: [BUG] raw over raid5: BUG at drivers/block/ll_rw_blk.c:1967 In-Reply-To: <3DAB2DD9.B78639C5@digeo.com> 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: 1260 Lines: 37 On Mon, 14 Oct 2002, Andrew Morton wrote: > David Mansfield wrote: > > ------------[ cut here ]------------ > > kernel BUG at drivers/block/ll_rw_blk.c:1967! > > I don't think you told us the kernel version? > > There have been recent fixes wrt sizing of the BIOs which the > direct-io layer sends down. So please make sure that you're > testing Linus's current -bk, or 2.5.42 plus > I've tried to test 2.5.42-mm2 but it doesn't compile. There were (I assume 'sard') changes made to remove the DK_MAX_MAJOR etc. but there is to patch to drivers/md/md.c so it fails to compile: # find -name \*.c | xargs grep DK_MAX_MAJOR ./drivers/md/md.c:static unsigned int sync_io[DK_MAX_MAJOR][DK_MAX_DISK]; ./drivers/md/md.c: if ((index >= DK_MAX_DISK) || (major >= DK_MAX_MAJOR)) ./drivers/md/md.c: if ((idx >= DK_MAX_DISK) || (major >= DK_MAX_MAJOR)) David -- /==============================\ | David Mansfield | | david@cobite.com | \==============================/ - 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/