<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/17165/Linux_Kernel_2_6_20_Released</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 24 Nov 2009 17:41:22 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Congratulations</title>
			<link>http://osnews.com/thread?209099</link>
			<guid isPermaLink="true">http://osnews.com/thread?209099</guid>
			<description>Wheee.. Grats to all devs, testers and well users!</description>
			<pubDate>Sun, 04 Feb 2007 21:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (mnem0)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>mirror</title>
			<link>http://osnews.com/thread?209122</link>
			<guid isPermaLink="true">http://osnews.com/thread?209122</guid>
			<description>Here's a link to the google cache of the changelog; it's a bit down now: <a href="http://64.233.167.104/search?q=cache:DeB7M2cAS8gJ:kernelnewbies.org/Linux_2_6_20+http://kernelnewbies.org/Linux_2_6_20&amp;hl=en&amp;client=firefox-a&amp;strip=1" rel="nofollow">http://64.233.167.104/search?q=cache:DeB7M2cAS8gJ:kernelnewbies.org...</a> Edited 2007-02-04 22:45</description>
			<pubDate>Sun, 04 Feb 2007 22:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (diegocg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>the best</title>
			<link>http://osnews.com/thread?209126</link>
			<guid isPermaLink="true">http://osnews.com/thread?209126</guid>
			<description>The best part of this OS, apart from the GNUish thing :o)</description>
			<pubDate>Sun, 04 Feb 2007 22:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (Oliver)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Hmm...</title>
			<link>http://osnews.com/thread?209145</link>
			<guid isPermaLink="true">http://osnews.com/thread?209145</guid>
			<description>x86 relocateability? I have not checked the changelog, but whats that?Browser: Opera/8.01 (J2ME/MIDP; Opera Mini/3.0.6636/1558; nb; U; ssr)</description>
			<pubDate>Sun, 04 Feb 2007 23:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Hmm...</title>
			<link>http://osnews.com/thread?209157</link>
			<guid isPermaLink="true">http://osnews.com/thread?209157</guid>
			<description>Allows you to load the kernel at a different address.  e.g. I think for kdump you don't need a separately compiled kernel for your dump kernel anymore (previously you needed one that was compiled for a different, fixed base address).</description>
			<pubDate>Mon, 05 Feb 2007 00:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Mark Williamson)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Hmpf!!</title>
			<link>http://osnews.com/thread?209167</link>
			<guid isPermaLink="true">http://osnews.com/thread?209167</guid>
			<description>And I just spent the evening downloading and compiling the latest release candidate! Thanx Linus &amp; Co for rendering that effort superfluous! <br />
<br />
BTW, I didn't get 8.33.6 ATI fglrx 3D drivers to work with RC7. Anyone knows if there is a driver version that works with 2.6.20?</description>
			<pubDate>Mon, 05 Feb 2007 00:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (korpenkraxar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>x86 microoptimizations</title>
			<link>http://osnews.com/thread?209173</link>
			<guid isPermaLink="true">http://osnews.com/thread?209173</guid>
			<description>Does that mean more speed?</description>
			<pubDate>Mon, 05 Feb 2007 01:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (halfmanhalfamazing)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: x86 microoptimizations</title>
			<link>http://osnews.com/thread?209174</link>
			<guid isPermaLink="true">http://osnews.com/thread?209174</guid>
			<description>Yes, but not much.<br />
<br />
small microoptimizations in x86 (sleazy FPU, regparm, support for the Processor Data Area, optimizations for the Core 2 platform)<br />
<br />
Sleazy FPU and regparm seem to be defaults in x86-64 already, and were just ported back to x86.</description>
			<pubDate>Mon, 05 Feb 2007 01:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (smitty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Hmm...</title>
			<link>http://osnews.com/thread?209197</link>
			<guid isPermaLink="true">http://osnews.com/thread?209197</guid>
			<description>Like Mark said, previous kernel releases needed a second kernel image in order to handle crash dumps.  A bunch of releases ago, the Linux kernel added kexec, a method of loading a Linux kernel image from the running kernel and turning control over to the new kernel instance.  This allowed Linux to finally have crash dump support via kdump.  The new image needs to be able to dump the old kernel image, so it obviously can't be loaded into the same memory range as the old image.<br />
<br />
The new system allows kexec to load the same kernel image into a different memory range, so you don't need to jump through hoops to get a crash dump.  It would be &quot;cooler&quot; if Linux had dump routines that could run from within the crashing kernel, but that requires being very careful and having access to a raw block device dedicated for dumps.  You can't take page faults or service interrupts from dump routines that run inside a crashing kernel, so the Linux kexec/kdump approach is a more conservative design.<br />
<br />
I'm not completely sure if the dump image can continue to run the system after the dump.  If a new production image can be loaded via kexec into the original memory range, I believe that this capability would place Linux ahead of all commercial UNIX implementations in terms of downtime due to a crash dump.  Very impressive!</description>
			<pubDate>Mon, 05 Feb 2007 03:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (butters)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Congratulations</title>
			<link>http://osnews.com/thread?209201</link>
			<guid isPermaLink="true">http://osnews.com/thread?209201</guid>
			<description>There are a lot of significant new features in this release!  Two new virtualization interfaces (finally paravirt_ops made it in), a new architecture (Cell/PS3), and the lockless radix tree reads (for the dcache) should be just the ticket for scaling to 2048 CPUs and possibly beyond (they'll have to slow down and wait for the systems vendors to catch up ;-)<br />
<br />
Basically, there's a lot of stuff in here that should scare the pants off the big UNIX guys (myself included, but I like to root for the underdog... too bad about the bears).</description>
			<pubDate>Mon, 05 Feb 2007 04:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (butters)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Great job!</title>
			<link>http://osnews.com/thread?209204</link>
			<guid isPermaLink="true">http://osnews.com/thread?209204</guid>
			<description>Now hopefully it won't take much time for Debian kernel engineers to role it out. Otherwise, I'll just role my own again.</description>
			<pubDate>Mon, 05 Feb 2007 04:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Netfilter Changes</title>
			<link>http://osnews.com/thread?209224</link>
			<guid isPermaLink="true">http://osnews.com/thread?209224</guid>
			<description>Just discovered the hard way that the netfilter team has made some structural changes that could impact existing iptables scripts/utilities you may run.<br />
<br />
On Suse 10.2, Susefirewall2 was borked as soon as I compiled 2.6.20, only way to use the network was to disable it altogether.<br />
<br />
Take a close look through your config settings for netfiltering, apparently with 2.6.20 kconfig unsets some of the options due to the transition to a new framework, including some of the modules and targets needed for standard use. (Here's Linus' typically, er, diplomatic explanation <img src="/images/emo/wink.gif" alt=";)" />  <a href="http://lkml.org/lkml/2007/1/9/217" rel="nofollow">http://lkml.org/lkml/2007/1/9/217</a> ) After a couple of rounds of rebuilding those modules/configs, I gave up troubleshooting what was missing and pretty much enabled everything under the now deprecated framework.<br />
<br />
YMMV.</description>
			<pubDate>Mon, 05 Feb 2007 06:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (elsewhere)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>go linux</title>
			<link>http://osnews.com/thread?209230</link>
			<guid isPermaLink="true">http://osnews.com/thread?209230</guid>
			<description>yes another linux version- in your face eugenia &quot;sucki loli&quot;</description>
			<pubDate>Mon, 05 Feb 2007 07:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (jango)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Responsiveness</title>
			<link>http://osnews.com/thread?209237</link>
			<guid isPermaLink="true">http://osnews.com/thread?209237</guid>
			<description>Does this correct the issue of wireless speed dropping/connection dropping when under a heavy load, that is, when ripping from a cd for example?</description>
			<pubDate>Mon, 05 Feb 2007 07:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (kaiwai)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Netfilter Changes</title>
			<link>http://osnews.com/thread?209239</link>
			<guid isPermaLink="true">http://osnews.com/thread?209239</guid>
			<description>Read the reply - need I say, he is a more patient man than what I would be like in those circumstances <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Mon, 05 Feb 2007 08:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (kaiwai)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Hmpf!!</title>
			<link>http://osnews.com/thread?209252</link>
			<guid isPermaLink="true">http://osnews.com/thread?209252</guid>
			<description>try this:<br />
<a href="http://bugs.gentoo.org/show_bug.cgi?id=161378" rel="nofollow">http://bugs.gentoo.org/show_bug.cgi?id=161378</a></description>
			<pubDate>Mon, 05 Feb 2007 08:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (prymitive)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Hmm...</title>
			<link>http://osnews.com/thread?209264</link>
			<guid isPermaLink="true">http://osnews.com/thread?209264</guid>
			<description>hmm, impressive indeed.<br />
<br />
still, there would be the chance of it going from crash to crash. thereby getting nothing done as the kernel is to occupied firing up a new version of itself to take over for the old.</description>
			<pubDate>Mon, 05 Feb 2007 09:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Fault injection</title>
			<link>http://osnews.com/thread?209271</link>
			<guid isPermaLink="true">http://osnews.com/thread?209271</guid>
			<description>No thanks, like there aren't already enough faults in the damn thing!</description>
			<pubDate>Mon, 05 Feb 2007 11:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (Jeddacarn)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Netfilter Changes</title>
			<link>http://osnews.com/thread?209276</link>
			<guid isPermaLink="true">http://osnews.com/thread?209276</guid>
			<description>Just discovered the hard way that the netfilter team has made some structural changes that could impact existing iptables scripts/utilities you may run.<br />
<br />
Oh, please, not again. This is, I'm not sure, the third time?, I'm forced to recheck every option because they screw up with the config names.</description>
			<pubDate>Mon, 05 Feb 2007 11:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (GhePeU)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Fault injection</title>
			<link>http://osnews.com/thread?209282</link>
			<guid isPermaLink="true">http://osnews.com/thread?209282</guid>
			<description>I don't get your point... Maybe you forgot a smile in your post? <img src="/images/emo/smile.gif" alt=";)" />  If you didn't, just relax - noone forces you to use Linux! <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Mon, 05 Feb 2007 13:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (tacit_one)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Hmm...</title>
			<link>http://osnews.com/thread?209285</link>
			<guid isPermaLink="true">http://osnews.com/thread?209285</guid>
			<description>But this is fairly simple to test for.  If it happens, the system can just die like it does now.</description>
			<pubDate>Mon, 05 Feb 2007 13:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (stestagg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Responsiveness</title>
			<link>http://osnews.com/thread?209303</link>
			<guid isPermaLink="true">http://osnews.com/thread?209303</guid>
			<description>There exists a bug like that (wireless drops when system under 'heavy' load)?<br />
<br />
If so, I'd like to know since then I might be affected by that myself.Edited 2007-02-05 14:57</description>
			<pubDate>Mon, 05 Feb 2007 14:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (Darkelve)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Hmpf!!</title>
			<link>http://osnews.com/thread?209305</link>
			<guid isPermaLink="true">http://osnews.com/thread?209305</guid>
			<description>There's a patch for ati-drivers 8.33.6 in Gentoo's portage. Works for me&amp;#8482;.</description>
			<pubDate>Mon, 05 Feb 2007 15:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (antoszka)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Responsiveness</title>
			<link>http://osnews.com/thread?209350</link>
			<guid isPermaLink="true">http://osnews.com/thread?209350</guid>
			<description>There could be a hundred reasons why the system slows wireless transfers when there is a heavy I/O load.  One could be that the computer isn't fast enough to do both at the same time.  More likely, the DVD burner is running as a very high priority process to prevent turning the DVD-R into a beer coaster at the expense of wireless transfer performance.  Processing power and I/O are not infinite.</description>
			<pubDate>Mon, 05 Feb 2007 17:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (Shaman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Responsiveness</title>
			<link>http://osnews.com/thread?209355</link>
			<guid isPermaLink="true">http://osnews.com/thread?209355</guid>
			<description>That is incorrect; the computer is 'powerful enough' given that I've accomplished the same task under Windows XP without any problems.<br />
<br />
As a side note, I was not burning a cd, but ripping audio from a cd - this is on a Toshiba A100, 1.73Ghz Core Duo, 1gig ram etc. so its hardly an 'under spec'ed' machine.<br />
<br />
The cause of the problem is more due to bad scheduler rather than an under powered machine.</description>
			<pubDate>Mon, 05 Feb 2007 17:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (kaiwai)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Sniff</title>
			<link>http://osnews.com/thread?209364</link>
			<guid isPermaLink="true">http://osnews.com/thread?209364</guid>
			<description>And it was only a short time ago when 2.2 was announced. <img src="/images/emo/smile.gif" alt=";)" />  <br />
<br />
From a long time Linux users perspective, I believe Linux development has grown more in the last two years than the previous 10 years before that combined. <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Mon, 05 Feb 2007 18:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Caspian)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Responsiveness</title>
			<link>http://osnews.com/thread?209369</link>
			<guid isPermaLink="true">http://osnews.com/thread?209369</guid>
			<description><b> The cause of the problem is more due to bad scheduler rather than an under powered machine.</b><br />
<br />
It's never happened to me, I regularly do what you're describing, ripping from CD/DVD.  It sounds like you have IRQ issues, try checking your dmesg output for &quot;use pci=irqroute&quot; errors or something like that. Or switch schedulers if that's what you think it is - I assure you that it's a bad assumption.</description>
			<pubDate>Mon, 05 Feb 2007 18:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (Shaman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>wireless NAS +</title>
			<link>http://osnews.com/thread?209449</link>
			<guid isPermaLink="true">http://osnews.com/thread?209449</guid>
			<description>so is there now a livecd/USB key with this ?, perhaps a wireless(Belkin F5d7050)/wired NAS plus a (usb)DVB-T server and web front end for controlling all the options.Edited 2007-02-05 22:09</description>
			<pubDate>Mon, 05 Feb 2007 22:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (popper)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Responsiveness</title>
			<link>http://osnews.com/thread?209553</link>
			<guid isPermaLink="true">http://osnews.com/thread?209553</guid>
			<description>It's never happened to me, I regularly do what you're describing, ripping from CD/DVD. It sounds like you have IRQ issues, try checking your dmesg output for &quot;use pci=irqroute&quot; errors or something like that. Or switch schedulers if that's what you think it is - I assure you that it's a bad assumption.<br />
<br />
I've just checked it with OpenBSD, and I don't see the same problem - oh well; I'll go with Windows Vista until such time the problem has been fixed with Linux; I shouldn't need to jump through hoops just to get basic functionality up and running.</description>
			<pubDate>Tue, 06 Feb 2007 03:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (kaiwai)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Responsiveness</title>
			<link>http://osnews.com/thread?209601</link>
			<guid isPermaLink="true">http://osnews.com/thread?209601</guid>
			<description>Can we say, &quot;Try a different distribution?&quot;</description>
			<pubDate>Tue, 06 Feb 2007 08:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (SEJeff)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Responsiveness</title>
			<link>http://osnews.com/thread?209638</link>
			<guid isPermaLink="true">http://osnews.com/thread?209638</guid>
			<description>What you say is stupid : ripping a CD on a 1.73 GHz PC never was a heavy load to begin with. It won't tax the IO nor any scheduler. What is this nonsense ?<br />
And the scheduler sure enough isn't bad.<br />
I wouldn't be surprised that your wireless card driver (or even the hardware) is the culprit here.<br />
Try the same thing you're doing with an ethernet cable, and see if your bandwidth is decreasing, instead of saying such nonsense.</description>
			<pubDate>Tue, 06 Feb 2007 12:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (Ookaze)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Responsiveness</title>
			<link>http://osnews.com/thread?209651</link>
			<guid isPermaLink="true">http://osnews.com/thread?209651</guid>
			<description>Your wireless speed dropping/connection dropping when under a heavy load, that is, when ripping from a cd for example sounds pretty much like a driver/acpi/irq problem. OpenBSD has good wireless drivers, so does Windows; there you have a clue to start searching the source of problems.</description>
			<pubDate>Tue, 06 Feb 2007 14:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (diegocg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Responsiveness</title>
			<link>http://osnews.com/thread?209655</link>
			<guid isPermaLink="true">http://osnews.com/thread?209655</guid>
			<description>How about mac OSX? Good drivers, bad, or so-so?<br />
<br />
Thinking about getting me a McMchine, so I'm interested to know.Edited 2007-02-06 14:45</description>
			<pubDate>Tue, 06 Feb 2007 14:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Darkelve)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: Responsiveness</title>
			<link>http://osnews.com/thread?209669</link>
			<guid isPermaLink="true">http://osnews.com/thread?209669</guid>
			<description>I suppose it depends if the vendors puts OS X stick in the box or not</description>
			<pubDate>Tue, 06 Feb 2007 15:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (diegocg)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
