[Bug 96351] System hangs up after update to any kernel newer than 3.12*

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Mon Apr 20 06:52:30 PDT 2015


https://bugzilla.kernel.org/show_bug.cgi?id=96351

--- Comment #16 from Alex Deucher <alexdeucher at 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

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the dri-devel mailing list