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





------- Comment #1 from [EMAIL PROTECTED]  2008-02-16 10:21 -------
Please try using git-bisect to narrow down the problem to the specific commit.
Install git package, get git tree from kernel.org and do:

git bisect start
git bisect good 2.6.23
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.

Thanks.


-- 
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