Kevin Wilson wrote: > Nonetheless, a somewhat recent change in your tree, that I could not > pinpoint on my own, caused the driver to stop functioning properly. > So after much searching in git/google/sources with no luck, I decided > to ask for a little assistance, maybe just a hint as to where the > culprit may be in the tree so I could investigate for myself. For > SNGs I tried the method that now works but I am still at a loss as to > (can't find) what changes in the tree caused it to fail.
Kevin, could you give git-bisect a shot? if you have two kernel versions or -rcX tags that work and don't work, then you can use bisect to help find the patch that causes it. you can search for from:torvalds and git-bisect to see lots of instructions from Linus on how to do it. If you have a fast machine and a few hours and an automatable test it can go really fast, probably less than 12 rebuilds. Good Luck, Jesse -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html