Hello again!

Thanks for the advice, but bisecting the whole tree took me quite a
while and I ended up stuck because booting on some bisect states has
led my system to run without some devices, like wireless and sound. So
I tried to bisect the sound/usb/line6 path. It turns out that this
commit is the point where it breaks for me:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/sound/usb/line6?id=f6a0dd107ad0c8b59d1c9735eea4b8cb9f460949

In fact, when I apply the reverse patch on top of 4.10-rc7, it fixes
the problem for me. Should I bring some of the people that are
mentioned in the commit into this conversation?


On Fri, Jan 27, 2017 at 7:54 PM, Greg KH <gre...@linuxfoundation.org> wrote:
> 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