The problem is in Arch Linux (and derivatives) exclusively. It fails too with Manjaro but no with OpenSuse Tumbleweed. I don't think is a kernel problem. Thanks. Regards. 2017-11-06 16:29 GMT+01:00 Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx>: > > Hi, > > (please avoid top-posting) > > Juan Simón <decedion@xxxxxxxxx> writes: >> I have followed the guide https://wiki.archlinux.org/index.php/Bisecting_bugs : >> >> $ git clone https://github.com/torvalds/linux >> $ git bisect good v4.12 >> $ git bisect bad v4.13 >> Bisecting: 7028 revisions left to test after this (roughly 13 steps) >> [ac7b75966c9c86426b55fe1c50ae148aa4571075] Merge tag 'pinctrl-v4.13-1' >> of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl >> >> And now? How can I see/send the changes between 2 versions? > > you need to compile the kernel, install it, test it the same way you > did. If it works, then go to your git tree and say: > > $ git bisect good > > if it fails, you say: > > $ git bisect bad > > As you see above, you're gonna have to do this 13 - 14 times. > > -- > balbi -- 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