https://bugzilla.kernel.org/show_bug.cgi?id=96351
--- Comment #16 from Alex Deucher alexdeucher@gmail.com --- $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ git clone http://github.com/ignatenkobrain/kernel-package.git $ cd linux $ git bisect start $ git bisect bad v3.19 $ git bisect good v3.12
#Build the kernel and test it. e.g., make -j3 sudo make modules_install sudo make install # reboot and select the new kernel from the grub meu # if the kernel works correctly mark it as good: git bisect good # if the kernel exhibits the bug, mark it as bad: git bisect bad # repeat this process until git tells you which commit is the bad one