https://bugzilla.kernel.org/show_bug.cgi?id=213081 --- Comment #8 from Alan Stern (stern@xxxxxxxxxxxxxxxxxxx) --- The output from "git help bisect" includes this text: Cutting down bisection by giving more parameters to bisect start You can further cut down the number of trials, if you know what part of the tree is involved in the problem you are tracking down, by specifying path parameters when issuing the bisect start command: $ git bisect start -- arch/i386 include/asm-i386 You should read the entire output; it includes a pretty good (though rather terse) description of the whole bisection process. (Beware: Although it's likely that the bug was introduced by a commit affecting the xhci-hcd driver; it isn't certain. If you can't find the guilty party by a restricted search, you may have to try again with a full bisection.) If you want more information about git bisection, there are plenty of web pages available that explain it in more detail. Ask Google. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.