<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Using git-bisect to find buggy kernel patches</title>
	<atom:link href="http://www.reactivated.net/weblog/archives/2006/01/using-git-bisect-to-find-buggy-kernel-patches/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reactivated.net/weblog/archives/2006/01/using-git-bisect-to-find-buggy-kernel-patches/</link>
	<description>they got a skin and they put me in</description>
	<pubDate>Fri, 25 Jul 2008 17:21:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Floroskop</title>
		<link>http://www.reactivated.net/weblog/archives/2006/01/using-git-bisect-to-find-buggy-kernel-patches/#comment-16698</link>
		<dc:creator>Floroskop</dc:creator>
		<pubDate>Tue, 18 Mar 2008 09:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=78#comment-16698</guid>
		<description>Hello! 
I think this try.</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I think this try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naisioxerloro</title>
		<link>http://www.reactivated.net/weblog/archives/2006/01/using-git-bisect-to-find-buggy-kernel-patches/#comment-16390</link>
		<dc:creator>naisioxerloro</dc:creator>
		<pubDate>Wed, 28 Nov 2007 21:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=78#comment-16390</guid>
		<description>Hi. 
Good design, who make it?</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Good design, who make it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsd</title>
		<link>http://www.reactivated.net/weblog/archives/2006/01/using-git-bisect-to-find-buggy-kernel-patches/#comment-14017</link>
		<dc:creator>dsd</dc:creator>
		<pubDate>Sun, 25 Mar 2007 19:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=78#comment-14017</guid>
		<description>I've never used cogito. WIth git I would suggest you create a new branch (so that you do not lose the bisection state) and then hard reset to a tag.

# git branch mybranch
# git checkout mybranch
# git reset --hard v2.6.18-rc3</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never used cogito. WIth git I would suggest you create a new branch (so that you do not lose the bisection state) and then hard reset to a tag.</p>
<p># git branch mybranch<br />
# git checkout mybranch<br />
# git reset &#8211;hard v2.6.18-rc3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toralf FÃ¶rster</title>
		<link>http://www.reactivated.net/weblog/archives/2006/01/using-git-bisect-to-find-buggy-kernel-patches/#comment-13594</link>
		<dc:creator>Toralf FÃ¶rster</dc:creator>
		<pubDate>Wed, 07 Feb 2007 13:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=78#comment-13594</guid>
		<description>After bisecting  I would try to compile a specific kernel version. How can I switch to a specific commit (with cogito I could do  "$&#62; cg-seek v2.6.18-rc3")  but the cogito scritps seems to be buggy, isn't it ?</description>
		<content:encoded><![CDATA[<p>After bisecting  I would try to compile a specific kernel version. How can I switch to a specific commit (with cogito I could do  &#8220;$&gt; cg-seek v2.6.18-rc3&#8243;)  but the cogito scritps seems to be buggy, isn&#8217;t it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pekka Enberg</title>
		<link>http://www.reactivated.net/weblog/archives/2006/01/using-git-bisect-to-find-buggy-kernel-patches/#comment-833</link>
		<dc:creator>Pekka Enberg</dc:creator>
		<pubDate>Sun, 19 Feb 2006 11:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=78#comment-833</guid>
		<description>You are not doomed. The old bitkeeper repository has been converted to git and you can find it here: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/old-2.6-bkcvs.git/.</description>
		<content:encoded><![CDATA[<p>You are not doomed. The old bitkeeper repository has been converted to git and you can find it here: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/old-2.6-bkcvs.git/.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chewi</title>
		<link>http://www.reactivated.net/weblog/archives/2006/01/using-git-bisect-to-find-buggy-kernel-patches/#comment-756</link>
		<dc:creator>Chewi</dc:creator>
		<pubDate>Wed, 08 Feb 2006 02:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=78#comment-756</guid>
		<description>I started to use this approach to fix these infernal crashes I've been experiencing for nearly a year... and I came to the horrible realisation that it wasn't going to work because the last good kernel was 2.6.9 - before git was created. I'm doomed! I really have tried everything. I'm not alone though, another guy with a similar Vaio has the same problem.</description>
		<content:encoded><![CDATA[<p>I started to use this approach to fix these infernal crashes I&#8217;ve been experiencing for nearly a year&#8230; and I came to the horrible realisation that it wasn&#8217;t going to work because the last good kernel was 2.6.9 - before git was created. I&#8217;m doomed! I really have tried everything. I&#8217;m not alone though, another guy with a similar Vaio has the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://www.reactivated.net/weblog/archives/2006/01/using-git-bisect-to-find-buggy-kernel-patches/#comment-603</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Sat, 28 Jan 2006 01:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=78#comment-603</guid>
		<description>Now only if we could extend this and get git to use Newton's method, which has *quadratic* convergence. Unfortunately the kernel isn't a function, nor can we take it's derivative.</description>
		<content:encoded><![CDATA[<p>Now only if we could extend this and get git to use Newton&#8217;s method, which has *quadratic* convergence. Unfortunately the kernel isn&#8217;t a function, nor can we take it&#8217;s derivative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Hummelink</title>
		<link>http://www.reactivated.net/weblog/archives/2006/01/using-git-bisect-to-find-buggy-kernel-patches/#comment-588</link>
		<dc:creator>Ronald Hummelink</dc:creator>
		<pubDate>Mon, 23 Jan 2006 23:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=78#comment-588</guid>
		<description>I agree, if I was able to shave off 75% of the commit range i would have saved a mere 2 reboots. I think from RC1 to RC4 accounts for more then 25% of the changesets between V14 and v15 releases

The same way counts the other way around, if i had only known 2.6.11 was good and 2.6.15 bad, that would have added a mere 2 more reboots. (every boot rules out around half of the changesets left over)</description>
		<content:encoded><![CDATA[<p>I agree, if I was able to shave off 75% of the commit range i would have saved a mere 2 reboots. I think from RC1 to RC4 accounts for more then 25% of the changesets between V14 and v15 releases</p>
<p>The same way counts the other way around, if i had only known 2.6.11 was good and 2.6.15 bad, that would have added a mere 2 more reboots. (every boot rules out around half of the changesets left over)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donnie Berkholz</title>
		<link>http://www.reactivated.net/weblog/archives/2006/01/using-git-bisect-to-find-buggy-kernel-patches/#comment-586</link>
		<dc:creator>Donnie Berkholz</dc:creator>
		<pubDate>Sun, 22 Jan 2006 00:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=78#comment-586</guid>
		<description>Probably wouldn't save that much time though, because of the nature of binary search. Maybe 2 reboots.</description>
		<content:encoded><![CDATA[<p>Probably wouldn&#8217;t save that much time though, because of the nature of binary search. Maybe 2 reboots.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
