From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751221AbVIWUYE (ORCPT ); Fri, 23 Sep 2005 16:24:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751227AbVIWUYE (ORCPT ); Fri, 23 Sep 2005 16:24:04 -0400 Received: from smtp.osdl.org ([65.172.181.4]:10187 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751221AbVIWUYC (ORCPT ); Fri, 23 Sep 2005 16:24:02 -0400 Date: Fri, 23 Sep 2005 13:23:08 -0700 From: Andrew Morton To: Jesper Juhl Cc: adobriyan@gmail.com, chris@sigsegv.plus.com, linux-kernel@vger.kernel.org, ext2-devel@lists.sourceforge.net Subject: Re: Hang during rm on ext2 mounted sync (2.6.14-rc2+) Message-Id: <20050923132308.7660e873.akpm@osdl.org> In-Reply-To: <9a874849050923130623ef40f9@mail.gmail.com> References: <20050922163708.GF5898@sigsegv.plus.com> <20050923015719.5eb765a4.akpm@osdl.org> <20050923121932.GA5395@sigsegv.plus.com> <20050923132216.GA5784@sigsegv.plus.com> <20050923121811.2ef1f0be.akpm@osdl.org> <9a8748490509231245d26d875@mail.gmail.com> <20050923201119.GA9319@mipter.zuzino.mipt.ru> <9a874849050923130623ef40f9@mail.gmail.com> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jesper Juhl wrote: > > On 9/23/05, Alexey Dobriyan wrote: > > On Fri, Sep 23, 2005 at 09:45:37PM +0200, Jesper Juhl wrote: > > > On 9/23/05, Andrew Morton wrote: > > > > We ought to have the git bisection process documented in the kernel tree, > > > > but we don't, alas. There's stuff at http://lkml.org/lkml/2005/6/24/234 > > > > but a standalone document which walks people through installing git, > > > > pulling the initial tree, building and bisecting is needed (hint). > > > > > > > > > > If noone else is doing this then I'll write such a document. > > > If someone has already started writing it, then please let me know so > > > we don't duplicate work. I'll get write it during the weekend if I > > > hear nothing. > > > > Bisecting itself is described at Documentation/git-bisect.txt: > > > > http://kernel.org/git/?p=git/git.git;a=blob;h=b124b0751c195db82a49d0bcf434da429ec71019;hb=7fe2fc79358673a909d71e62d3f80ffe0f525fce;f=Documentation/git-bisect.txt > > > > Thanks, had not seen that document. > > So, should I just add to that a section on how to get and install git > and pull the tree, or put that in a new document and just refer to > that document at the top of git-bisect.txt ? > Any preferences? A new document, I think. People seem to go nuts over this sort of thing and write a whole encyclopedia. I think we'd be better off with just a recipe: a) Download http://www.kernel.org/pub/software/scm/git/ b) make ; make install c) pull kernel tree d) copy .config e) make oldconfig, build, test f) git-bisect start ... The shorter the better, with exact example commands. IMO.