http://bugzilla.kernel.org/show_bug.cgi?id=15276





--- Comment #11 from Markus Trippelsdorf <mar...@trippelsdorf.de>  2010-02-13 
08:08:14 ---
Michael, the first thing I would try is to revert the bug 15186 fix:
git revert 062b389c8704e539e234cfd67c7e034a514f50bf
Then rebuilt your kernel and try to reproduce the problem.
If the bug went away we know the cause...

If the bug is still there you can try to git bisect the problem:
First reset git:
git reset --hard v2.6.33-rc8
Then start bisecting by:
git bisect start
git bisect bad      (Current version is bad)
git bisect good 2.6.33-rc6

rebuilt the kernel and start testing.
If the build is bug free, run: git bisect good
If the kernel still has the bug, run: git bisect bad 
Then repeat the above until you have pinpointed the problem.

See man git-bisect for more info.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to