https://bugzilla.novell.com/show_bug.cgi?id=399816 User rjw@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399816#c8 --- Comment #8 from Rafael Wysocki <rjw@novell.com> 2008-08-21 14:30:54 MDT --- 1. Clone the mainline kernel repository: $ git clone \ git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6 (this will create subdirectory 'linux-2.6' in your current directory and download the repository contents into it) $ cd linux-2.6 2. Start bisection: $ git bisect start $ git bisect good v2.6.24 $ git bisect bad v2.6.25 3. Build the kernel, test it and if it fails do $ git bisect bad Otherwise do $ git bisect good 4. Repeat 3. until there are no more commits to test. If you're lucky, git will tell you which commit causes the problem. (see also: http://linux.yyz.us/git-howto.html) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.