Am 22.02.2014 19:14, schrieb Marco André Dinis: > After testing multiple kernel versions I found the last good one: 3.9.11 > > wireless-testing does not have minor versions (3.9.x) , so I'm > bisecting v3.9 and v3.10 > > git bisect start > git bisect good v3.9 > git bisect bad v3.10 > > > Output: > > ➜ wireless-testing $ git bisect start > ➜ wireless-testing $ git bisect good v3.9 > ➜ wireless-testing $ git bisect bad v3.10 > Bisecting: 7345 revisions left to test after this (roughly 13 steps) > [20b4fb485227404329e41ad15588afad3df23050] Merge branch 'for-linus' of > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs > <http://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs> > > What to do now?
compile; test; if results is good: git bisect good if results is bad: git bisect bad > Can I skip some kernel compilations looking at commit logs? (it took me one > hour to compile linux-mainline). You can try, but in my experience you will not really get less steps. Beside, if there is no to match changes, compilation will take less time. -- Regards, Oleksij
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel