Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757772Ab0AOQq0 (ORCPT ); Fri, 15 Jan 2010 11:46:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756942Ab0AOQqZ (ORCPT ); Fri, 15 Jan 2010 11:46:25 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:34731 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753549Ab0AOQqZ (ORCPT ); Fri, 15 Jan 2010 11:46:25 -0500 Date: Fri, 15 Jan 2010 08:46:03 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Nick Bowler cc: Thomas Meyer , Pekka Enberg , Nick Bowler , linux-kernel@vger.kernel.org, Jesse Barnes Subject: Re: [PATCH] drm/i915: disable LVDS downclock by default In-Reply-To: <20100115163246.GA4498@emergent.ellipticsemi.com> Message-ID: References: <20100113133357.67f9df6d@jbarnes-piketon> <4B4E403C.1050509@cs.helsinki.fi> <20100113165530.2a7e7645@jbarnes-piketon> <4B4F6D5F.10008@cs.helsinki.fi> <84144f021001150054m532cd1cdwbbdbab79b5924fb7@mail.gmail.com> <1263572080.2217.1.camel@localhost.localdomain> <20100115163246.GA4498@emergent.ellipticsemi.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 15 Jan 2010, Nick Bowler wrote: > > You could apply Jesse's patch at each step during the bisection whenever > the LVDS downclocking commit is present. There's even a use "git bisect run" to automate it, see "man git-bisect". Although in all fairness, for a one-off bisect like this, it's usually more pain to write the automation script than to just do it manually the handful of times you need to. You need to return a special value to say "I need to test this specially" - since "git bisect run" is designed to also return the 'is it good or bad' test value. Linus -- 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/