https://bugzilla.novell.com/show_bug.cgi?id=439461 User rjw@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=439461#c28 --- Comment #28 from Rafael Wysocki <rjw@novell.com> 2008-11-05 06:03:06 MST --- Created an attachment (id=249988) --> (https://bugzilla.novell.com/attachment.cgi?id=249988) Mainline kernel compilation & bisection instructions The instructions are attached, but they are referring to the current mainline kernel. To do the same for the -stable kernel 2.6.25.y you need to clone the -stable repository instead of the Linus' tree: $ git clone \ git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git (this should create a directory called linux-2.6-stable containing the repository) and start the bisection by: $ git bisect start $ git bisect bad v2.6.25.18 $ git bisect good v2.6.25.17 -- 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.