Re: USB will randomly stop working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Oct 04, 2016 at 11:07:20PM -0700, Ashton Holmes wrote:
> On Tue, Oct 4, 2016 at 10:18 PM, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> 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 <gregkh@xxxxxxxxxxxxxxxxxxx> 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?

No, that's one "leaf" of the tree that does not work (it's a merge
commit so maybe something in that merge caused the issue).  You need to
keep going and find the real actual commit that caused the problem.  You
will probably run into a few 'good' and 'bad' commits from here on and
eventually git bisect will spit out a "this is the bad commit" message.

thanks,

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



[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux