<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://kerneltrap.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>KernelTrap - kernel summit</title>
 <link>http://kerneltrap.org/taxonomy/term/526/0</link>
 <description></description>
 <language>en-local</language>
<item>
 <title>Defining the Reviewed-by Tag</title>
 <link>http://kerneltrap.org/Linux/Defining_the_Reviewed-by_Tag</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;Last month, at the kernel summit, there was discussion of putting a Reviewed-by: tag onto patches to document the oversight they had received on their way into the mainline,&lt;/i&gt;&quot; began Jonathan Corbet in an effort to &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/8/332384&quot;&gt;define the meaning&lt;/a&gt; of the recently introduced &lt;code&gt;reviewed-by&lt;/code&gt; tag.  He continued, &quot;&lt;i&gt;that tag has made an occasional appearance since then, but there has not yet been a discussion of what it really means.  So it has not yet brought a whole lot of value to the process.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;In the continued discussion, it was requested that all commit tags be defined, prompting Jonathan to update his documentation to include Signed-off-by, Acked-by, Cc, and Tested-by along with his documentation for Reviewed-by.  He offered the following definition for the new Reviewed-by tag:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;The patch has been reviewed and found acceptible according to the Reviewer&#039;s Statement as found at the bottom of this file.  A Reviewed-by tag is a statement of opinion that the patch is an appropriate modification of the kernel without any remaining serious technical issues.  Any interested reviewer (who has done the work) can offer a Reviewed-by tag for a patch.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/Defining_the_Reviewed-by_Tag&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/Defining_the_Reviewed-by_Tag#comments</comments>
 <category domain="http://kerneltrap.org/acked-by">acked-by</category>
 <category domain="http://kerneltrap.org/documentation">documentation</category>
 <category domain="http://kerneltrap.org/Jonathan_Corbet">Jonathan Corbet</category>
 <category domain="http://kerneltrap.org/kernel_summit">kernel summit</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/reviewed-by">reviewed-by</category>
 <category domain="http://kerneltrap.org/taxonomy/term/245">signed-off-by</category>
 <category domain="http://kerneltrap.org/taxonomy/term/1054">tested-by</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Tue, 09 Oct 2007 03:07:22 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14539 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Read-only Bind Mounts</title>
 <link>http://kerneltrap.org/Linux/Read-only_Bind_Mounts</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 feature allows a read-only view into a read-write filesystem.  In the process of doing that, it also provides infrastructure for keeping track of the number of writers to any given mount,&lt;/i&gt;&quot; Dave Hansen began, &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/9/17/262035&quot;&gt;describing his &quot;read-only bind mounts&quot; patches&lt;/a&gt;.  He continued, &quot;&lt;i&gt;this has a number of uses.  It allows chroots to have parts of filesystems writable.  It will be useful for containers in the future because users may have root inside a container, but should not be allowed to write to some filesystems.  This also replaces patches that vserver has had out of the tree for several years.  It allows security enhancements by making sure that parts of your filesystem [are] read-only (such as when you don&#039;t trust your FTP server), when you don&#039;t want to have entire new filesystems mounted, or when you want atime selectively updated.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;Christoph Hellwig was interested in seeing the patches get some more testing, &quot;&lt;i&gt;I still think we really want this in -mm.  As we&#039;ve seen at the kernel summit there&#039;s a pretty desperate need for it.&lt;/i&gt;&quot;  Andrew Morton noted that the &quot;unprivileged mounts&quot; code was working in the same area, but described that work as &quot;&lt;i&gt;a bit stuck.&lt;/i&gt;&quot;  He suggested, &quot;&lt;i&gt;it sounds like a better approach would be for me to merge the r/o bind mounts code and to drop (or maybe rework) the unprivileged mounts patches.&lt;/i&gt;&quot;  Dave explained that they don&#039;t collide much, to which Andrew&#039;s reply suggested that the read-only mount patches would be merged into the -mm kernel soon.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/Read-only_Bind_Mounts&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/Read-only_Bind_Mounts#comments</comments>
 <category domain="http://kerneltrap.org/-mm">-mm</category>
 <category domain="http://kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://kerneltrap.org/Christoph_Hellwig">Christoph Hellwig</category>
 <category domain="http://kerneltrap.org/taxonomy/term/785">Dave Hansen</category>
 <category domain="http://kerneltrap.org/kernel_summit">kernel summit</category>
 <category domain="http://kerneltrap.org/taxonomy/term/836">mount</category>
 <category domain="http://kerneltrap.org/security">security</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Mon, 24 Sep 2007 08:59:46 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14431 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Linux 2.6.23-rc6</title>
 <link>http://kerneltrap.org/Linux/Linux_2.6.23-rc6</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;Linus Torvalds &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/9/10/192347&quot;&gt;announced the sixth release candidate&lt;/a&gt; of the upcoming 2.6.23 kernel, a final release expected within the next few weeks.  He noted:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;So last week was a bust, with a lot of core people away for the kernel  summit, and with -rc5 having two rather nasty (and silly) one-liner problems that bit a number of people - a missing NULL pointer check in TCP, and a missing list terminator in ata_piix.&lt;/p&gt;
&lt;p&gt;&quot;So the fixes for those things were both pretty trivial, and they&#039;ve been in the -git trees for the last few days, but I just pushed out an -rc6 that also merges up some other updates that did come in during the week.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The -rc6 source level changes can be browsed via the &lt;a href=&quot;http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=shortlog;h=0d4cbb5e7f60b2f1a4d8b7f6ea4cc264262c7a01&quot;&gt;gitweb interface.&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/Linux_2.6.23-rc6&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/Linux_2.6.23-rc6#comments</comments>
 <category domain="http://kerneltrap.org/-rc">-rc</category>
 <category domain="http://kerneltrap.org/-rc5">-rc5</category>
 <category domain="http://kerneltrap.org/-rc6">-rc6</category>
 <category domain="http://kerneltrap.org/2.6.23">2.6.23</category>
 <category domain="http://kerneltrap.org/kernel_summit">kernel summit</category>
 <category domain="http://kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Tue, 11 Sep 2007 20:10:49 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14342 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Introducing Reviewed-by Tags</title>
 <link>http://kerneltrap.org/Linux/Introducing_Reviewed-by_Tags</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;Some people seem to be using &#039;Acked-by&#039; to mean, &#039;seems good to me&#039;, without necessarily doing a full review of the patch, and instead of trying to change the meaning of &#039;Acked-by&#039;, [the plan is] to have a new sign off which is a bit more explicitly about what it means,&lt;/i&gt;&quot; Theodore Tso explained in a recent thread on the Linux Kernel mailing list.  He continued:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;This was proposed by Andrew and discussed at the Kernel Summit; the basic idea is that it is a formal indication that the person has done a *full* review of the patch (a few random comments from the local whitespace police don&#039;t count), and is willing to vouch that the patch is correct, safe, extremely unlikely to cause regressions, etc.  If the patch does need to be reverted or fixed because it was buggy, then both the original submitter and the reviewer would bear responsibility and subsystem maintainers might take that into account when assessing the reputations of the submitter and reviewer in the future when deciding whether or not to accept a patch.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Andrew Morton noted that the idea isn&#039;t fully fleshed out yet, &quot;&lt;i&gt;we will start introducing Reviewed-by: (I haven&#039;t yet quite worked out how yet) but it will be a quite formal thing and it would be something which the reviewer explicitly provided.  For now, let&#039;s please stick with acked-by&lt;/i&gt;&quot;.  Theodore added, &quot;&lt;i&gt;there was also some discussion about whether or not patches would not be accepted at all without a Reviewed-by, but that probably won&#039;t happen initially.  The general consensus was to gently ease into it and see how well it works first.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/Introducing_Reviewed-by_Tags&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/Introducing_Reviewed-by_Tags#comments</comments>
 <category domain="http://kerneltrap.org/acked-by">acked-by</category>
 <category domain="http://kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://kerneltrap.org/development_process">development process</category>
 <category domain="http://kerneltrap.org/kernel_summit">kernel summit</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/reviewed-by">reviewed-by</category>
 <category domain="http://kerneltrap.org/Theodore_Tso">Theodore Ts&#039;o</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Fri, 07 Sep 2007 19:37:57 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14300 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Linux: 2.6.23-rc5, Kernel Summit</title>
 <link>http://kerneltrap.org/Linux/2.6.23-rc5_Kernel_Summit</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;Linus Torvalds announced the fifth release candidate for the upcoming 2.6.23 Linux kernel noting that he was on his way to Cambridge, England, for the 2007 &lt;a href=&quot;http://kerneltrap.org/kernel_summit&quot;&gt;kernel summit&lt;/a&gt;.  The invite-only kernel summit has been hosted in Ontario, Canada the past five years, this being the first year it has been hosted in Europe.  It will happen over three days, from September 4&#039;th through September 6&#039;th.&lt;/p&gt;
&lt;p&gt;Regarding 2.6.23-rc5, Linus noted, &quot;&lt;i&gt;hopefully we&#039;ve addressed most regressions, so please do give it a good testing.&lt;/i&gt;&quot;  He went on to summarize, &quot;&lt;i&gt;the shortlog and diffstat are appended: the diffstat is uglified by some powerpc defconfig updates, but otherwise it all looks pretty nice and small. The shortlog is fairly informative if you care about the details of what changed, but it does end up boiling down to &#039;fixing a number of generally pretty small issues&#039;. Mostly in drivers and SCTP. So have fun, give it a go, and expect a quiet week next week.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/2.6.23-rc5_Kernel_Summit&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/2.6.23-rc5_Kernel_Summit#comments</comments>
 <category domain="http://kerneltrap.org/-rc">-rc</category>
 <category domain="http://kerneltrap.org/-rc5">-rc5</category>
 <category domain="http://kerneltrap.org/2.6.23">2.6.23</category>
 <category domain="http://kerneltrap.org/kernel_summit">kernel summit</category>
 <category domain="http://kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Sun, 02 Sep 2007 19:17:00 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14264 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Linux: Linux Foundation Technical Advisory Board</title>
 <link>http://kerneltrap.org/Linux/Linux_Foundation_Technical_Advisory_Board</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;The elections for five of the ten members of the Linux Foundation Technical Advisory Board[TAB] are held every year, currently the election will be at the 2007 Kernel Summit in a BOF session,&lt;/i&gt;&quot; James Bottomley, the &lt;a href=&quot;http://old.linux-foundation.org/about_osdl/technical_advisory_board/document_view&quot;&gt;TAB&lt;/a&gt; chair, &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/8/22/163501&quot;&gt;announced on the Linux Kernel mailing list&lt;/a&gt;.  He noted that this voting session would be held on the evening of September 5&#039;th or 6&#039;th, providing an email address for sending nominations and adding that anyone is eligible, &quot;&lt;i&gt;only people invited to the kernel summit will be there in person (and therefore able to vote), but if you cannot attend, your nomination email will be read out before the voting begins.&lt;/i&gt;&quot;  James went on to explain:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;It&#039;s really just a represent the community type of role.  The LF uses the TAB to get a sense of the community for various things they and their members are thinking.  Conversely, the TAB was initially formed to get a set of specific objectives out of the then OSDL (Doc Fellowship, Travel Fund, NDA programme and HW lending library plus a few other things).  The TAB takes proposals from the community for things it needs that require an organisation to sort out (a good example of this is the currently being acted on PCI sig membership, which will give us access to the PCI specs plus a vendor ID that the virtualisation people asked for to help with virtual device recognition).&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/Linux_Foundation_Technical_Advisory_Board&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/Linux_Foundation_Technical_Advisory_Board#comments</comments>
 <category domain="http://kerneltrap.org/James_Bottomley">James Bottomley</category>
 <category domain="http://kerneltrap.org/kernel_summit">kernel summit</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/Linux_Foundation">Linux Foundation</category>
 <category domain="http://kerneltrap.org/taxonomy/term/853">Technical Advisory Board</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Fri, 24 Aug 2007 18:57:31 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14222 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Linux: Planning the 2007 Linux Kernel Summit</title>
 <link>http://kerneltrap.org/node/7599</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;Theodore Ts&#039;o announced that the 2007 &lt;a href=&quot;http://en.wikipedia.org/wiki/Kernel_Summit&quot;&gt;Linux Kernel Summit&lt;/a&gt; will be moved from its usual location in Ottawa, Canada, taking place this year in Cambridge, England.  Ted described the move as a one-time experiment to be re-evaluated at a future date to see if it&#039;s worth moving the Kernel Summit to other locations in the future.  He noted, &quot;&lt;i&gt;I understand that if it were only up to us developers, we&#039;d want to have the conference in Honolulu, or perhaps in Australia or New Zealand.  Unfortunately there are other stakeholers and other financial realities involved.&lt;/i&gt;&quot;  Regarding this year&#039;s summit, Ted explained:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;This year, the Kernel Summit will be held in Cambridge, England, at the DeVere University Arms Hotel, September 5-6 (with a welcome reception on the 4th).  The decision to move the Kernel Summit to England is a one-year experiment based on the very strong request of last year&#039;s kernel summit attendees to try a location outside of Ottawa, and especially from the roughly 1/3rd of the attendees that come from the UK or Europe.  So the plan is for us to book the Ottawa Congress Ceter space for July 2008 (which we will need to do by mid-year 2007), and pending how well the Cambridge venue works out in September 2007, we&#039;ll figure out how often we want to try moving the Kernel Summit to other locations in future years beyond 2008.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/node/7599&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/node/7599#comments</comments>
 <category domain="http://kerneltrap.org/kernel_summit">kernel summit</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/Theodore_Tso">Theodore Ts&#039;o</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Mon, 22 Jan 2007 20:46:14 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">7599 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Linux:  2.6.14 Merge Cycle Ending</title>
 <link>http://kerneltrap.org/node/5638</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;Linux creator Linus Torvalds sent a reminder to the &lt;a href=&quot;http://www.tux.org/lkml/&quot; target=&quot;new&quot;&gt;Linux Kernel Mailing List&lt;/a&gt; that the merge window for 2.6.14 is coming to and end. &quot;&lt;i&gt;As per the new merge policies that were discussed during LKS in Ottawa earlier during the summer,&lt;/i&gt;&quot; Linus explained, &quot;&lt;i&gt;I&#039;m going to accept new stuff for 2.6.14 only during the first two weeks after 2.6.13 was released.&lt;/i&gt;&quot;  The new development policy was first discussed on the lkml with the release of 2.6.13-rc4 [&lt;a href=&quot;http://kerneltrap.org/node/5500&quot;&gt;story&lt;/a&gt;], and further elaborated with the release of 2.6.13 [&lt;a href=&quot;http://kerneltrap.org/node/5600&quot;&gt;story&lt;/a&gt;].&lt;/p&gt;
&lt;p&gt;The 2.6.13 stable kernel was released on August 28&#039;th [&lt;a href=&quot;http://kerneltrap.org/node/5600&quot;&gt;story&lt;/a&gt;].  &quot;&lt;i&gt;That release was ten days ago,&lt;/i&gt;&quot; Linus said, &quot;&lt;i&gt;so you&#039;ve got four more days before I don&#039;t want any big merges.&lt;/i&gt;&quot;  He went on to note that following the merge cutoff 2.6.14-rc1 will be released.  &quot;&lt;i&gt;We certainly already have enough for 2.6.14,&lt;/i&gt;&quot; Linus noted, &quot;&lt;i&gt;but I just wanted to remind people that if they expected me to merge your work, you&#039;re getting closer to the cut-off point.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/node/5638&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/node/5638#comments</comments>
 <category domain="http://kerneltrap.org/taxonomy/term/613">2.6.13</category>
 <category domain="http://kerneltrap.org/taxonomy/term/640">2.6.14</category>
 <category domain="http://kerneltrap.org/development_process">development process</category>
 <category domain="http://kerneltrap.org/kernel_summit">kernel summit</category>
 <category domain="http://kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/merge_window">merge window</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Fri, 09 Sep 2005 03:01:50 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">5638 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Linux:  2.6.13 Kernel Released</title>
 <link>http://kerneltrap.org/node/5600</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;Linus Torvalds announced the release of the 2.6.13 Linux kernel.  &quot;&lt;i&gt;The most painful part of 2.6.13 is likely to be the fact that we made x86 use the generic PCI bus setup code for assigning unassigned resources,&lt;/i&gt;&quot; Linus began.  &quot;&lt;i&gt;That uncovered rather a lot of nasty small details, but should also mean that a lot of laptops in particular should be able to discover PCI devices behind bridges that the BIOS hasn&#039;t set up.&lt;/i&gt;&quot;  He went on to note, &quot;&lt;i&gt;we&#039;ve hopefully fixed up all the problems that the longish -rc series showed, and it shouldn&#039;t be that painful, but if you have device problems, please make a report that at a minimum contains the unified diff of the output of &#039;lspci -vvx&#039; running on 2.6.12 vs 2.6.13. That might give us some clues.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;During the &lt;a href=&quot;http://lwn.net/Articles/KernelSummit2005/&quot;&gt;2005 Linux Kernel Developer&#039;s Summit&lt;/a&gt; it was decided that all major changes need to be merged within two weeks of a major release, giving the rest of the development cycle to fixing bugs [&lt;a href=&quot;http://kerneltrap.org/node/5500&quot;&gt;story&lt;/a&gt;].  Linus implied that the deadline would be pushed out a week this cycle, &quot;&lt;i&gt;I&#039;m actually going to be away for most of next week, but in general we should now try to do all major merges within the first two weeks of the release. After that, we go into calm-down mode, and if you have work that didn&#039;t make the cut, you get to wait until 2.6.14.&lt;/i&gt;&quot;  He also noted that going forward this should mean that major releases happen more frequently.  You can download the latest kernel from your nearest Linux Kernel Archive &lt;a href=&quot;http://kernel.org/mirrors/&quot;&gt;mirror&lt;/a&gt; [&lt;a href=&quot;http://kerneltrap.org/node/5070&quot;&gt;story&lt;/a&gt;], and browse through all the changes using the 2.6 kernel&#039;s &lt;a href=&quot;http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary&quot; target=&quot;new&quot;&gt;gitweb interface&lt;/a&gt;.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/node/5600&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/node/5600#comments</comments>
 <category domain="http://kerneltrap.org/taxonomy/term/641">2.6.12</category>
 <category domain="http://kerneltrap.org/taxonomy/term/613">2.6.13</category>
 <category domain="http://kerneltrap.org/taxonomy/term/640">2.6.14</category>
 <category domain="http://kerneltrap.org/kernel_summit">kernel summit</category>
 <category domain="http://kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://kerneltrap.org/taxonomy/term/438">Linux Kernel Archives</category>
 <category domain="http://kerneltrap.org/release">release</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Mon, 29 Aug 2005 09:30:05 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">5600 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Linux: 2.6.13-rc4, Improved Development Process</title>
 <link>http://kerneltrap.org/node/5500</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;Back from the &lt;a href=&quot;http://lwn.net/Articles/Ker