On Tue, Oct 4, 2016 at 10:18 PM, Greg KH <gre...@linuxfoundation.org> wrote:
> On Tue, Oct 04, 2016 at 05:15:17PM -0700, Ashton Holmes wrote:
>> On Tue, Oct 4, 2016 at 12:11 AM, Greg KH <gre...@linuxfoundation.org> wrote:
>> >> Also my knowledge of git isn't that extensive and I got the source
>> >> from the download on the site not from the git repo so it tells me
>> >> there's no .git file but if I can figure out how to run that I'll give
>> >> it a go.
>> >
>> > You can pull Linus's tree from git.kernel.org by doing:
>> >         git clone 
>> > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>> >
>> > and using your .config in that tree.
>> >
>> > There is lots of documentation of how to use 'git bisect' but if you
>> > have any questions, please let us know.
>>
>> Alright this is the output of git bisect
>> e65805251f2db69c9f67ed8062ab82526be5a374 is the first bad commit
>
> That's a great start, but that's the first bad one, you need to now use
> 'git bisect bad' and it will keep going and narrow it down to the commit
> that causes the problem itself.

All the tutorials I saw ended when it got to the first bad commit. I
went through and compiled 13 different kernels or so so wouldn't that
be the commit that introduced the issue or am I missing something?

> thanks,
>
> greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to