Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761201AbXLOGwT (ORCPT ); Sat, 15 Dec 2007 01:52:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754204AbXLOGwJ (ORCPT ); Sat, 15 Dec 2007 01:52:09 -0500 Received: from mo11.iij4u.or.jp ([210.138.174.79]:51999 "EHLO mo11.iij4u.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753006AbXLOGwH (ORCPT ); Sat, 15 Dec 2007 01:52:07 -0500 Date: Sat, 15 Dec 2007 15:51:55 +0900 To: john@stoffel.org Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Cc: fujita.tomonori@lab.ntt.co.jp Subject: Re: 2.6.24-rc5-mm1: kernel BUG at include/linux/scatterlist.h:59! From: FUJITA Tomonori In-Reply-To: <18275.3156.745358.12056@stoffel.org> References: <18275.3156.745358.12056@stoffel.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20071215155444Z.tomof@acm.org> X-Dispatcher: imput version 20040704(IM147) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1052 Lines: 30 On Fri, 14 Dec 2007 18:05:56 -0500 "John Stoffel" wrote: > > Hi, > > Just fired up 2.6.24-rc5-mm1 on a Dual CPU PIII 550mhz system with 2gb > of RAM. Got the following error. Let me know if you need more > details or want me to run tests or make changes. Looks like something > in the SCSI st driver, which makes sense since I have a pair of DLT 7k > drives hooked upto this system via a Symbios PCI card. I've also got > a P1000 jukebox on there as well. Can you try the following patch? diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c index 98dfd6e..328c47c 100644 --- a/drivers/scsi/st.c +++ b/drivers/scsi/st.c @@ -3611,6 +3611,7 @@ static struct st_buffer * tb->dma = need_dma; tb->buffer_size = got; + sg_init_table(tb->sg, max_sg); return tb; } -- 1.5.3.4 -- 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/