Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765968AbXJRN46 (ORCPT ); Thu, 18 Oct 2007 09:56:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763695AbXJRN4p (ORCPT ); Thu, 18 Oct 2007 09:56:45 -0400 Received: from brick.kernel.dk ([87.55.233.238]:10243 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763746AbXJRN4o (ORCPT ); Thu, 18 Oct 2007 09:56:44 -0400 Date: Thu, 18 Oct 2007 15:56:05 +0200 From: Jens Axboe To: Benny Halevy Cc: David Miller , torvalds@linux-foundation.org, fujita.tomonori@lab.ntt.co.jp, mingo@elte.hu, linux-kernel@vger.kernel.org, jgarzik@pobox.com, alan@lxorguk.ukuu.org.uk, tomof@acm.org Subject: Re: [bug] ata subsystem related crash with latest -git Message-ID: <20071018135605.GL5063@kernel.dk> References: <20071018082145.GK5063@kernel.dk> <20071018.045505.106265100.davem@davemloft.net> <20071018115702.GW5063@kernel.dk> <20071018.050554.115911163.davem@davemloft.net> <20071018120950.GX5063@kernel.dk> <20071018121547.GY5063@kernel.dk> <4717587E.6090301@panasas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4717587E.6090301@panasas.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 617 Lines: 22 On Thu, Oct 18 2007, Benny Halevy wrote: > > return sg; > > } > > @@ -83,6 +96,9 @@ static inline struct scatterlist *sg_last(struct scatterlist *sgl, > > ret = sg; > > > > #endif > > +#ifdef CONFIG_DEBUG_SG > > + BUG_ON(sgl[0].sg_magic != SG_MAGIC); > > can it also do BUG_ON(!sg_is_last(sg))? That would make sense, definitely. I'll add that. -- Jens Axboe - 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/