Comment 10 for bug 1397689

Revision history for this message
Ray-Ven (ray-ven) wrote :

if i get this right, I just have to do this:

git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git && cd linux

git checkout v3.17-rc1
git bisect start
git bisect good v3.16.7
git bisect bad v3.17-rc1

is this correct?