Return-Path: MIME-Version: 1.0 In-Reply-To: <201102072115.20858.edt@aei.ca> References: <201102051417.58953.edt@aei.ca> <201102071009.51238.oneukum@suse.de> <201102071920.22543.edt@aei.ca> <201102072115.20858.edt@aei.ca> From: "Gadiyar, Anand" Date: Tue, 8 Feb 2011 12:16:16 +0530 Message-ID: Subject: Re: [BUG] usb problems in .38-rc3+ To: Ed Tomlinson Cc: Oliver Neukum , linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, linux-usb@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: On Tue, Feb 8, 2011 at 7:45 AM, Ed Tomlinson wrote: > I tried bisecting without much luck. ?It started with about 4000 commits to check. ?It was still bad > when it reached the first 1000 commits post .37. ?Then all boots started crashing. ?I think its possible > to restrict a bisect to a directory - if so, what dir should I try? > Maybe drivers/ or drivers/usb would be enough for a first attempt? I usually start there. You could just do: git bisect start -- [path] to restrict bisection to commits that touch [path]. - Anand