This was progressing fine until I ran into an issue that makes the kernel unstable causing
it to crash at semi-random times. I'm down to about 350 commits left in the bisect. I've
tried:
git reset --hard HEAD~3
no luck, same problem, unstable
You can try "git bisect visualize" to invoke gitk on the remaining commits, and
then pick a likely looking stable point for your next test. This is documented
reasonably well in the git Documentation/howto/isolate-bugs-with-bisect.txt
-Tony