On Fri, Jan 27, 2017 at 07:32:03PM +0300, Igor Zinovev wrote:
> Wow, what an awesome book, thank you! I didn't know that compiling the
> kernel was so easy and fun!
> 
> But I ran into a problem, I found one good and one bad point, started
> bisecting it, ran through a couple of steps and stumbled upon a commit
> that removes a bunch of stuff. This is the commit:
> 
> commit 34873949885ad66f9bc6ad6baff78aed4846c092
> Author: Johan Hovold <jo...@hovoldconsulting.com>
> Date:   Wed Jul 13 09:34:00 2016 -0500
> 
>     greybus: es2: fix arpc return value
> 
>     ARPC should return 0 on success, but instead was returning the number of
>     jiffies left until the timeout.
> 
>     This caused cport_reset() to report an error and an incorrect error
>     message to be printed when disabling a connection.
> 
>     Reported-by: Alex Elder <el...@linaro.org>
>     Signed-off-by: Johan Hovold <jo...@hovoldconsulting.com>
>     Tested-by: Alex Elder <el...@linaro.org>
>     Signed-off-by: Alex Elder <el...@linaro.org>
> 
> My git shows the remote as
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

Ugh, you got "stuck" in a branch that goes off knowwhere, sorry about
that.  You can either just mark it 'git bisect skip' and keep going on,
or you can mark that whole branch to be skipped as well:
        git bisect skip 
cd26f1bd6bf3c73cc5afe848677b430ab342a909..d4f56b47a8fac90b15adfae80a42a2735d6b3213
should do it.

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