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
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Evgeniy Polyakov | Re: [BUG] New Kernel Bugs |
git: | |
| Gerrit Renker | [PATCH 28/37] dccp: Integration of dynamic feature activation - part 3 (client side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Tantilov, Emil S | WARNING: at include/net/sock.h:417 udp_lib_unhash |
