<?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 - 2.6.23</title>
 <link>http://www.kerneltrap.org/taxonomy/term/371/0</link>
 <description></description>
 <language>en-local</language>
<item>
 <title>Multiple Stable 2.6.23 Releases</title>
 <link>http://www.kerneltrap.org/Linux/Multiple_Stable_2.6.23_Releases</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;Ok, I&#039;ve been slacking on the -stable front for a bit here, and didn&#039;t realize how far behind I&#039;ve gotten.  Everyone has been sending patches in, which is great, but now we are facing a HUGE 114 patch release,&lt;/i&gt;&quot; &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/11/15/415694&quot;&gt;began Greg Kroah-Hartman&lt;/a&gt;.  He continued:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;As there&#039;s no real way that everyone can review all of these patches, I&#039;ve decided to split them up into 6 different categories, and will be sending patches out in these categories for review.  If people can just glance over the ones in the areas they care about, I would really appreciate it.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The stable review resulted in six stable 2.6.23.y releases.  The first, &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/11/16/421808&quot;&gt;2.6.23.2&lt;/a&gt;, contained bug fixes for the core kernel code.  &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/11/16/421811&quot;&gt;2.6.23.3&lt;/a&gt; contained bug fixes for architecture specific issues.  &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/11/16/421817&quot;&gt;2.6.23.4&lt;/a&gt; contained bug fixes for the core networking and wireless code.  &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/11/16/421823&quot;&gt;2.6.23.5&lt;/a&gt; contained bug fixes for networking drivers.  &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/11/16/421832&quot;&gt;2.6.23.6&lt;/a&gt; contained bug fixes for non-networking drivers.  &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/11/16/421856&quot;&gt;2.6.23.7&lt;/a&gt; contained file system bug fixes.  These releases were followed by &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/11/16/421802&quot;&gt;2.6.23.8&lt;/a&gt; containing a couple security fixes.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Multiple_Stable_2.6.23_Releases&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Multiple_Stable_2.6.23_Releases#comments</comments>
 <category domain="http://www.kerneltrap.org/taxonomy/term/840">-stable</category>
 <category domain="http://www.kerneltrap.org/2.6.23">2.6.23</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/news/linux">Linux news</category>
 <pubDate>Sun, 18 Nov 2007 19:22:10 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14826 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Scheduler Fixes</title>
 <link>http://www.kerneltrap.org/Linux/Scheduler_Fixes</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;Ingo Molnar sent a merge request to Linus Torvalds for the &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/11/9/400274&quot;&gt;latest CFS fixes&lt;/a&gt;.  CFS, the &lt;a href=&quot;http://kerneltrap.org/CFS&quot;&gt;Completely Fair Scheduler&lt;/a&gt;, was &lt;a href=&quot;http://kerneltrap.org/node/11737&quot;&gt;merged&lt;/a&gt; into the mainline Linux kernel in July of 2007.  It was first included in the &lt;a href=&quot;http://kerneltrap.org/2.6.23&quot;&gt;2.6.23 kernel&lt;/a&gt;, released in October of 2007.  The scheduler appears to be quickly stabilizing, visible in the minimal assortment of fixes contained in the latest source code push.  Ingo Molnar summarized the changes:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;There are two cross-subsystem groups of fixes: three commits that resolve a KVM build fix on !SMP - acked by Avi to go in via the scheduler git tree because it changes a central include file. The other one is a powerpc CPU time accounting regression fix from Paul Mackerras.&lt;/p&gt;
&lt;p&gt;&quot;The remaining 14 commits: one crash fix (only triggerable via the new control-groups filesystem), a delay-accounting regression fix, two performance regression fixes, a latency fix, two small scheduling-behavior regression fixes and seven cleanups.&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/Scheduler_Fixes&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Scheduler_Fixes#comments</comments>
 <category domain="http://www.kerneltrap.org/2.6.23">2.6.23</category>
 <category domain="http://www.kerneltrap.org/CFS">CFS</category>
 <category domain="http://www.kerneltrap.org/Ingo_Molnar">Ingo Molnar</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/scheduler">scheduler</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Mon, 12 Nov 2007 16:25:35 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14779 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Who Sponsors Kernel Development</title>
 <link>http://www.kerneltrap.org/Linux/Who_Sponsors_Kernel_Development</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 recent discussion on the Linux Kernel mailing list, it was asked &quot;&lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/14/342871&quot;&gt;which companies are helping develop the kernel?&lt;/a&gt;&quot;  One response pointed out that that a &lt;a href=&quot;http://lwn.net/Articles/247582/&quot;&gt;recent article&lt;/a&gt; on lwn.net summarized this information nicely.  Others pointed to a paper maintained by Greg KH, who responded:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;Yeah, but my paper didn&#039;t really track companies very well.  The lwn.net article is the best, and below is my version of who did things in 2.6.23.  Note, the lack of a company is not an indicator that they did nothing, just that I could not easily determine someone worked for them. I&#039;ll try to send out my &#039;who are you working for&#039; emails in a week or so to see if I can further categorize the &#039;unknowns&#039;.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;According to Greg&#039;s email, organizations that contributed more than 100 changesets to the recently released 2.6.23 kernel included: Red Hat with 827 changesets (11.7%), IBM with 557 changesets (7.9%), the Linux Foundation with 528 changesets (7.5%), Novell with 449 changesets (6.3%), Intel with 242 changesets (3.4%), Oracle with 158 changesets (2.2%), MIPS Technologies with 143 changesets (2%), Nokia with 133 changesets (1.9%), and NetApp with 119 changesets (1.7%).  Greg noted that there were a total of 7,075 changesets from 992 developers working for 126 different employers.  843 of the changesets (11.9%) were contributed by individuals reporting no sponsor for their work.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Who_Sponsors_Kernel_Development&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Who_Sponsors_Kernel_Development#comments</comments>
 <category domain="http://www.kerneltrap.org/2.6.23">2.6.23</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/823">sponsorship</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Tue, 16 Oct 2007 01:05:52 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14589 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>2.6.23-mm1, &quot;Working a Bit Better&quot;</title>
 <link>http://www.kerneltrap.org/Linux/2.6.23-mm1_Working_a_Bit_Better</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;Andrew Morton posted his &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/12/335661&quot;&gt;first -mm patchset&lt;/a&gt; against the recently released 2.6.23 kernel, preparing for a big merge of patches bound for inclusion in the upcoming 2.6.24 kernel.  He noted:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;I&#039;ve been largely avoiding applying anything since rc8-mm2 in an attempt to stabilise things for the 2.6.23 merge.&lt;/p&gt;
&lt;p&gt;&quot;But that didn&#039;t stop all the subsystem maintainers from going nuts, with the usual accuracy.  We&#039;re up to a 37MB diff now, but it seems to be working a bit better.&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/2.6.23-mm1_Working_a_Bit_Better&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/2.6.23-mm1_Working_a_Bit_Better#comments</comments>
 <category domain="http://www.kerneltrap.org/-mm">-mm</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1066">-mm1</category>
 <category domain="http://www.kerneltrap.org/2.6.23">2.6.23</category>
 <category domain="http://www.kerneltrap.org/2.6.24">2.6.24</category>
 <category domain="http://www.kerneltrap.org/Andrew_Morton">Andrew Morton</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>Sat, 13 Oct 2007 09:07:31 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14570 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Measuring Process Scheduler Performance</title>
 <link>http://www.kerneltrap.org/Linux/Measuring_Process_Scheduler_Performance</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;As far as my testsystem goes, v2.6.23 beats v2.6.22.9 in sysbench,&lt;/i&gt;&quot; &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/10/333939&quot;&gt;explained Ingo Molnar&lt;/a&gt; in response to a posting showing the &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/10/333803&quot;&gt;opposite results&lt;/a&gt;.  He referred to his &lt;a href=&quot;http://people.redhat.com/mingo/misc/sysbench.jpg&quot;&gt;own testing results&lt;/a&gt; and explained:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;As you can see it in the graph, v2.6.23 schedules much more consistently too. [ v2.6.22 has a small (but potentially statistically insignificant) edge at 4-6 clients, and CFS has a slightly better peak (which is statistically insignificant).&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Ingo noted that he was nuable to find information as to how the other benchmark was generated, &quot;&lt;i&gt;there are no .configs or other testing details at or around that URL that i could use to reproduce their result precisely, so at least a minimal bugreport would be nice.&lt;/i&gt;&quot;  He then offered some tips on how sysbench works and some suggested tunings, &quot;&lt;i&gt;sysbench is a pretty &#039;batched&#039; workload: it benefits most from batchy scheduling: the client doing as much work as it can, then server doing as much work as it can - and so on. The longer the client can work the more cache-efficient the workload is. Any round-trip to the server due to pesky preemption only blows up the cache footprint of the workload and gives lower throughput.&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/Measuring_Process_Scheduler_Performance&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Measuring_Process_Scheduler_Performance#comments</comments>
 <category domain="http://www.kerneltrap.org/2.6.23">2.6.23</category>
 <category domain="http://www.kerneltrap.org/benchmark">benchmark</category>
 <category domain="http://www.kerneltrap.org/CFS">CFS</category>
 <category domain="http://www.kerneltrap.org/Ingo_Molnar">Ingo Molnar</category>
 <category domain="http://www.kerneltrap.org/performance">performance</category>
 <category domain="http://www.kerneltrap.org/scheduler">scheduler</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1059">sysbench</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Wed, 10 Oct 2007 13:02:52 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14551 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>2.6.23 Kernel, &quot;Finally&quot;</title>
 <link>http://www.kerneltrap.org/Linux/2.6.23_Kernel_Finally</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;Finally.  Yeah, it got delayed, not because of any huge issues, but because of various bugfixes trickling in and causing me to reset my &#039;release clock&#039; all the time. But it&#039;s out there now, and hopefully better for the wait,&lt;/i&gt;&quot; Linus Torvalds said &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/9/333488&quot;&gt;announcing the 2.6.23 kernel&lt;/a&gt;.  He noted few changes since the last release candidate, &quot;&lt;i&gt;not a whole lot of changes since -rc9, although there&#039;s a few updates to  mips, sparc64 and blackfin in there.  Ignoring those arch updates, there&#039;s basically a number of mostly one-liners (mostly in drivers, but there&#039;s some networking fixes and soem VFS/VM fixes there too).&lt;/i&gt;&quot;  Source level changes can be viewed via the &lt;a href=&quot;http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary&quot;&gt;gitweb interface&lt;/a&gt;.  A nice overview of all changes can be found at &lt;a href=&quot;http://kernelnewbies.org/Linux_2_6_23&quot;&gt;Kernel Newbies&lt;/a&gt;.  Linus went on to describe his plan going forward:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;I want this to be what people look at for a few days, but expect the x86 merge to go ahead after that. So far, all indications are still that it&#039;s going to be all smooth sailing, but hey, those indicators seem to always say that, and only after the fact do people notice any problems ;)&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/2.6.23_Kernel_Finally&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/2.6.23_Kernel_Finally#comments</comments>
 <category domain="http://www.kerneltrap.org/2.6.23">2.6.23</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/release">release</category>
 <category domain="http://www.kerneltrap.org/x86_unification">x86 unification</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Tue, 09 Oct 2007 18:08:11 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14545 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Compiler Optimization Bugs and World Domination</title>
 <link>http://www.kerneltrap.org/Linux/Compiler_Optimization_Bugs_and_World_Domination</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/10/3/328186&quot;&gt;bug report&lt;/a&gt; filed by Ingo Molnar regarding a procfs crash in the recently released 2.6.23-rc9 kernel was quickly tracked down by Linus Torvalds as a compiler bug.  The bug was ultimately determined to be from a compiler optimization generated with an older version of GCC.  Ingo was skeptical at first, &quot;&lt;i&gt;it&#039;s 4.0.2. Not the latest &amp;amp; greatest but I&#039;ve been using it for 2 years and this would be the first time it miscompiles a 32-bit kernel out of tens of thousands of successful kernel bootups.&lt;/i&gt;&quot;  Linus replied, &quot;&lt;i&gt;I am 100% sure. I can look at the disassembly, and point to the fact that your Oops happens on code that is simply totally bogus.&lt;/i&gt;&quot;  He continued on to offer an &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/3/328472&quot;&gt;interesting review of the crash&lt;/a&gt;, explaining line by line what should have been generated versus what actually was, causing the crash.  In the end, Ingo switched to a distribution compiled GCC 4.1.2 and confirmed that the crash went away, &quot;&lt;i&gt;so you are completely right, it&#039;s a compiler bug in 4.0.2.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;During the thread, Linus suggested that the optimization made by the compiler wasn&#039;t &quot;legal&quot;, to which Alan Cox retorted, &quot;&lt;i&gt;pedant: valid. Almost all optimizations are legal, nobody has yet written laws about compilers. Sorry but I&#039;m forever fixing misuse of the word &#039;illegal&#039; in printks, docs and the like and it gets annoying after a bit.&lt;/i&gt;&quot;  Linus playfully responded, &quot;&lt;i&gt;heh.  When I&#039;m ruler of the universe, it *will* be illegal. I&#039;m just getting a bit ahead of myself.&lt;/i&gt;&quot;  When asked how long until he expected to be ruler, Linus added, &quot;&lt;i&gt;I&#039;m working on it, I&#039;m working on it. I&#039;m just as frustrated as you are.  It turns out to be a non-trivial problem.&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/Compiler_Optimization_Bugs_and_World_Domination&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Compiler_Optimization_Bugs_and_World_Domination#comments</comments>
 <category domain="http://www.kerneltrap.org/2.6.23">2.6.23</category>
 <category domain="http://www.kerneltrap.org/Alan_Cox">Alan Cox</category>
 <category domain="http://www.kerneltrap.org/bugs">bugs</category>
 <category domain="http://www.kerneltrap.org/compiler">compiler</category>
 <category domain="http://www.kerneltrap.org/GCC">GCC</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/738">GCC 4.0.2</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1040">GCC 4.1.2</category>
 <category domain="http://www.kerneltrap.org/Ingo_Molnar">Ingo Molnar</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>Fri, 05 Oct 2007 09:09:36 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14519 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>2.6.23-rc9, Avoiding Brown Paper Bags</title>
 <link>http://www.kerneltrap.org/Linux/2.6.23-rc9_Avoiding_Brown_Paper_Bags</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 said I was hoping that -rc8 was the last -rc, and I hate doing this, but we&#039;ve had more changes since -rc8 than we had in -rc8. And while most of them are pretty trivial, I really couldn&#039;t face doing a 2.6.23 release and take the risk of some really stupid brown-paper-bag thing,&lt;/i&gt;&quot; Linus Torvalds said, &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/1/326877&quot;&gt;announcing the 2.6.23-rc9 kernel&lt;/a&gt;.  He added, &quot;&lt;i&gt;so there&#039;s a final -rc out there, and right now my plan is to make this series really short, and release 2.6.23 in a few days. So please do give it a last good testing, and holler about any issues you find!&lt;/i&gt;&quot;  He went on to warn developers that the first thing planned for 2.6.24 was to merge the unified x86 architecture:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;This is also a good time to warn about the fact that we&#039;re doing the x86 merge very soon (as in the next day or two) after 2.6.23 is out, so if you have pending patches for the next series that touch arch/i386 or x86-64, you should get in touch with Thomas Gleixner and Ingo Molnar, who are the keepers of the merge scripts, and will help you prepare..&lt;/p&gt;
&lt;p&gt;&quot;Doing it as early as possible in the 2.6.24-rc4 series (basically I&#039;ll do it first thing) will mean that we&#039;ll have the maximum amount of time to sort out any issues, and the thing is, Thomas and Ingo already have a tree ready to go, so people can check their work against that, and don&#039;t need to think that they have to do any fixups after it his *my* tree. It would be much better if everybody was just ready for it, and not taken by surprise.&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/2.6.23-rc9_Avoiding_Brown_Paper_Bags&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/2.6.23-rc9_Avoiding_Brown_Paper_Bags#comments</comments>
 <category domain="http://www.kerneltrap.org/-rc">-rc</category>
 <category domain="http://www.kerneltrap.org/-rc9">-rc9</category>
 <category domain="http://www.kerneltrap.org/2.6.23">2.6.23</category>
 <category domain="http://www.kerneltrap.org/2.6.24">2.6.24</category>
 <category domain="http://www.kerneltrap.org/Ingo_Molnar">Ingo Molnar</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_plans">merge plans</category>
 <category domain="http://www.kerneltrap.org/Thomas_Gleixner">Thomas Gleixner</category>
 <category domain="http://www.kerneltrap.org/x86_unification">x86 unification</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Tue, 02 Oct 2007 05:53:28 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14492 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Merging From -mm in 2.6.24</title>
 <link>http://www.kerneltrap.org/Linux/Merging_From_-mm_in_2.6.24</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;With the official release of the 2.6.23 kernel expected any day now, Andrew Morton posted his &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/1/326741&quot;&gt;-mm merge plans for the 2.6.24 kernel&lt;/a&gt;.  The current Linux kernel development model is to open up the mainline kernel for significant merges during the two weeks following a major kernel release.  Thus, during the two weeks following the imminent release of the 2.6.23 kernel, subsystem maintainers will push their latest trees to Linus&#039; mainline tree.  Andrew Morton will also push many of the patches he collects in his -mm tree to Linus&#039; mainline tree during these two weeks, as detailed in his email.  At the end of the merge window, 2.6.24-rc1 will be released and the stabilization process begins, though in reality significant merges also often slip in between -rc1 and -rc2.   A series of -rc kernels will be released, eventually leading to a stable 2.6.24 kernel two or three months after the process started, and it all starts again.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Merging_From_-mm_in_2.6.24&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Merging_From_-mm_in_2.6.24#comments</comments>
 <category domain="http://www.kerneltrap.org/-mm">-mm</category>
 <category domain="http://www.kerneltrap.org/2.6.23">2.6.23</category>
 <category domain="http://www.kerneltrap.org/2.6.24">2.6.24</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/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/merge_plans">merge plans</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Mon, 01 Oct 2007 19:56:01 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14489 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>MMC Flash Memory Card Support</title>
 <link>http://www.kerneltrap.org/Linux/MMC_Flash_Memory_Card_Support</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;Noting the approaching 2.6.24 merge window which will follow the upcoming release of the 2.6.23 kernel, MultiMedia Card (MMC) subsystem maintainer Pierre Ossman &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/9/24/273136&quot;&gt;described what he plans to push upstream&lt;/a&gt;, &quot;&lt;i&gt;this release will probably be one of the biggest ones for the MMC layer so far. The major pieces are SDIO and SPI support, but there are several small nuggets as well.&lt;/i&gt;&quot;  Regarding the new Secure Digital Input Output (SDIO) stack he noted, &quot;&lt;i&gt;gone are the days of having to rely on proprietary stacks for SDIO support in Linux. So no more spotty support for hosts and possible GPL problems. SDIO will now be a standard feature of Linux.&lt;/i&gt;&quot;  He also described three working drivers already ported to the new stack.&lt;/p&gt;
&lt;p&gt;Pierre went on to discuss the Serial Peripheral Interface (SPI) stack, &quot;&lt;i&gt;the second large feature is the fact that you can now use your SPI controllers for MMC, SD and SDIO. Yes, even SDIO works nicely over SPI.  This means that a lot more systems can get storage and expansion I/O at basically the cost of a connector.&lt;/i&gt;&quot;  He added, &quot;&lt;i&gt;David Brownell is currently marked as providing &#039;odd fixes&#039; for the mmc_spi driver, but we could really use a proper maintainer. So if you have sufficient experience with Linux&#039; SPI interface and the time, please raise your hand.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_sec