https://bugzilla.kernel.org/show_bug.cgi?id=96351
--- Comment #26 from Dieter Nützel Dieter@nuetzel-hh.de --- (In reply to George Cheban from comment #25)
Sorry, I'm noob :)
Your are NO noob, your are learning (on a big, big piece of code)!
Do I need to do next steps? :
/*After "bisect"*/ $ cd /linux $ git bisect reset $ git revert 1a81b94 $ make oldconfig # make -3j && make modules_install && make install
Exactly.
Will the latest kernel compile from from the cloned repo from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git?
It should, but 'latest stuff' could brake, so better use a 'release' (4.1-rc1, etc.).
Correct me, if I'm wrong, please.
You are on a good way.
-Dieter
PS I'm German, so not nativ, too.