<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/wordpress-mu-1.2.5" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Linux Weather Forecast</title>
	<link>http://linux-foundation.org/weblogs/lwf</link>
	<description>The state of the kernel</description>
	<pubDate>Mon, 14 Jul 2008 22:27:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.5</generator>
	<language>en</language>
			<item>
		<title>2.6.26 at last</title>
		<link>http://linux-foundation.org/weblogs/lwf/2008/07/14/2626-at-last/</link>
		<comments>http://linux-foundation.org/weblogs/lwf/2008/07/14/2626-at-last/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 22:27:38 +0000</pubDate>
		<dc:creator>Jonathan Corbet</dc:creator>
		
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://linux-foundation.org/weblogs/lwf/2008/07/14/2626-at-last/</guid>
		<description><![CDATA[Linus Torvalds released the 2.6.26 kernel on July 13 - somewhat later than most people had expected.  At a full three months, this development cycle took longer than some others; that is especially surprising given that the number of patches merged and new features added is somewhat less than we have seen in recent [...]]]></description>
			<content:encoded><![CDATA[<p>Linus Torvalds <a href="http://lwn.net/Articles/289809/">released</a> the 2.6.26 kernel on July 13 - somewhat later than most people had expected.  At a full three months, this development cycle took longer than some others; that is especially surprising given that the number of patches merged and new features added is somewhat less than we have seen in recent development cycles.  Still, at over 10,000 changesets, this is <i>not</i> a small release.</p>
<p>
As always, I recommend that people wanting to know all about what&#8217;s in this release head on over to <a href="http://kernelnewbies.org/Linux_2_6_26">the KernelNewbies 2.6.26 page</a>.</p>
<p>
The new feature list for this kernel is huge.  But there is a lot of good stuff there.  One of my favorites is the incorporation of the kgdb debugger for the x86 architecture.  Linus has been resisting the addition of an interactive debugger almost since the very beginning; he believes that such tools lead developers to focus on symptoms rather than understanding the underlying problem.  But one of the things that makes Linus who he is is that he can, with effort, be convinced to change his mind.  And so the developers who have long patched in kgdb from outside have finally gotten their point across: development tools help to make a better tool.  Don&#8217;t expect Linus to <i>use</i> kgdb anytime soon, but he has at least let it into his kernel.</p>
<p>
Now attention turns to the 2.6.27 development cycle; Linus has already started merging patches for this release.  One of the more interesting things to watch will be whether the merge window process goes more smoothly this time around.  2.6.27 will be the first kernel cycle for which the linux-next tree was in full operation, so, in theory, much of the integration work has already been done.  If linux-next has done its job, this merge window should come together with relatively little pain.  See <a href="http://lwn.net/Articles/287155/">this article</a> and <a href="http://lwn.net/SubscriberLink/289013/b2c429d89cd9e105/">this one</a> for more information on the evolving role of linux-next.</p>
<p>
And stay tuned: I&#8217;ll be back in about two weeks with a summary of what will be in the 2.6.27 kernel.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-foundation.org/weblogs/lwf/2008/07/14/2626-at-last/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2.6.26: almost there</title>
		<link>http://linux-foundation.org/weblogs/lwf/2008/06/27/2626-almost-there/</link>
		<comments>http://linux-foundation.org/weblogs/lwf/2008/06/27/2626-almost-there/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 17:27:28 +0000</pubDate>
		<dc:creator>Jonathan Corbet</dc:creator>
		
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://linux-foundation.org/weblogs/lwf/2008/06/27/2626-almost-there/</guid>
		<description><![CDATA[I fell a little behind on the weather forecast pages, sorry for that.  I plead that I was vacationing with the in-laws and would have gotten into serious trouble had I gone too near a keyboard.  Anyway, things are caught up now.

The current prepatch is 2.6.26-rc8; when he posted it, Linus said that [...]]]></description>
			<content:encoded><![CDATA[<p>I fell a little behind on the weather forecast pages, sorry for that.  I plead that I was vacationing with the in-laws and would have gotten into serious trouble had I gone too near a keyboard.  Anyway, things are caught up now.</p>
<p>
The current prepatch is 2.6.26-rc8; when he posted it, Linus said that it might just be the last one.  Given that this development cycle is smaller (in terms of the amount of code merged), I had thought that it would come together a little quicker; thus the &#8220;late June&#8221; prediction which had appeared on the forecast pages.  Well, it&#8217;s late June, and we&#8217;re not there yet.  More worryingly, the length of the regression list is about the same as it has been for the last month or so.  My guess is that there will be an -rc9 before it&#8217;s all done, but I&#8217;ve been wrong before.</p>
<p>
I added a few entries to the pages while I was there.  HP donated AdvFS, which is a welcome body of code even if it will never be shipped in the mainline kernel in anything close to its current form.  The GEM memory manager is interesting: it looks like it will displace TTM as the presumptive memory management code for 3D graphical processing units.  That&#8217;s a classic example of how the kernel development process can work: TTM embodies a great deal of work, but that work can be quickly pushed aside if somebody comes up with a better way to get things done.  This can be hard on individual developers, but it&#8217;s good for the resulting kernel.  Finally, I couldn&#8217;t resist putting in a thing about the BKL-removal work, which is a project I&#8217;ve somehow gotten pulled into.</p>
<p>
Look for more change once the 2.6.27 merge window opens.  I&#8217;ll be cleaning out a bunch of older stuff then as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-foundation.org/weblogs/lwf/2008/06/27/2626-almost-there/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The shape of 2.6.26</title>
		<link>http://linux-foundation.org/weblogs/lwf/2008/05/05/the-shape-of-2626/</link>
		<comments>http://linux-foundation.org/weblogs/lwf/2008/05/05/the-shape-of-2626/#comments</comments>
		<pubDate>Mon, 05 May 2008 20:47:11 +0000</pubDate>
		<dc:creator>Jonathan Corbet</dc:creator>
		
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://linux-foundation.org/weblogs/lwf/2008/05/05/the-shape-of-2626/</guid>
		<description><![CDATA[On May 3, Linus announced the release of the 2.6.26-rc1 prepatch and the closure of the merge window for this development cycle.  So now we know what will be in 2.6.26, which, I predict, will be released sometime around the beginning of July. 

Many developers will be pleased by the addition of the KGDB [...]]]></description>
			<content:encoded><![CDATA[<p>On May 3, Linus <a href="http://lwn.net/Articles/280912/">announced</a> the release of the 2.6.26-rc1 prepatch and the closure of the merge window for this development cycle.  So now we know what will be in 2.6.26, which, I predict, will be released sometime around the beginning of July. </p>
<p>
Many developers will be pleased by the addition of the KGDB debugger for the x86 architecture at last.  For as long as I have been following Linux development, Linus has opposed interactive debuggers; he fears that they cause developers to look at symptoms and miss the true causes of bugs.  After all this time, a dedicated group of developers was able to put together a version of KGDB that Linus could stand, though, and so in it went.  The merged version lacks some useful features, such as KGDB-over-ethernet, but those can be obtained with external patches and, with luck, will make it into the mainline sometime in the future.</p>
<p>
When the OLPC folks made mesh networking work on the XO laptop, they put the bulk of the code into the &#8220;Libertas&#8221; driver for the XO&#8217;s Marvell-based network chip.  That code ran into difficulties at merge time because the networking developers thought that the mesh features should be implemented at a higher level where they would be useful for a wider range of devices.  So Libertas was merged without mesh networking.  Now, though, a more generic mesh networking implementation has found its way into the mac80211 layer.  That, too, will be part of 2.6.26.</p>
<p>
Other nice features include page attribute table (PAT) support, which should help ease a number of hardware-related hassles.  There&#8217;s a braille screen reader layer.  A lot of containers work has gone in, pushing that capability closer to completion.  And so on.</p>
<p>
But one thing that is notable about this cycle is that it is relatively small.  2.6.25 finished out at over 12,000 individual changes; 2.6.26, at this point, has some 7500.  It would appear that, after two cycles of intensive merging, the developers are slowing down just a little bit.  So there&#8217;s rather fewer new features this time around.  That may lead to a shorter development cycle for 2.6.26 and, perhaps, fewer problems to fix on the way there.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-foundation.org/weblogs/lwf/2008/05/05/the-shape-of-2626/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2.6.25 is out</title>
		<link>http://linux-foundation.org/weblogs/lwf/2008/04/17/2625-is-out/</link>
		<comments>http://linux-foundation.org/weblogs/lwf/2008/04/17/2625-is-out/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 14:24:05 +0000</pubDate>
		<dc:creator>Jonathan Corbet</dc:creator>
		
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://linux-foundation.org/weblogs/lwf/2008/04/17/2625-is-out/</guid>
		<description><![CDATA[The 2.6.25 kernel has been released at last by Linus Torvalds.  The plan had been to get it out a week or so ago, but a couple of stubborn problems prevented that.  A marathon debugging session by Ingo Molnar turned up the last show-stopper on April 15, and the final kernel came out [...]]]></description>
			<content:encoded><![CDATA[<p>The 2.6.25 kernel has been <a href="http://lwn.net/Articles/278351/">released</a> at last by Linus Torvalds.  The plan had been to get it out a week or so ago, but a couple of stubborn problems prevented that.  A marathon debugging session by Ingo Molnar turned up the last show-stopper on April 15, and the final kernel came out shortly thereafter.</p>
<p>
When I predicted that the release would be &#8220;around tax day in the US&#8221; I came pretty close.  Maybe I should do this sort of stuff for a living.</p>
<p>
I was talking with one of the developers at the recently-held Collaboration Summit; he told me that 2.6.25 was notable in that it didn&#8217;t really have any new stuff that he was excited about.  That&#8217;s pretty interesting given that this development cycle was the biggest on record: over 12,000 changesets merged from some 1200 developers and almost 370,000 lines of new code.  It is true that a lot of this work was internal stuff - making things work better inside the kernel, but not visible to users.  That said, there&#8217;s still some fun stuff in this release, including:</p>
<ul>
<li> The &#8220;pagemap&#8221; patches.  For a long time people have wondered just which processes on their system are using all the memory.  The existing tools (primarily &#8220;ps&#8221;) are not as helpful as one would like for that sort of question.  These patches, by Matt Mackall, enable the kernel to provide much more detailed information on memory use; this will be valuable to administrators worldwide.</li>
<li> The SMACK security module breaks the monopoly on mandatory access control previously held by SELinux.  In the near future we&#8217;re likely to see more options for the hardening of Linux systems.</li>
<li> Initial support for kernel-based video modesetting.  Conventional wisdom says that graphics support on Linux has been messy for a long time; now it&#8217;s getting cleaned up in a big way.</li>
<p>
<li> The Controller Area Network protocol remains interesting to me, though not because I expect to use it in the near future.  CAN is a protocol for networking in noisy environments - in a car, for example.  It&#8217;s how all your gadgets will talk to each other, enabling the system to, say, interrupt your phone call when the forward-looking radar has concluded that you&#8217;re about to have an unwanted encounter with the car ahead of you.  This code was developed and contributed by engineers at Volkswagen - not normally considered to be a hotbed of Linux kernel hacking.  The range of industries which are beginning to understand the benefits of collaborative development is impressive.
</li>
</p>
<li> The ath5k driver for Atheros chipsets.  This driver comes from our friends in the OpenBSD community, who made the major effort of reverse-engineering these chips.  After a lengthy delay while some legal concerns were taken care of, this code has finally made its way into Linux, bringing support for one of the most problematic bits of hardware (though the 2.6.25 driver still has some rough edges).  One has to wonder that the <a href="http://lwn.net/Articles/278132/rss">recent decision</a> by Atheros to hire an ath5k developer and work toward mainline support for all of its hardware is purely coincidental.</li>
</ul>
<p>
That is just the beginning of the list for 2.6.25.  If you want to see the <i>whole</i> list, head over to the always-amazing <a href="http://kernelnewbies.org/Linux_2_6_25">KernelNewbies changelog</a>, which has all of the details.</p>
<p>
So what about 2.6.26?  As of this writing, the merge window has not yet opened.  That can be expected to happen in the next couple of days.  I think I&#8217;ll resist the temptation to predict what will go in during this cycle - I&#8217;ll get proven wrong too quickly.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-foundation.org/weblogs/lwf/2008/04/17/2625-is-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2.6.25 getting closer (and UBIFS)</title>
		<link>http://linux-foundation.org/weblogs/lwf/2008/04/04/2625-getting-closer-and-ubifs/</link>
		<comments>http://linux-foundation.org/weblogs/lwf/2008/04/04/2625-getting-closer-and-ubifs/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 20:38:20 +0000</pubDate>
		<dc:creator>Jonathan Corbet</dc:creator>
		
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://linux-foundation.org/weblogs/lwf/2008/04/04/2625-getting-closer-and-ubifs/</guid>
		<description><![CDATA[I got around to updating the forecast pages for the 2.6.25-rc8 prepatch.  At this point things are getting close.  My guess is that there will be one more prepatch (-rc9) sometime in the near future and the final 2.6.25 release sometime around the U.S. tax day festivities.  Such as they are.
Also finally, [...]]]></description>
			<content:encoded><![CDATA[<p>I got around to updating the forecast pages for the 2.6.25-rc8 prepatch.  At this point things are getting close.  My guess is that there will be one more prepatch (-rc9) sometime in the near future and the final 2.6.25 release sometime around the U.S. tax day festivities.  Such as they are.</p>
<p>Also finally, I got around to doing an entry on UBIFS for the <a href="http://www.linux-foundation.org/en/Linux_Weather_Forecast/filesystems">filesystems page</a>.  UBIFS is a flash-based filesystem, meant to replace JFFS2 and compete with LogFS.  It looks like it is relatively close to being ready; it might just win the race with LogFS for inclusion into the mainline.  Time will tell, though; LogFS developer Jorn Engel doesn&#8217;t look like he plans to sit still and let UBIFS take all the thunder.</p>
<p>The filesytems page also has an introductory section now introducing the topic and describing the pressures facing filesystem developers.</p>
<p>For those who haven&#8217;t seen it, the Linux Foundation has posted <a href="https://www.linux-foundation.org/publications/linuxkerneldevelopment.php">a study of the kernel development process</a> written by Greg Kroah-Hartman, Amanda McPherson, and yours truly.  For the curious, I&#8217;ve also put up <a href="http://lwn.net/SubscriberLink/275954/0b195469699818ab/">development statistics for 2.6.25</a> on LWN.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-foundation.org/weblogs/lwf/2008/04/04/2625-getting-closer-and-ubifs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ah, yes, user space</title>
		<link>http://linux-foundation.org/weblogs/lwf/2008/03/13/ah-yes-user-space/</link>
		<comments>http://linux-foundation.org/weblogs/lwf/2008/03/13/ah-yes-user-space/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 14:57:03 +0000</pubDate>
		<dc:creator>Jonathan Corbet</dc:creator>
		
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://linux-foundation.org/weblogs/lwf/2008/03/13/ah-yes-user-space/</guid>
		<description><![CDATA[The weather forecast pages are quite kernel centric - that&#8217;s the area I know best.  There is a user-space page, though, featuring a few important components.  Many of those have been revised in recent times:

 The long-awaited KDE 4.0 release happened in January.  This major update of KDE is not quite ready [...]]]></description>
			<content:encoded><![CDATA[<p>The weather forecast pages are quite kernel centric - that&#8217;s the area I know best.  There is <a href="http://www.linux-foundation.org/en/Linux_Weather_Forecast/userspace">a user-space page</a>, though, featuring a few important components.  Many of those have been revised in recent times:</p>
<ul>
<li> The long-awaited <a href="http://kde.org/announcements/4.0/">KDE 4.0</a> release happened in January.  This major update of KDE is not quite ready for prime time yet, but it is getting there and the indications are that it&#8217;s going to be great.
<li> <a href="http://library.gnome.org/misc/release-notes/2.22/">GNOME 2.22</a> just came out.  This is a more incremental release, but it still features a lot of interesting new stuff.
<p><li> <a href="http://lwn.net/Articles/272537/">GCC 4.3.0</a> also just came out.  Lots of improvements, but also an ABI change which could cause applications to experience weird crashes on older kernels.
</ul>
<p>
I do still plan to expand this page someday.  Meanwhile, those who are interested in the lower levels of user space may want to keep an eye on the first <a href="http://linuxplumbersconf.org/">Linux Plumbers Conference</a>, happening this September in Portland, Oregon.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-foundation.org/weblogs/lwf/2008/03/13/ah-yes-user-space/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Security stuff</title>
		<link>http://linux-foundation.org/weblogs/lwf/2008/03/06/security-stuff/</link>
		<comments>http://linux-foundation.org/weblogs/lwf/2008/03/06/security-stuff/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 17:13:34 +0000</pubDate>
		<dc:creator>Jonathan Corbet</dc:creator>
		
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://linux-foundation.org/weblogs/lwf/2008/03/06/security-stuff/</guid>
		<description><![CDATA[After updating the current conditions to reflect 2.6.25-rc4, I went  into the security page and added some introductory text; I&#8217;ll probably do this with the other pages as well over time.

Security has been on my mind as a result of the somewhat embarrassing vmsplice() exploit.  This vulnerability has renewed interest in various kinds [...]]]></description>
			<content:encoded><![CDATA[<p>After updating the current conditions to reflect 2.6.25-rc4, I went  into the <a href="http://www.linux-foundation.org/en/Linux_Weather_Forecast/security">security page</a> and added some introductory text; I&#8217;ll probably do this with the other pages as well over time.</p>
<p>
Security has been on my mind as a result of the somewhat embarrassing <a href="http://lwn.net/Articles/271688/"><tt>vmsplice()</tt> exploit</a>.  This vulnerability has renewed interest in various kinds of technical means for preventing vulnerabilities - stack smashing detection and the like.  This is all good stuff, and we should have it.  But much of that technology would not have helped in this case; the <tt>vmsplice()</tt> exploit was a subtle and complex thing.</p>
<p>
This vulnerability was not a failure of the kernel&#8217;s anti-compromise technology.  It was a failure of the review process which allowed code with obvious mistakes into the kernel.  Review is the critical, limiting resource for a lot of free software projects, and the kernel is no exception.  Reviewing code is hard and thankless work, but the process really does not work without it.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-foundation.org/weblogs/lwf/2008/03/06/security-stuff/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The 2.6.25 cycle settles in</title>
		<link>http://linux-foundation.org/weblogs/lwf/2008/02/14/the-2625-cycle-settles-in/</link>
		<comments>http://linux-foundation.org/weblogs/lwf/2008/02/14/the-2625-cycle-settles-in/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 18:00:27 +0000</pubDate>
		<dc:creator>Jonathan Corbet</dc:creator>
		
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://linux-foundation.org/weblogs/lwf/2008/02/14/the-2625-cycle-settles-in/</guid>
		<description><![CDATA[The 2.6.25-rc1 prepatch was released on February 10.  The -rc1 release, of course, indicates the closing of the merge window and the beginning of the stabilization period for this cycle.  So I&#8217;ve updated all of the weather forecast pages to reflect what went in and what didn&#8217;t, and generally updated it (often by [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://lwn.net/Articles/268665/">2.6.25-rc1 prepatch</a> was released on February 10.  The -rc1 release, of course, indicates the closing of the merge window and the beginning of the stabilization period for this cycle.  So I&#8217;ve updated all of the weather forecast pages to reflect what went in and what didn&#8217;t, and generally updated it (often by extending potential merge dates into the future - I never promised I actually knew what I was talking about&#8230;)</p>
<p>About 9500 changesets were merged for this release - that&#8217;s a lot of new code.  The pace of kernel development does not look like it will be slowing down anytime soon.</p>
<p>After my upcoming travels, I&#8217;ll do a cleanup pass.  There&#8217;s some old-news topics which can come out at this point, and a few new ones which should certainly be there.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-foundation.org/weblogs/lwf/2008/02/14/the-2625-cycle-settles-in/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2.6.24 is out</title>
		<link>http://linux-foundation.org/weblogs/lwf/2008/01/24/2624-is-out/</link>
		<comments>http://linux-foundation.org/weblogs/lwf/2008/01/24/2624-is-out/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 00:23:31 +0000</pubDate>
		<dc:creator>Jonathan Corbet</dc:creator>
		
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://linux-foundation.org/weblogs/lwf/2008/01/24/2624-is-out/</guid>
		<description><![CDATA[As I predicted, Linus released 2.6.24 just before heading off to linux.conf.au in Melbourne.  He&#8217;s slipping, though: usually he waits until I&#8217;ve gotten on a plane and can&#8217;t update web sites before shoving a release out the door.  I&#8217;m still here, though, so the main Weather Forecast page has been updated to reflect [...]]]></description>
			<content:encoded><![CDATA[<p>As I predicted, Linus released <a href="http://lwn.net/Articles/266430/">2.6.24</a> just before heading off to <a href="http://linux.conf.au/">linux.conf.au</a> in Melbourne.  He&#8217;s slipping, though: usually he waits until I&#8217;ve gotten on a plane and can&#8217;t update web sites before shoving a release out the door.  I&#8217;m still here, though, so the main Weather Forecast page has been updated to reflect the current state of affairs.</p>
<p>
Normally, this would be the start of the 2.6.25 merge window.  That will still be the case, but Linus&#8217;s travel (and that of many other kernel developers) will likely slow the process a bit.  Once things get going I&#8217;ll update the pages to reflect the shape of this kernel and what might come afterward.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-foundation.org/weblogs/lwf/2008/01/24/2624-is-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cleaning up after the holidays</title>
		<link>http://linux-foundation.org/weblogs/lwf/2008/01/17/cleaning-up-after-the-holidays/</link>
		<comments>http://linux-foundation.org/weblogs/lwf/2008/01/17/cleaning-up-after-the-holidays/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 22:12:05 +0000</pubDate>
		<dc:creator>Jonathan Corbet</dc:creator>
		
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://linux-foundation.org/weblogs/lwf/2008/01/17/cleaning-up-after-the-holidays/</guid>
		<description><![CDATA[We&#8217;re still waiting for the 2.6.24 release, which seems likely to come out near the end of the month - just before linux.conf.au.  While waiting, I&#8217;ve gone through and made a large number of small updates throughout the forecast pages.  The development kernel is at 2.6.24-rc8 - probably the last -rc for 2.6.24. [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re still waiting for the 2.6.24 release, which seems likely to come out near the end of the month - just before linux.conf.au.  While waiting, I&#8217;ve gone through and made a large number of small updates throughout the forecast pages.  The development kernel is at 2.6.24-rc8 - probably the last -rc for 2.6.24.  I&#8217;ve tweaked other version numbers where appropriate, added links to stories, etc.</p>
<p>
I also cleaned up a substantial number of rather embarrassing typos.  I&#8217;m really not illiterate, honest.</p>
<p>
Finally, the <a href="http://www.linux-foundation.org/en/Linux_Weather_Forecast/filesystems">filesystems page</a> has seen a number of updates, reflecting the large amount of work happening in that area currently.  Btrfs is coming along quickly.  I&#8217;ve added a new entry for unionfs, which has returned from relative obscurity with a big push for inclusion into 2.6.25.</p>
<p>
Finally finally, I added a paragraph incorporating some of my statistics to the 2.6.24 discussion.  This has been a record-breaking development cycle in a number of ways; even watching it as closely as I do, I find myself wondering how it all actually works sometimes.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-foundation.org/weblogs/lwf/2008/01/17/cleaning-up-after-the-holidays/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
