<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.kerneltrap.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>KernelTrap - best practices</title>
 <link>http://www.kerneltrap.org/taxonomy/term/598/0</link>
 <description></description>
 <language>en-local</language>
<item>
 <title>Quote: Hunting Down Nearby Sillinesses</title>
 <link>http://www.kerneltrap.org/Quote/Hunting_Down_Nearby_Sillinesses</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&quot;I do think that if one is already changing a line which is incorrectly laid out then there&#039;s no point in _leaving_ it incorrect.  There&#039;s no downside to fixing it.  That being said, it&#039;s often sorely tempting to go hunting down nearby sillinesses.  I succumb to that temptation and usually won&#039;t complain when others do also, up to a point.&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;</description>
 <comments>http://www.kerneltrap.org/Quote/Hunting_Down_Nearby_Sillinesses#comments</comments>
 <category domain="http://www.kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://www.kerneltrap.org/best_practices">best practices</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/quote">quote</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1093">Andrew Morton</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1094">linux-kernel</category>
 <pubDate>Tue, 27 May 2008 16:04:32 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16204 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Git Management</title>
 <link>http://www.kerneltrap.org/Linux/Git_Management</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&quot;&lt;i&gt;Is there a write up of what you consider the &#039;proper&#039; git workflow?&lt;/i&gt;&quot; Theodore Ts&#039;o asked Linux creator Linus Torvalds, &quot;&lt;i&gt;why do you consider rebasing topic branches a bad thing?&lt;/i&gt;&quot;  Linus replied, &quot;&lt;i&gt;rebasing branches is absolutely not a bad thing for individual developers.  But it *is* a bad thing for a subsystem maintainer.&lt;/i&gt;&quot;  He went on to differentiate between &#039;grunts&#039; who write the code and &#039;managers&#039; who primarily collect other people&#039;s code, &quot;&lt;i&gt;a grunt should use &#039;git rebase&#039; to keep his own work in line. A technical manager, while he hopefully does some useful work on his own, should strive to make _others_ do as much work as possible, and then &#039;git rebase&#039; is the wrong thing, because it will always make it harder for the people around you to track your tree and to help you update your tree.&lt;/i&gt;&quot;  Linus compared his own patch management style and productivity from over six years ago before he started using BK and git, to his current style using git:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;You can either try to drink from the firehose and inevitably be bitched about because you&#039;re holding something up or not giving something the attention it deserves, or you can try to make sure that you can let others help you. And you&#039;d better select the &#039;let other people help you&#039;, because otherwise you _will_ burn out. It&#039;s not a matter of &#039;if&#039;, but of &#039;when&#039;. [...] And when you&#039;re in that kind of ballpark, you should at least think of yourself as being where I was six+ years ago before BK. You should really seriously try to make sure that you are *not* the single point of failure, and you should plan on doing git merges. [...] I think a lot of people are a lot happier with how I can take their work these days than they were six+ years ago.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Git_Management&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Git_Management#comments</comments>
 <category domain="http://www.kerneltrap.org/best_practices">best practices</category>
 <category domain="http://www.kerneltrap.org/BitKeeper">BitKeeper</category>
 <category domain="http://www.kerneltrap.org/development_process">development process</category>
 <category domain="http://www.kerneltrap.org/git">git</category>
 <category domain="http://www.kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/source_control">source control</category>
 <category domain="http://www.kerneltrap.org/Theodore_Tso">Theodore Ts&#039;o</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Tue, 20 May 2008 22:47:43 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16177 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Formatting Bug Fix Emails</title>
 <link>http://www.kerneltrap.org/Linux/Formatting_Bug_Fix_Emails</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&quot;&lt;i&gt;I&#039;ll just take this opportunity to ask people that when they send bug-fixes, please try to make the subject line and message make sense for a *reader*, not for yourself (or even to me, although if it&#039;s readable to some generic person, it&#039;s hopefully readable to me too!),&lt;/i&gt;&quot; &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/23/351518&quot;&gt;Linus Torvalds explained&lt;/a&gt; in response to a recent bugfix.  He went on to provide some general rules:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;1)if it&#039;s not fairly generic, specify the area (architecture, subsystem, driver) that the fix is for in the subject line. [...] 2) don&#039;t use commit names in the subject line - and while it&#039;s great to use them in the body of the explanation, even there you don&#039;t want to assume that people read it from within git. [...] 3)  write the commit message for an outsider, and use whitespace. The third-most common fixup I end up doing (after the above two) is to split things up into shorter paragraphs, after somebody wrote a good changelog entry, but made it one large unreadable blob of text.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Linus added, &quot;&lt;i&gt;I end up editing just about half of all the commit messages of stuff I get in email (except for Andrew&#039;s stuff, since Andrew largely does the same kinds of cleanups anyway, so I only need to edit up a small percentage of the patches he forwards). I&#039;d like it to be *much* less than that, so I thought I should speak up since I had an example of this.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Formatting_Bug_Fix_Emails&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Formatting_Bug_Fix_Emails#comments</comments>
 <category domain="http://www.kerneltrap.org/best_practices">best practices</category>
 <category domain="http://www.kerneltrap.org/documentation">documentation</category>
 <category domain="http://www.kerneltrap.org/HOWTO">HOWTO</category>
 <category domain="http://www.kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Wed, 24 Oct 2007 07:31:50 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14661 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Exact Kernel Names</title>
 <link>http://www.kerneltrap.org/Linux/Exact_Kernel_Names</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;When asked how to best refer to kernels between official releases and release candidates, Linus Torvalds pointed to his &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/20/349407&quot;&gt;automated git snapshots&lt;/a&gt;. &quot;&lt;i&gt;I still call them &#039;nightly snapshots&#039;, but they do in fact happen twice a day if there have been changes, so that&#039;s not technically correct,&lt;/i&gt;&quot; he noted.  The latest snapshot is 2.6.23-git15, &quot;&lt;i&gt;this is an exact name, because you can go to kernel.org and look up the exact commit ID that was used to generate it (there&#039;s an &#039;ID&#039; file associated with each snapshot there).&lt;/i&gt;&quot;  For git users, he suggested using the &quot;&lt;code&gt;git describe&lt;/code&gt;&quot; command to get the git name, with the current head being named v2.6.23-6562-g8add244.  He went on to explain that the name &quot;&lt;i&gt;tells you three things: (a) it&#039;s based on 2.6.23 (b) there&#039;s been 6562 commits since 2.6.23 and (c) the top-of-tree abbreviated commit is &#039;8add244&#039;.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;When asked about the previously discussed usage of &quot;-rc0&quot; and other similar proposed naming conventions, Linus replied:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;Please don&#039;t use those names. They don&#039;t actually tell anything about where in the cycle it is, and as you can see above, there&#039;s been 6500+ commits since 2.6.23, so saying &#039;2.6.23-rc0&#039; or similar really isn&#039;t very helpful if anybody actually cares about just where in the release cycle you are.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Exact_Kernel_Names&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Exact_Kernel_Names#comments</comments>
 <category domain="http://www.kerneltrap.org/rc0">-rc0</category>
 <category domain="http://www.kerneltrap.org/best_practices">best practices</category>
 <category domain="http://www.kerneltrap.org/documentation">documentation</category>
 <category domain="http://www.kerneltrap.org/git">git</category>
 <category domain="http://www.kerneltrap.org/HOWTO">HOWTO</category>
 <category domain="http://www.kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Sun, 21 Oct 2007 10:33:08 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14625 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Tracking Down Merge Errors With git</title>
 <link>http://www.kerneltrap.org/Linux/Tracking_Down_Merge_Errors_With_git</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;In a short discussion following a patch titled &quot;&lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/16/345302&quot;&gt;fix abdhid mismerge&lt;/a&gt;&quot;, Al Viro noted troubles in tracking down the changeset that caused the problem, &quot;&lt;i&gt;what&#039;s the right way to trace the things like that?  Linus?&lt;/i&gt;&quot;  Linus Torvalds, as the original author of &lt;code&gt;git&lt;/code&gt;, replied, &quot;&lt;i&gt;in general, I&#039;m afraid that merge errors are simply not very easy to find.&lt;/i&gt;&quot;  He then offered some general tips for tracking down mis-merges, noting, &quot;&lt;i&gt;if anybody can come up with a better way to find these kinds of mis-merges, I&#039;d love to hear about it.&lt;/i&gt;&quot;  In regards to this particular case, he explained:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;&#039;-c&#039; is for regular combined merges: any file that was modified in both parents will show up as a combination of the diffs of both sides, while a file that was taken in its *entirety* is ignored.&lt;/p&gt;
&lt;p&gt;   &quot;In this case that&#039;s exactly what you wanted. It&#039;s just too noisy to necessarily be the default, and you can still have a silent mis-merge if the merger picked *only* one side.&lt;/p&gt;
&lt;p&gt;   But in general, I suspect that &#039;-c&#039; is often a good thing to try if you cannot find the cause of some change in a regular commit, and suspect a merge error.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Tracking_Down_Merge_Errors_With_git&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Tracking_Down_Merge_Errors_With_git#comments</comments>
 <category domain="http://www.kerneltrap.org/best_practices">best practices</category>
 <category domain="http://www.kerneltrap.org/documentation">documentation</category>
 <category domain="http://www.kerneltrap.org/git">git</category>
 <category domain="http://www.kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/342">merging</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Wed, 17 Oct 2007 00:14:57 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14598 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Memset versus Memzero</title>
 <link>http://www.kerneltrap.org/Linux/Memset_versus_Memzero</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;A &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/9/22/272453&quot;&gt;short thread on the lkml&lt;/a&gt; discussed the lack of a &lt;code&gt;memzero&lt;/code&gt; function in the Linux kernel.  Cyrill Gorcunov asked, &quot;&lt;i&gt;could anyone tell me why there is no official &lt;code&gt;memzero&lt;/code&gt; function (or macros) in the kernel?&lt;/i&gt;&quot;  Arjan van de Ven explained, &quot;&lt;i&gt;it doesn&#039;t add value.... &lt;code&gt;memset&lt;/code&gt; with a constant 0 is just as fast (since the compiler knows it&#039;s 0) than any wrapper around it, and the syntax around it is otherwise the same.&lt;/i&gt;&quot;  Linux creator Linus Torvalds went on to explain:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;The reason we have &#039;&lt;code&gt;clear_page()&lt;/code&gt;&#039; is not because the value we&#039;re writing is constant - that doesn&#039;t really help/change anything at all. We could have had a &#039;&lt;code&gt;fill_page()&lt;/code&gt;&#039; that sets the value to any random byte, it&#039;s just that zero is the only value that we really care about.&lt;/p&gt;
&lt;p&gt;&quot;So the reason we have &#039;&lt;code&gt;clear_page()&lt;/code&gt;&#039; is because the *size* and *alignment* is constant and known at compile time, and unlike the value you write, that actually matters.  So &#039;&lt;code&gt;memzero()&lt;/code&gt;&#039; would never really make sense as anything but a syntactic wrapper around &#039;&lt;code&gt;memset&lt;/code&gt;(x,0,size)&#039;.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Memset_versus_Memzero&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Memset_versus_Memzero#comments</comments>
 <category domain="http://www.kerneltrap.org/Arjan_van_de_Ven">Arjan van de Ven</category>
 <category domain="http://www.kerneltrap.org/best_practices">best practices</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/980">clear_page</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/977">Cyrill Gorcunov</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/981">fill_page</category>
 <category domain="http://www.kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/978">memset</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/979">memzero</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Sun, 23 Sep 2007 13:53:29 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14429 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Email Clients and Patches</title>
 <link>http://www.kerneltrap.org/Linux/Email_Clients_and_Patches</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Randy Dunlap &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/9/11/209812&quot;&gt;sent a patch&lt;/a&gt; to the Linux kernel mailing list described as adding &quot;&lt;i&gt;info about various email clients and their applicability in being used to send Linux kernel patches.&lt;/i&gt;&quot;  The first revision generated quite a bit of discussion, quickly resulting in &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/9/11/257849&quot;&gt;a second version&lt;/a&gt;, and eventually a &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/9/13/258895&quot;&gt;third version&lt;/a&gt; that Andrew Morton referred to as &quot;&lt;i&gt;soon to be merged&lt;/i&gt;&quot;.  In addition to some general suggestions about emailing patches, it also offers some specific configuration suggestions for a number of popular email clients.  It begins:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;Patches for the Linux kernel are submitted via email, preferably as inline text in the body of the email.  Some maintainers accept attachments, but then the attachments should have content-type &#039;text/plain&#039;.  However, attachments are generally frowned upon because it makes quoting portions of the patch more difficult in the patch review process.&lt;/p&gt;
&lt;p&gt;&quot;Email clients that are used for Linux kernel patches should send the patch text untouched.  For example, they should not modify or delete tabs or spaces, even at the beginning or end of lines.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Email_Clients_and_Patches&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Email_Clients_and_Patches#comments</comments>
 <category domain="http://www.kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://www.kerneltrap.org/best_practices">best practices</category>
 <category domain="http://www.kerneltrap.org/documentation">documentation</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/583">patch</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/945">Randy Dunlap</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Sat, 15 Sep 2007 18:27:09 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14384 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Linux: Enforcing the Merge Window</title>
 <link>http://www.kerneltrap.org/node/14152</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Following a recent merge request, Linus Torvalds stressed that he was serious about not wanting to merge any big changes after the merge window closes, &quot;&lt;i&gt;get the changes in before -rc1, or just *wait*. If they aren&#039;t ready before the merge window opens, they simply shouldn&#039;t be merged at all.&lt;/i&gt;&quot;  Jeff Garzik reiterated, &quot;&lt;i&gt;once -rc1 is out there, that means the focus should be on stabilizing the existing codebase.  Pushing a big driver update means that effort must restart from scratch.  We just don&#039;t want to go down that road, which a big reason for the merge window in general.&lt;/i&gt;&quot;  Further when it was noted that the recent changes were heavily tested by the vendor, Jeff stressed the importance of community testing:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;Take a lesson from when I was on Linus&#039;s shit-list... twice:  Twice, Intel submitted an e1000 update after the merge window closed.  Twice, they claimed the driver passed their quite-exhaustive internal testing.  And twice, the most popular network driver broke for large masses of users because I took a hardware vendor&#039;s word on testing rather than rely on the testing PROVEN to flush out problems:  public linux kernel testing.  &lt;/p&gt;
&lt;p&gt;&quot;I&#039;m not singling out Intel, there are plenty of other hardware vendors that repeat the exact same pattern.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/node/14152&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/node/14152#comments</comments>
 <category domain="http://www.kerneltrap.org/best_practices">best practices</category>
 <category domain="http://www.kerneltrap.org/development_process">development process</category>
 <category domain="http://www.kerneltrap.org/Jeff_Garzik">Jeff Garzik</category>
 <category domain="http://www.kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/merge_window">merge window</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Wed, 08 Aug 2007 23:37:29 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14152 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Linux: Formatting Merge Requests</title>
 <link>http://www.kerneltrap.org/node/11779</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;In response to a recent merge request, Linus Torvalds explained how he preferred the request to be formatted, &quot;&lt;i&gt;please don&#039;t hide the branch name in the free-flowing text&lt;/i&gt;&quot;.  He noted that he wanted the git URL indented and on it&#039;s own line, &quot;&lt;i&gt;so that I don&#039;t miss the right branch-name even by mistake.&lt;/i&gt;&quot;  He went on to explain:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;I try to be careful, and I think I missed the branch-name just once (and noticed it when the diffstat didn&#039;t match), but this is something I want to teach every git user to know very intimately: make it impossible to make mistakes, by always keeping the whole git information together, and never mixed up with any free-flowing explanation.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/node/11779&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap