From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Sixt Subject: Re: AAARGH bisection is hard (Re: [2.6.39 regression] X locks up hard right after logging in) Date: Fri, 13 May 2011 20:34:08 +0200 Message-ID: <4DCD79A0.7000500@kdbg.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Andrew Lutomirski , Christian Couder , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, git@vger.kernel.org, Shuang He To: Linus Torvalds Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Am 13.05.2011 19:54, schrieb Linus Torvalds: > For example, in your case, since you had certain requirements of > support that simply didn't exist earlier, something like > > git bisect requires v2.6.38 > > would have been really useful - telling git bisect that any commit > that cannot reach that required commit is not even worth testing. You can already have this with git bisect good v2.6.38 It sounds a bit unintuitive, but with a slight mind-twist it can even be regarded as correct in a mathematical sense: when the precondition is false, the result is true. ;-) -- Hannes