<?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 - development process</title>
 <link>http://www.kerneltrap.org/taxonomy/term/370/0</link>
 <description></description>
 <language>en-local</language>
<item>
 <title>Linux: Properly Creating And Testing Patches</title>
 <link>http://www.kerneltrap.org/Linux/Properly_Creating_And_Testing_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;&quot;&lt;i&gt;If you&#039;re wondering why I&#039;m taking a long time to respond to your patches,&lt;/i&gt;&quot;, began &lt;a href=&quot;http://kerneltrap.org/Theodore_Tso&quot;&gt;Theodore Ts&#039;o&lt;/a&gt; on the linux-ext4 mailing list, &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-ext4/2010/4/6/6884054/thread&quot;&gt;in a thread&lt;/a&gt; that offered much insight into how and why to properly submit and test patches. &quot;&lt;i&gt;Patches that are accepted into mainline should do one and only one thing,&lt;/i&gt;&quot; Ted continued, &quot;&lt;i&gt;so if someone suggests that you make changes to your submitted patch, ideally what you should do is to resubmit the patch with the fixes --- and not submit a patch which is a delta to the previous one.&lt;/i&gt;&quot;  He also noted that patch submitters often greatly outnumber maintainers dictating a higher standard of quality, &quot;&lt;i&gt;consider that for some maintainers, there may be 10 or 20 or 30 or more patch submitters in their subsystem.  With that kind of submitter-to-maintainer ratio, the patch submitter simply has to do much more of the work, since otherwise the subsystem maintainer simply can&#039;t keep up.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;Ted went on to acknowledge, &quot;&lt;i&gt;I happen to believe that we need to encourage newcomers to the kernel developer community, and so I spend more time mentoring people who are new to the process.&lt;/i&gt;&quot;  He noted that his time was finite however, and that patches are accepted more quickly when they are easy to review and integrate.  Regarding the filesystem for which the patches had been submitted, he added, &quot;&lt;i&gt;&lt;a href=&quot;http://kerneltrap.org/ext4&quot;&gt;Ext4&lt;/a&gt; is actually quite stable at this point.  Very large numbers of people are using it, and most users are quite happy.&lt;/i&gt;&quot;  For this reason, he pointed out that it is even more critical that the patches merged be of high quality.  That said, he continued, &quot;&lt;i&gt;there is no such thing as code which is not buggy.  For any non-trivial program, it&#039;s almost certain there are bugs. [...] Ext4 is not exempt from these fundamental laws of software engineering.  &#039;Code is always buggy until the last user of the program dies&#039;.&lt;/i&gt;&quot;  He tied this back to the importance of testing patches before submitting, &quot;&lt;i&gt;keep in mind that the maxim that code which is not buggy also applies to your patches.&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/Properly_Creating_And_Testing_Patches&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Properly_Creating_And_Testing_Patches#comments</comments>
 <category domain="http://www.kerneltrap.org/bugs">bugs</category>
 <category domain="http://www.kerneltrap.org/development_process">development process</category>
 <category domain="http://www.kerneltrap.org/ext4">ext4</category>
 <category domain="http://www.kerneltrap.org/HOWTO">HOWTO</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/583">patch</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>Fri, 09 Apr 2010 20:18:27 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">56223 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Reviewing Linux-next</title>
 <link>http://www.kerneltrap.org/node/16466</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 do think &#039;next&#039; as it is has a few issues that either need to be fixed (unlikely - it&#039;s not the point of next) or just need to be aired as issues and understood,&lt;/i&gt;&quot; noted Linus Torvalds about the linux-next development tree, originally designed as a way to get subsystem maintainers more involved in managing merge conflicts.  Linus continued, &quot;&lt;i&gt;I don&#039;t think anybody wants it to go away. The question in my mind is more  along the way of how/whether it should be changed. There was some bickering about patches that weren&#039;t there, and some about how _partial_ series were there but then the finishing touches broke things.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;He listed his two primary concerns as, &quot;&lt;i&gt;I don&#039;t think it does &#039;quality control&#039;, and I think that&#039;s pretty fundamental,&lt;/i&gt;&quot; and, &quot;&lt;i&gt;I don&#039;t think the &#039;next&#039; thing works as well for the occasional developer that just has a few patches pending as it works for subsystem maintainers that are used to it.&lt;/i&gt;&quot;  Linus continued, &quot;&lt;i&gt;I don&#039;t think either of the above issues is a &#039;problem&#039; - I just think they should be acknowledged. I think &#039;next&#039; is a good way for the big subsystem developers to be able to see problems early, but I really hope that nobody will _ever_ see next as a &#039;that&#039;s the way into Linus&#039; tree&#039;, because for the above two reasons I do not think it can really work that way.&lt;/i&gt;&quot;  Andrew Morton noted, &quot;&lt;i&gt;a lot of the bugs which hit your tree would have been quickly found in linux-next too,&lt;/i&gt;&quot; then added, &quot;&lt;i&gt;but it&#039;s all shuffling deckchairs, really.  Are we actually merging better code as a reasult of all of this?  Are we being more careful and reviewing better and testing better?  Don&#039;t think so.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/node/16466&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/node/16466#comments</comments>
 <category domain="http://www.kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://www.kerneltrap.org/development_process">development process</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/linux-next">linux-next</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Tue, 05 Aug 2008 19:33:12 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16466 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Kernel Release Numbering Redux</title>
 <link>http://www.kerneltrap.org/Linux/Kernel_Release_Numbering_Redux</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;For many years, each Linux kernel release was assigned a series of three numbers, X.Y.Z, with an even Y indicating a &quot;stable&quot; release, and an odd Y indicating an &quot;unstable&quot; development release.  Z was incremented for each individual kernel release.  The &quot;stable&quot; 1.0.0 Linux kernel was released in March of 1994.  New development was then continued in the &quot;unstable&quot; 1.1.z branch, until the &quot;stable&quot; 1.2.0 Linux kernel was release in March of 1995.  Major improvements in the kernel lead to X being incremented to 2, and a &quot;stable&quot; 2.0 kernel was released in June of 1996.  Active development then continued in the &quot;unstable&quot; 2.1 tree.  This process continued with &quot;stable&quot; 2.2, 2.4 and 2.6 kernel trees, and each stable tree gained an official maintainer while Linux creator Linus Torvalds focused on newer features in the next &quot;unstable&quot; tree.  Development in these &quot;unstable&quot; trees could go on for periods of multiple years before a &quot;stable&quot; tree was branched.  &lt;/p&gt;
&lt;p&gt;This long-standing odd/even development model was officially scrapped in 2004 thanks to the success that Linus and Andrew Morton were having working together, and significant &quot;unstable&quot; development began happening between each 2.6.Z release.  In &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2008/7/15/2497424&quot;&gt;a recent thread&lt;/a&gt; it was asked what it would take for an &quot;unstable&quot; 2.7 development tree to be created, to which Linus noted replied: &lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;Nothing.  I&#039;m not going back to the old model. The new model is so much better that it&#039;s not even worth entertaining as a theory to go back.  That said, I _am_ considering changing just the numbering. Not to go back to the old model, but because a constantly increasing minor number leads to big numbers. I&#039;m not all that thrilled with &#039;26&#039; as a number: it&#039;s hard to remember.  [..] I think the time-based releases (ie the &#039;2 weeks of merge window until -rc1, followed by roughly two months of stabilization&#039;) has been so successful that I&#039;d prefer to skip the version numbering model too. We don&#039;t do releases based on &#039;features&#039; any more, so why should we do version _numbering_ based on &#039;features&#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/Kernel_Release_Numbering_Redux&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Kernel_Release_Numbering_Redux#comments</comments>
 <category domain="http://www.kerneltrap.org/2.6.26">2.6.26</category>
 <category domain="http://www.kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://www.kerneltrap.org/development_process">development process</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>Tue, 15 Jul 2008 19:14:45 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16393 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Introducing the Linux-Staging Tree</title>
 <link>http://www.kerneltrap.org/Linux/Introducing_the_Linux_Staging_Tree</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;Oh great, not yet-another-kernel-tree, just what the world needs...&lt;/i&gt;&quot; began Greg KH, continuing, &quot;&lt;i&gt;yes, this is an announcement of a new kernel tree, linux-staging.&lt;/i&gt;&quot;  He explained:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;In a long and meandering thread with some of the other kernel developers a week or so ago, it came up that there is no single place for companies and developers to put their code for testing while it gets cleaned up for submission into the kernel tree.  All of the different subsystems have trees, but they generally only want code that is about to go into this release, or the next one.  For stuff that is farther off, there is no place to go.  So, here&#039;s the tree for it.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;In a readme created for the new tree, Greg adds, &quot;&lt;i&gt;the linux-staging tree was created to hold drivers and filesystems and other semi-major additions to the Linux kernel that are not ready to be merged at this point in time.&lt;/i&gt;&quot;  He also requested that the new tree be included in Linux -next, leading Theodore Ts&#039;o to ask, &quot;&lt;i&gt;does this mean that the nature of linux-next is changing?  I thought the whole point of linux-next was only to have what would be pushed to Linus in the near future, so we could check for patch compatibility issues.&lt;/i&gt;&quot;  Greg explained that he was hoping for an exception for his new -staging tree as it only includes whole new drivers and filesystems, not changes to existng features, &quot;&lt;i&gt;there is stuff that users can use to get hardware to work that currently is not supported on kernel.org kernels at all.&lt;/i&gt;&quot;  As an example he noted, &quot;&lt;i&gt;there are 2 big network drivers in there that support a wide range of devices that some people would like to see working :)&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/Introducing_the_Linux_Staging_Tree&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Introducing_the_Linux_Staging_Tree#comments</comments>
 <category domain="http://www.kerneltrap.org/development_process">development process</category>
 <category domain="http://www.kerneltrap.org/Greg_KH">Greg KH</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/linux-next">linux-next</category>
 <category domain="http://www.kerneltrap.org/linux-staging">linux-staging</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>Sat, 14 Jun 2008 14:01:07 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16288 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>One-Time Contributers</title>
 <link>http://www.kerneltrap.org/Linux/One-Time_Contributers</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;Tony Luck &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2008/5/30/1985104&quot;&gt;offered some statistics&lt;/a&gt; focused on the frequency of developers that only contribute to the Linux kernel one time, &quot;&lt;i&gt;I skimmed through looking for drive-by contributors (defined as someone who contributes to just one release and is then never heard from again).&lt;/i&gt;&quot;  Starting with the 2.6.11 kernel, he suggested the following numbers: &quot;&lt;i&gt;63 [developers contributed patches] in version 2.6.11 [and then were] never seen again, 148 in version 2.6.12, 128 in version 2.6.13, 92 in version 2.6.14, 96 in version 2.6.15, 122 in version 2.6.16, 137 in version 2.6.17, 140 in version 2.6.18, 135 in version 2.6.19, 95 in version 2.6.20, 136 in version 2.6.21, 153 in version 2.6.22, 179 in version 2.6.23, 179 in version 2.6.24, and 304 in version 2.6.25&lt;/i&gt;&quot;.&lt;/p&gt;
&lt;p&gt;It was pointed out that the statistics were artificially inflated due to name misspellings and other variations, and that many of the listed people are actually still working with the Linux kernel.  Greg KH added, &quot;&lt;i&gt;well, you do know that the distribution of all of our users are: 50% only contributed 1 patch; 25% contributed 2; 12% contributed 3; 6% contributed 4 and so on?&lt;/i&gt;&quot;  He went on to point out:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt; &quot;Our curve is leveling out much better now though.  For the whole 2.5 release, the top 30 people did over 80% of the work.  Now, the top 30 people are doing 30% of the work.  So it is getting much better, as long as we still continue to keep our massive rate of change that we have going, and huge number of developers, we should be fine.  So this list doesn&#039;t necessarily mean anything is wrong, only that 50% are one-time contributors.  And I think that shows we are easy to get a change into our tree from just about anyone, not that we are driving people away.&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/One-Time_Contributers&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/One-Time_Contributers#comments</comments>
 <category domain="http://www.kerneltrap.org/development_process">development process</category>
 <category domain="http://www.kerneltrap.org/Greg_KH">Greg KH</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1267">Tony Luck</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Wed, 04 Jun 2008 15:58:44 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16243 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Kernel Janitors Project</title>
 <link>http://www.kerneltrap.org/Linux/Kernel_Janitors_Project</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;In the early days, the project was conceived as a way of getting fresh blood into kernel development by giving them fairly simple but generally useful tasks and hoping they&#039;d move more into the mainstream,&lt;/i&gt;&quot; began James Bottomley starting a thread titled &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2008/5/28/1963274&quot;&gt;Fixing the Kernel Janitors project&lt;/a&gt;.  He continued, &quot;&lt;i&gt;if we wind forwards to 2008, there&#039;s considerable and rising friction being generated by janitorial patches,&lt;/i&gt;&quot;, references a &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2008/5/21/1895234&quot;&gt;recent thread&lt;/a&gt; complaining about worthless patches hitting the lkml.  Later in the thread he added:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;That&#039;s why I think we have to change the process.  If we keep the Janitors project, then the bar has to be raised so that it becomes more participatory and thought oriented (i.e. eliminate from the outset anyone who is not going to graduate from mechanical changes to more useful ones).  That&#039;s why I think bug finding and reporting is a better thing to do.  There are mechanical aspects to finding bugs but it is a useful service.  Bug fixing is participatory because we usually do quite a lot of back and forth between the reporter and the fixer and at the end of the day quite a few people get curious about how the bug was triggered in the first place and actually go off and read the code.&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/Kernel_Janitors_Project&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Kernel_Janitors_Project#comments</comments>
 <category domain="http://www.kerneltrap.org/bugs">bugs</category>
 <category domain="http://www.kerneltrap.org/development_process">development process</category>
 <category domain="http://www.kerneltrap.org/James_Bottomley">James Bottomley</category>
 <category domain="http://www.kerneltrap.org/Kernel_Janitors">Kernel Janitors</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Fri, 30 May 2008 15:42:42 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16217 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>Active Merge Windows</title>
 <link>http://www.kerneltrap.org/Linux/Active_Merge_Windows</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;This is starting to get beyond frustrating for me,&lt;/i&gt;&quot; complained David Miller of the latest merge window, launching what turned into &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2008/4/30/1663344&quot;&gt;a very lengthy and ongoing discussion&lt;/a&gt; about the Linux kernel development process.  The concept of a regular &quot;merge window&quot; was first discussed in July of 2005 with the release of the 2.6.14-rc4 kernel, following the 2005 Developers&#039; Summit.  From 2.6.14 on, the release of each official 2.6.y kernel has been followed by a two week period during which major changes are merged into the kernel, followed by a 2.6.y-rc1 release.  David complained that this particular merge window has been more painful than others, &quot;&lt;i&gt;the tree breaks every day, and it&#039;s becoming an extremely non-fun environment to work in.  We need to slow down the merging, we need to review things more, we need people to test their [...] changes!&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;During the lengthy discussion, Linux creator Linus Torvalds explained:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;The notion that we should even _try_ to aim to slow things down, that one I find unlikely to be true, and I don&#039;t even understand why anybody would find it a logical goal?  Of course, you will have fewer new bugs if you have fewer changes. But that&#039;s not a goal, that&#039;s a tautology and totally uninteresting. A small program is likely to have fewer bugs, but that doesn&#039;t make something small &#039;better&#039; than something large that does more.  Similarly, a stagnant development community will introduce new bugs more seldom. But does that make a stagnant one better than a vibrant one? Hell no.  So what I&#039;m arguing against here is not that we should aim for worse quality, but I&#039;m arguing against the false dichotomy of believing that quality is incompatible with lots of change.&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/Active_Merge_Windows&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Active_Merge_Windows#comments</comments>
 <category domain="http://www.kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://www.kerneltrap.org/development_process">development process</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>Fri, 02 May 2008 20:41:55 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16096 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Quote: A Developing Bureacracy</title>
 <link>http://www.kerneltrap.org/Quote/A_Developing_Bureacracy</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&quot;We&#039;ve got ourselves a developing bureaucracy.  As in &#039;more and more ways of generating activity without doing anything even remotely useful&#039;.  Complete with tendency to operate in the ways that make sense only to bureaucracy in question and an ever-growing set of bylaws...&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;</description>
 <comments>http://www.kerneltrap.org/Quote/A_Developing_Bureacracy#comments</comments>
 <category domain="http://www.kerneltrap.org/Al_Viro">Al Viro</category>
 <category domain="http://www.kerneltrap.org/development_process">development process</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/1113">Al Viro</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1094">linux-kernel</category>
 <pubDate>Thu, 24 Apr 2008 20:27:37 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16042 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>The Usefulness Of Linux-Next</title>
 <link>http://www.kerneltrap.org/Linux/The_Usefulness_Of_Linux-Next</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;Discussing the latest breakage of the linux-next tree, Stephen Rothwell noted that the problem went unnoticed due to the arm tree not currently being included, &quot;&lt;i&gt;this is why I would have liked you to participate in the linux-next tree ...&lt;/i&gt;&quot;.  Arm maintainer Russell King questioned the usefulness, saying, &quot;&lt;i&gt;linux-next will not give me anything which -mm isn&#039;t giving me.  As I said in the discussion, linux-next value is _very_ small for me.  Sorry but true.&lt;/i&gt;&quot;  Several stepped in to offer some reasons that the linux-next tree is useful.&lt;/p&gt;
&lt;p&gt;Andrew Morton noted, &quot;&lt;i&gt;putting arm into linux-next means that Stephen (and git) handle the merges rather than having me (and not-git) do it.  Which helps me.  I expect that linux-next will get a lot more cross-compilation testing than -mm.  Which helps you.&lt;/i&gt;&quot;  Greg KH added, &quot;&lt;i&gt;getting your stuff into linux-next would provide a public place for others to base off of, making it easier for them to send patches to you ensuring that they apply properly.  Which in the end, will help others be able to contribute easier, and help you by getting patches you do not need to rebase yourself.&lt;/i&gt;&quot;  Stephen Rothwell summarized the advantages for a maintainer:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;5 times a week your tree gets merged with lots of other code destined for Linus&#039; next release.  From this you get to find out about things in other trees that clash with yours.  This tree gets built on several architectures for several configs (including arm).  So you find out if other trees will break yours.  I am happy to build more (basically all) the arm configs as I have offered before.&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/The_Usefulness_Of_Linux-Next&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/The_Usefulness_Of_Linux-Next#comments</comments>
 <category domain="http://www.kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://www.kerneltrap.org/development_process">development process</catego