Hi,

(please avoid top-posting)

Juan Simón <deced...@gmail.com> 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

Attachment: signature.asc
Description: PGP signature

Reply via email to