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





------- Comment #6 from [EMAIL PROTECTED]  2008-02-16 11:53 -------
Could you please try to bisect it?

Install git, get kernel git tree from kernel.org, and do:

git bisect start
git bisect good 2.6.22
git bisect bad 2.6.24

It will select the kernel to test - compile and boot it to see if the problem
is still there.  If so do "git bisect bad" which will give you new kernel to
test.  If the kernel works fine do "git bisect good" instead.  After few
iterations you should find the exact commit which introduced the bug.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to