From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [Bug #12422] 2.6.28-git can't resume from str Date: Mon, 12 Jan 2009 18:08:33 -0800 (PST) Message-ID: References: <20090111162949.GA15338@elte.hu> <200901111736.24350.borntraeger@de.ibm.com> <20090111163904.GA21806@elte.hu> <20090111180714.GB15326@elte.hu> Mime-Version: 1.0 Return-path: In-Reply-To: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jeff Chua Cc: Ingo Molnar , Christian Borntraeger , Daniel Drake , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Phil Dibowitz On Tue, 13 Jan 2009, Jeff Chua wrote: > > I was trying to bisect further, but ended up with this strange behavior... > > # git bisect good a3a798c88a14b35e5d4ca30716dbc9eb9a1ddfe2 > Bisecting: 579 revisions left to test after this > [079899c2384023cd8efcd3806680b4f1d2abbd54] Btrfs: Change > find_extent_buffer to use TestSetPageLocked > > # ls > . .. .git fs > > Is this a bug or a feature? You bisected into the btrfs development chain. Just say "git bisect good" when this happens, and you'll be ok. [ Unless, of course, you were to be actually trying to bisect a btrfs bug. If so, you'd need to compile btrfs as a module and insert it and do the bisection based on that ] Linus