Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765388AbXLMThx (ORCPT ); Thu, 13 Dec 2007 14:37:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757797AbXLMThm (ORCPT ); Thu, 13 Dec 2007 14:37:42 -0500 Received: from brick.kernel.dk ([87.55.233.238]:8367 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757501AbXLMThl (ORCPT ); Thu, 13 Dec 2007 14:37:41 -0500 Date: Thu, 13 Dec 2007 20:37:37 +0100 From: Jens Axboe To: Mark Lord Cc: Mark Lord , Matthew Wilcox , IDE/ATA development list , Linux Kernel , linux-scsi Subject: Re: QUEUE_FLAG_CLUSTER: not working in 2.6.24 ? Message-ID: <20071213193736.GF10104@kernel.dk> References: <47617B92.6020908@rtr.ca> <47617C07.3020501@rtr.ca> <47617E72.6080504@rtr.ca> <20071213185326.GQ26334@parisc-linux.org> <4761821F.3050602@rtr.ca> <20071213192633.GD10104@kernel.dk> <4761883A.7050908@rtr.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4761883A.7050908@rtr.ca> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2158 Lines: 54 On Thu, Dec 13 2007, Mark Lord wrote: > Jens Axboe wrote: > >On Thu, Dec 13 2007, Mark Lord wrote: > >>Matthew Wilcox wrote: > >>>On Thu, Dec 13, 2007 at 01:48:18PM -0500, Mark Lord wrote: > >>>>Problem confirmed. 2.6.23.8 regularly generates segments up to 64KB > >>>>for libata, > >>>>but 2.6.24 uses only 4KB segments and a *few* 8KB segments. > >>>Just a suspicion ... could this be slab vs slub? ie check your configs > >>>are the same / similar between the two kernels. > >>.. > >> > >>Mmmm.. a good thought, that one. > >>But I just rechecked, and both have CONFIG_SLAB=y > >> > >>My guess is that something got changed around when Jens > >>reworked the block layer for 2.6.24. > >>I'm going to dig around in there now. > > > >I didn't rework the block layer for 2.6.24 :-). The core block layer > >changes since 2.6.23 are: > > > >- Support for empty barriers. Not a likely candidate. > >- Shared tag queue fixes. Totally unlikely. > >- sg chaining support. Not likely. > >- The bio changes from Neil. Of the bunch, the most likely suspects in > > this area, since it changes some of the code involved with merges and > > blk_rq_map_sg(). > >- Lots of simple stuff, again very unlikely. > > > >Anyway, it sounds odd for this to be a block layer problem if you do see > >occasional segments being merged. So it sounds more like the input data > >having changed. > > > >Why not just bisect it? > .. > > Because the early 2.6.24 series failed to boot on this machine > due to bugs in the block layer -- so the code that caused this regression > is probably in the stuff from before the kernels became usable here. That would be the sg chain stuff, I don't think there's any correlation between the two "bugs" (ie I don't get how you jump to the conclusion that this regression is from stuff before that). Just go back as early as you can, you could even just start with a -rc bisect. -- 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/