Re: [PATCH] w35und: fix usb_control_msg() error handling in wb35_probe()

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Sandro Bonazzola <sandro.bonazzola@...>
Cc: Pavel Machek <pavel@...>, Greg Kroah-Hartman <greg@...>, <linux-kernel@...>, Linux Netdev List <netdev@...>
Date: Monday, January 26, 2009 - 4:22 pm

Sandro Bonazzola wrote:

Heh, yes, there's plenty of things to fix. :-)


Here's a tutorial on git bisect.

http://kernel.org/pub/software/scm/git/docs/v1.3.3/howto/isolate-bugs-with-bisect.txt


Assuming 2.6.29-rc1 is broken, you initialize the bisection with:

   git bisect start -- drivers/staging/winbond/
   git bisect good v2.6.28
   git bisect bad v2.6.29-rc1

Then you continue doing this:

   <apply my patch, compile, test>

and

   git bisect good

or

   git bisect bad

depending on whether the kernel worked or not. Repeat until git bisect 
tells you which changeset broke the kernel. The process shouldn't take 
more than 5 compiles/reboots.

		Pekka
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] w35und: fix usb_control_msg() error handling in ..., Pekka Enberg, (Mon Jan 26, 4:22 pm)