From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757734AbZLOBrf (ORCPT ); Mon, 14 Dec 2009 20:47:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756726AbZLOBre (ORCPT ); Mon, 14 Dec 2009 20:47:34 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:59393 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755411AbZLOBrd (ORCPT ); Mon, 14 Dec 2009 20:47:33 -0500 Date: Mon, 14 Dec 2009 17:47:14 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Greg KH cc: Alan Stern , Greg KH , Andrew Morton , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [GIT PATCH] USB patches for 2.6.33-git In-Reply-To: Message-ID: References: <20091211212646.GB6624@kroah.com> <20091215005216.GA9309@kroah.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 Mon, 14 Dec 2009, Linus Torvalds wrote: > > Will continue to bisect. So far: Good: d71cb81af3817193bc605de061da0499934263a6 Bad: 6bd03e7b9d0f70928f9cd793326c28e4e08ffc96 so it's definitely from that USB merge (unless it comes and goes intermittently and my bisect is not reliable, but the fact that I've bisected down to the USB merge makes it at least _look_ plausible). Not surprising, and there's 85 commits in between those points, so I'll have to do 7 more bisection points. Linus