https://bugs.freedesktop.org/show_bug.cgi?id=29384 --- Comment #17 from peterle@xxxxxxxxxxxxxxxxx 2010-08-07 09:43:58 PDT --- $ mkdir project; cd project/linux-2.6 $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6 $ git bisect start /*now I'am testing everythin*/ $ git bisect good v.2.6.34 $ git bisect bad v2.6.35 Bisecting: 5279 revisions left to test after this (roughly 12 steps) [e0bc5d4a54938eedcde14005210e6c08aa9727e4] Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging -> Here it compiled the kernel, this kernel works fine! Bisecting: 2639 revisions left to test after this (roughly 11 steps) [d30fda355188272430d3865db2ff9e24b4135ae3] posix-cpu-timers: avoid "task->signal != NULL" checks -> I've got it! This revision has both bugs! Added new dmesg_2639revisions_roughly11steps -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel