[Bug 91253] Regression: Can't boot on 4.0.5 and later but can boot on 4.0.4 (on iMac)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 7 08:17:18 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91253

--- Comment #4 from Alex Deucher <alexdeucher at gmail.com> ---
There are tons of git bisect howtos.  You will need to checkout the stable
kernel git tree, build and install it.  Here are the basics:

# 1. clone the git tree
git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
cd linux-stable
# 2. copy the config from your currently running kernel
cp /boot/config-4.0.4-<whatever> .config
# 3. start the bisect
git bisect start
git bisect good v4.0.4
git bisect bad v4.0.5
# 4. build and install the kernel
make
make modules_install
make install
# 5. reboot and test of the kernel is working
# 6a. if so mark the commit as good
git bisect good
# 6b. else mark it as bad
git bisect bad
# 7. repeat steps 4-6 until git has identified the problematic commit

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150707/f2c8f5fa/attachment.html>


More information about the dri-devel mailing list