<?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/18751/Linux_Kernel_2_6_23_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:54:34 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>A rather beefy update</title>
			<link>http://osnews.com/thread?277314</link>
			<guid isPermaLink="true">http://osnews.com/thread?277314</guid>
			<description>Just looking at the list of new features and changes this seems to be quite a significant update.<br />
<br />
Nice one.</description>
			<pubDate>Tue, 09 Oct 2007 22:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (flanque)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Driver set auto selection</title>
			<link>http://osnews.com/thread?277329</link>
			<guid isPermaLink="true">http://osnews.com/thread?277329</guid>
			<description>For some of us that like to play with the kernel, would be sweet to have a tool to make this kind of selection. I know that we don't compile the kernel every day (or every month), but would be great to have an automatic method to do that. It would easy the hard disk space and compiling time, and much more important, generate a lean kernel (even if almost everything goes as module).</description>
			<pubDate>Tue, 09 Oct 2007 23:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (acobar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Xen domU support</title>
			<link>http://osnews.com/thread?277331</link>
			<guid isPermaLink="true">http://osnews.com/thread?277331</guid>
			<description>Note that this is the paravirt_ops implementation of Xen and not the one that supports all of the great features. The paravirt_ops version is actually a good bit stripped down compared to the one you can get in kernels downloaded from xensource.com.</description>
			<pubDate>Tue, 09 Oct 2007 23:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (SEJeff)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>CFS Process scheduler</title>
			<link>http://osnews.com/thread?277332</link>
			<guid isPermaLink="true">http://osnews.com/thread?277332</guid>
			<description>Is the CFS process scheduler going to make Linux smoother for desktop use. Occasionally I will notice my Totem media player stutters when I have massive harddisk IO. I tried a similar process on Windows XP and Windows media player didn't stutter. I felt like my trusty Linux kernel had let me down. I would love to be able to have the option to optimize the kernel for non-server use when I am not using Apache and MySql in the background to test applications.Edited 2007-10-09 23:30</description>
			<pubDate>Tue, 09 Oct 2007 23:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (buff)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: CFS Process scheduler</title>
			<link>http://osnews.com/thread?277334</link>
			<guid isPermaLink="true">http://osnews.com/thread?277334</guid>
			<description>CFS is designed around preventing this kind of thing occuring by making sure nothing hogs the CPU.  Fair scheduling is a concept that is not new - FreeBSD famously uses it as did Con Kolivas' SD/RDSL schedulers.  I believe Windows prioritises certain tasks to avoid such stutters rather than being fair.</description>
			<pubDate>Tue, 09 Oct 2007 23:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (FreeGamer)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: CFS Process scheduler</title>
			<link>http://osnews.com/thread?277339</link>
			<guid isPermaLink="true">http://osnews.com/thread?277339</guid>
			<description>I found that (at least for me) with ubuntu it was kjournald being niced to -5 that caused stutter on IO; changing it to 0 fixed things, and didn't seem to catch anything else on fire.</description>
			<pubDate>Wed, 10 Oct 2007 00:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (6c1452)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: CFS Process scheduler</title>
			<link>http://osnews.com/thread?277340</link>
			<guid isPermaLink="true">http://osnews.com/thread?277340</guid>
			<description>same as the old kernel did. But on modern hardware, such automatic priority adjustment isn't needed, and it can lead to stalls...<br />
<br />
CFS might even help now. And improvements to read-ahead and the IO scheduler which I both hope to see someday ;-)<br />
<br />
Anyway, this is imho a nice kernel release.</description>
			<pubDate>Wed, 10 Oct 2007 00:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (superstoned)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Driver set auto selection</title>
			<link>http://osnews.com/thread?277347</link>
			<guid isPermaLink="true">http://osnews.com/thread?277347</guid>
			<description>&quot;make oldconfig&quot; works fine for me...  <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Wed, 10 Oct 2007 01:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (elsewhere)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277350</link>
			<guid isPermaLink="true">http://osnews.com/thread?277350</guid>
			<description>I sit and watch one of my processor cores do nothing while I'm beatin' the hell out of the other one. I compile KDE4, same result. Kernel is multicore aware, but how many apps are OpenMP leveraged?<br />
<br />
Concurrency? What's the point of all these processors if you aren't seeing them lit up?<br />
<br />
If there are any tricks in GCC that turns on both to build Inkscape, Scribus, OpenOffice, etc., I'd like to know.<br />
<br />
I want my system utilized.</description>
			<pubDate>Wed, 10 Oct 2007 02:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277353</link>
			<guid isPermaLink="true">http://osnews.com/thread?277353</guid>
			<description>I'm surprised you'd say that.  Linux seems to go out of its way to spread load across processors, even if that means moving a single threaded process back and forth between CPUs. <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
For example, on my machine here's some sample top output while listening to mp3s and loading a web page under compiz fusion:<br />
top - 22:27:59 up 1 day, 23:40, 11 users,  load average: 0.29, 0.22, 0.23<br />
Tasks: 135 total,   3 running, 132 sleeping,   0 stopped,   0 zombie<br />
Cpu0  :  0.9%us,  0.4%sy,  0.0%ni, 97.6%id,  0.3%wa,  0.0%hi,  0.7%si,  0.0%st<br />
Cpu1  :  1.3%us,  0.6%sy,  0.0%ni, 98.0%id,  0.2%wa,  0.0%hi,  0.0%si,  0.0%st<br />
Cpu2  :  1.0%us,  0.4%sy,  0.0%ni, 98.1%id,  0.5%wa,  0.0%hi,  0.0%si,  0.0%st<br />
Cpu3  :  0.9%us,  0.5%sy,  0.0%ni, 98.4%id,  0.2%wa,  0.0%hi,  0.0%si,  0.0%st<br />
<br />
notice how no CPU thread (I have 2 processors, each hyperthreaded) is at 100% idle.</description>
			<pubDate>Wed, 10 Oct 2007 02:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (Jimbo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277354</link>
			<guid isPermaLink="true">http://osnews.com/thread?277354</guid>
			<description>There isn't a big reason to make a compiler use multiple cores, because they have to process so many files it's very simple to simply run multiple instances of gcc, 1 for each file.  make -j 3 will attempt to keep 3 cores busy, but YMMV - some makefiles will break because they don't expect this.</description>
			<pubDate>Wed, 10 Oct 2007 02:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (smitty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277355</link>
			<guid isPermaLink="true">http://osnews.com/thread?277355</guid>
			<description>Typically if you're doing a compile, you don't want the compiler split between CPUs (OpenMP).  You need to just run two different instances of the compiler on different compilation units.  I think the option is &quot;make -j2&quot; where 2 is the number of CPUs you have.  I could be wrong, but look up &quot;parallel compilation&quot; in the cmake docs.  (Yes, despite my recent posting history, I was a Gentoo ricer at one point <img src="/images/emo/smile.gif" alt=";)" />  ).</description>
			<pubDate>Wed, 10 Oct 2007 02:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (PlatformAgnostic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277366</link>
			<guid isPermaLink="true">http://osnews.com/thread?277366</guid>
			<description>It's actually an (n + 1) fork and with a Pentium D 940 I do a make -j3 and all I get are 3 instances using the first core.<br />
<br />
Either GCC 4.x.x doesn't work as billed or I'm missing something else.</description>
			<pubDate>Wed, 10 Oct 2007 03:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277373</link>
			<guid isPermaLink="true">http://osnews.com/thread?277373</guid>
			<description>KDE 4 breaks, Inkscape doesn't. Ghostscript 8.60 breaks, and more. It's a crapshoot.<br />
<br />
I'm running Debian Sid Linux 2.6.22-2-amd64 x86_64</description>
			<pubDate>Wed, 10 Oct 2007 03:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Heh</title>
			<link>http://osnews.com/thread?277379</link>
			<guid isPermaLink="true">http://osnews.com/thread?277379</guid>
			<description>... And how many new regressions, I wonder?</description>
			<pubDate>Wed, 10 Oct 2007 04:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Tom K)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Heh</title>
			<link>http://osnews.com/thread?277380</link>
			<guid isPermaLink="true">http://osnews.com/thread?277380</guid>
			<description>Use a vendor kernel.</description>
			<pubDate>Wed, 10 Oct 2007 04:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: CFS Process scheduler</title>
			<link>http://osnews.com/thread?277382</link>
			<guid isPermaLink="true">http://osnews.com/thread?277382</guid>
			<description>Linux has always had these scheduler problems. CPU has probably gotten better but when a program uses a lot of IO, the rest of the system is almost dead. I really hope this has improved too now.</description>
			<pubDate>Wed, 10 Oct 2007 04:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bending Unit)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Found my flaw in Dual Core</title>
			<link>http://osnews.com/thread?277384</link>
			<guid isPermaLink="true">http://osnews.com/thread?277384</guid>
			<description>BIOS flag for threading was disabled.<br />
<br />
Works as billed now.</description>
			<pubDate>Wed, 10 Oct 2007 05:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>CFS</title>
			<link>http://osnews.com/thread?277385</link>
			<guid isPermaLink="true">http://osnews.com/thread?277385</guid>
			<description>Well I think CFS needs more time. It's really young scheduler but feels very good already. There's _a lot_ patches pending to 2.6.24 release so lot's of improvements are coming up.Edited 2007-10-10 05:23</description>
			<pubDate>Wed, 10 Oct 2007 05:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (RJop)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Heh</title>
			<link>http://osnews.com/thread?277389</link>
			<guid isPermaLink="true">http://osnews.com/thread?277389</guid>
			<description>&gt;... And how many new regressions, I wonder?<br />
<br />
There has been big changes in this kernel (scheduler replacement, rewrite of the x86 asm setup in C, etc) so yes regressions are more likely to happen, but *nobody* is forcing you to upgrade..</description>
			<pubDate>Wed, 10 Oct 2007 05:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (renox)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277392</link>
			<guid isPermaLink="true">http://osnews.com/thread?277392</guid>
			<description>you have 135 processes running - not just mp3 and a browser.<br />
That said, switching cpu all the time is a BAD thing.</description>
			<pubDate>Wed, 10 Oct 2007 05:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Matzon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>SATA</title>
			<link>http://osnews.com/thread?277393</link>
			<guid isPermaLink="true">http://osnews.com/thread?277393</guid>
			<description>Yes, SATA support is improved!<br />
<br />
Netive queing, hotplug on promise controllers, wonderful :-)</description>
			<pubDate>Wed, 10 Oct 2007 06:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (evert)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>What about really fair scheduler</title>
			<link>http://osnews.com/thread?277394</link>
			<guid isPermaLink="true">http://osnews.com/thread?277394</guid>
			<description>Do Ingo merge the concept of RFC?</description>
			<pubDate>Wed, 10 Oct 2007 06:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (rockmen1)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: CFS Process scheduler</title>
			<link>http://osnews.com/thread?277397</link>
			<guid isPermaLink="true">http://osnews.com/thread?277397</guid>
			<description>only time i have managed to get any type of stutter here is when i get a checksum attack on a torrent. and then only if the stuff im playing is stored on the same drive as the one the torrent is being saved to.<br />
<br />
i have run kernel compiles and more without any notice, and thats on the old scheduler.</description>
			<pubDate>Wed, 10 Oct 2007 06:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277399</link>
			<guid isPermaLink="true">http://osnews.com/thread?277399</guid>
			<description>top shows all tasks.<br />
<br />
even windows have multiple tasks running in the background all the time.</description>
			<pubDate>Wed, 10 Oct 2007 06:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277408</link>
			<guid isPermaLink="true">http://osnews.com/thread?277408</guid>
			<description>That said, switching cpu all the time is a BAD thing.<br />
<br />
man tasksetEdited 2007-10-10 07:56</description>
			<pubDate>Wed, 10 Oct 2007 07:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (SEJeff)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277409</link>
			<guid isPermaLink="true">http://osnews.com/thread?277409</guid>
			<description>mini:~ matzon$ man taskset<br />
No manual entry for taskset<br />
;)<br />
<br />
that said, I dont think that Mr &amp; Ms Doe will be setting processor affinity anytime soon!<br />
My point was that the OS should try to keep a thread on the same cpu as much as possible.Edited 2007-10-10 08:04</description>
			<pubDate>Wed, 10 Oct 2007 08:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (Matzon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277411</link>
			<guid isPermaLink="true">http://osnews.com/thread?277411</guid>
			<description>It doesn't do it all the time - thread rebalancing is done something like every half second iirc.<br />
It does force the newly moved thread to use a cold cache, but on the other hand, having one cpu doing nothing while another one is oversubscribed would probably be a much bigger waste.</description>
			<pubDate>Wed, 10 Oct 2007 08:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (MORB)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277412</link>
			<guid isPermaLink="true">http://osnews.com/thread?277412</guid>
			<description>It's not gcc that deals with parallel building there, it's make. And it does so by simply launching several processes at the same time, then it's up to the kernel to spread them accross the CPUs.<br />
<br />
If it doesn't work, I don't know - perhaps double check your kernel's SMP build settings?</description>
			<pubDate>Wed, 10 Oct 2007 08:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (MORB)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>CFS... cool</title>
			<link>http://osnews.com/thread?277413</link>
			<guid isPermaLink="true">http://osnews.com/thread?277413</guid>
			<description>Can't wait to try it out sometime. I wonder which distros will have this kernel version in the near future?Edited 2007-10-10 08:26</description>
			<pubDate>Wed, 10 Oct 2007 08:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (Darkelve)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>sky2</title>
			<link>http://osnews.com/thread?277416</link>
			<guid isPermaLink="true">http://osnews.com/thread?277416</guid>
			<description>With every release, I scour the changelogs for fixes to sky2 (the driver for my onboard ethernet - flaky to the point that it stops working).  In this changelog I see<br />
 <br />
 <i>commit f350339cbd0e8ed7751f98f0ef60cb3a0d410eda<br />
 Author: Stephen Hemminger <br />
 Date:   Tue Aug 21 11:10:22 2007 -0700<br />
 <br />
     sky2: don't clear phy power bits<br />
     <br />
     There are special PHY settings available on Yukon EC-U chip that<br />
     should not get cleared. This should solve mysterious errors on some<br />
     motherboards (like Gigabyte DS-3).</i><br />
 <br />
 That's my mobo; hopefully the thing is working peachy now.  The wireless situation is bad enough (though my intel 2200bg works great).  Having a flaky <i>wired</i> network connection was really annoying.  Here comes another reboot  (kernel upgrade <img src="/images/emo/smile.gif" alt=";)" />  )Edited 2007-10-10 08:52 UTC</description>
			<pubDate>Wed, 10 Oct 2007 08:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (MamiyaOtaru)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: CFS... cool</title>
			<link>http://osnews.com/thread?277423</link>
			<guid isPermaLink="true">http://osnews.com/thread?277423</guid>
			<description>CFS is available in opensuse 10.3 right now.</description>
			<pubDate>Wed, 10 Oct 2007 10:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (porcel)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277424</link>
			<guid isPermaLink="true">http://osnews.com/thread?277424</guid>
			<description>When compiling use &quot;make -jN&quot; where N is amount of cores you have. I believe SCons also takes &quot;-j&quot; switch.</description>
			<pubDate>Wed, 10 Oct 2007 10:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (zdzichu)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Driver set auto selection</title>
			<link>http://osnews.com/thread?277432</link>
			<guid isPermaLink="true">http://osnews.com/thread?277432</guid>
			<description>Yes, it does if you don't change your computers boards or if you play with the kernel on just one. I was not talking about these cases.</description>
			<pubDate>Wed, 10 Oct 2007 11:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (acobar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: What about really fair scheduler</title>
			<link>http://osnews.com/thread?277438</link>
			<guid isPermaLink="true">http://osnews.com/thread?277438</guid>
			<description>I guess you refer to Roman Zippel's scheduler (proof-of-concept, mostly).<br />
<br />
Ingo took a couple of ideas from it and wrote his own patches (since Roman didn't submit any patch himself). But those changes are queued for 2.6.24.</description>
			<pubDate>Wed, 10 Oct 2007 12:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Luis)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: CFS... cool</title>
			<link>http://osnews.com/thread?277439</link>
			<guid isPermaLink="true">http://osnews.com/thread?277439</guid>
			<description>Fedora 8 (out in a few weeks) will have 2.6.23.<br />
<br />
Mandriva 2008 has 2.6.22, but with CFS backported.</description>
			<pubDate>Wed, 10 Oct 2007 12:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Luis)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>good enough for most users</title>
			<link>http://osnews.com/thread?277442</link>
			<guid isPermaLink="true">http://osnews.com/thread?277442</guid>
			<description>I find that the linux kernel has matured to such a level that it meets my every day desktop and server needs. <br />
<br />
The above changes in this kernel are proof that these updates aren't exactly ground breaking, most of the problems have been figured out.<br />
<br />
I do look forward to more focused desktop experience (such as Con's scheduler) and a greater focus on the development of applications and desktops.<br />
<br />
With the release of KDE 4 around the corner its an exciting time for the applications world on Linux.</description>
			<pubDate>Wed, 10 Oct 2007 12:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (nighty5)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>For the users?</title>
			<link>http://osnews.com/thread?277443</link>
			<guid isPermaLink="true">http://osnews.com/thread?277443</guid>
			<description>Seeing as there are more users than hackers now, anyone care to explain what these features mean for users? <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Wed, 10 Oct 2007 12:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (PJBonoVox)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: CFS... cool</title>
			<link>http://osnews.com/thread?277446</link>
			<guid isPermaLink="true">http://osnews.com/thread?277446</guid>
			<description>That's kind of funny, since that's what I have installed x)<br />
<br />
I guess I should go and seriously stress-test my system then :-)Edited 2007-10-10 12:49</description>
			<pubDate>Wed, 10 Oct 2007 12:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (Darkelve)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: CFS Process scheduler</title>
			<link>http://osnews.com/thread?277448</link>
			<guid isPermaLink="true">http://osnews.com/thread?277448</guid>
			<description>Windows uses multmedia timers for music playback, which allow for higher-priority scheduling.  By default on Linux non-root user processes don't get the capabilities to change scheduling priorities and this is what causes the stuttering.  The caps aren't given because they could be abused to the detriment of other users.<br />
<br />
Personally I am waiting for Linux developers to come up with the idea of dividing CPU usage among users (with per-user priorities too) and within the per-user allocated time, scheduling per-process.</description>
			<pubDate>Wed, 10 Oct 2007 13:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (unavowed)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277451</link>
			<guid isPermaLink="true">http://osnews.com/thread?277451</guid>
			<description><div class="cquote">&quot;you have 135 processes running - not just mp3 and a browser. &quot; </div><br />
<br />
I think it's safe to take for granted that people are already aware of the processes relating to X11, network (et al) daemons, and so on and so forth. Plus you can garentee that the mp3 player and web browser are using more than 1 task each.</description>
			<pubDate>Wed, 10 Oct 2007 13:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Laurence)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Heh</title>
			<link>http://osnews.com/thread?277454</link>
			<guid isPermaLink="true">http://osnews.com/thread?277454</guid>
			<description>Use Linux 1.2.13. It work great.</description>
			<pubDate>Wed, 10 Oct 2007 13:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (superman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: CFS... cool</title>
			<link>http://osnews.com/thread?277458</link>
			<guid isPermaLink="true">http://osnews.com/thread?277458</guid>
			<description>RE: CFS... cool<br />
&quot;CFS is available in opensuse 10.3 right now.&quot;<br />
<br />
Hey wait a minute... OpenSUSE 10.3 has 2.6.22 and that kernel does not have CFS!Edited 2007-10-10 13:58</description>
			<pubDate>Wed, 10 Oct 2007 13:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (Darkelve)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: CFS... cool</title>
			<link>http://osnews.com/thread?277472</link>
			<guid isPermaLink="true">http://osnews.com/thread?277472</guid>
			<description>Yes, it does through a patch, as noted on the article on:<br />
&quot;<a href="http://people.redhat.com/mingo/cfs-scheduler/" rel="nofollow">http://people.redhat.com/mingo/cfs-scheduler/</a>&quot;</description>
			<pubDate>Wed, 10 Oct 2007 14:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (acobar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Driver set auto selection</title>
			<link>http://osnews.com/thread?277473</link>
			<guid isPermaLink="true">http://osnews.com/thread?277473</guid>
			<description>I'm not sure if I understand. You want a tool that would examine a system and produce the minimal kernel config that would cover all the system needs?<br />
<br />
First of all, it's a chicken and egg problem. I'm not sure if you can discover certain system capabilities if the kernel doesn't already offer support for that capability. So you'd need a &quot;full&quot; featured kernel to produce the leaner one.<br />
<br />
Second, some hardware is pluggable. USB printers, for instance. There's no way for a diagnostics tool to realise you need USB printer support unless you have one plugged in and turned on at examination time and if, again, you don't already have support for that.<br />
<br />
So I'm afraid that in the end the human is needed to project everything that would be needed in a kernel.</description>
			<pubDate>Wed, 10 Oct 2007 14:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (wirespot)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277495</link>
			<guid isPermaLink="true">http://osnews.com/thread?277495</guid>
			<description><div class="cquote">That said, switching cpu all the time is a BAD thing. </div><br />
<br />
I agree completely, I'm surprised more people didn't pick up on that.  Its one thing to have a not-so-intensive processed moved out of the way for a process that will max out the CPU.... but I've seen cases where there's just one really intensive process, and linux is moving it back and forth between processors!  It makes no sense, not only does it take unnecessary time to move all of the register data over, but it totally kills the CPU cache!  These days CPUs are more and more reliant on cache, just a few years ago CPUs had 256, maybe 512 kilobytes of cache.  Now they have at least 2 megs.  Hopefully this new CFS process scheduler will reduce this strange behavior.</description>
			<pubDate>Wed, 10 Oct 2007 15:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (Jimbo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Driver set auto selection</title>
			<link>http://osnews.com/thread?277496</link>
			<guid isPermaLink="true">http://osnews.com/thread?277496</guid>
			<description>I agree there has to be a full blown kernel the first time the system is runnning. Thereafter a simple parse from lsmod <br />
lsmod:<br />
-------<br />
Module                  Size  Used by<br />
vmnet                  38416  13 <br />
vmblock                15520  3 <br />
vmmon                 929636  0 <br />
nvidia               6211568  24 <br />
i2c_core               21632  1 nvidia<br />
snd_intel8x0           29852  1 <br />
snd_bt87x              14792  0 <br />
snd_ac97_codec         89632  1 snd_intel8x0<br />
snd_pcm                63620  3 snd_intel8x0,snd_bt87x,snd_ac97_codec<br />
snd_timer              20100  1 snd_pcm<br />
snd                    37060  7 snd_intel8x0,snd_bt87x,snd_ac97_codec,snd_pcm,snd_timer <br />
snd_page_alloc         11272  3 snd_intel8x0,snd_bt87x,snd_pcm<br />
ac97_bus                6016  1 snd_ac97_codec<br />
----------<br />
should be enough to build a kernel with a leaner config.<br />
<br />
<i>So I'm afraid that in the end the human is needed to project everything that would be needed in a kernel.</i><br />
<br />
Yeah a human to code.</description>
			<pubDate>Wed, 10 Oct 2007 15:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (netpython)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>a userspace driver framework</title>
			<link>http://osnews.com/thread?277498</link>
			<guid isPermaLink="true">http://osnews.com/thread?277498</guid>
			<description>&quot;a userspace driver framework&quot;<br />
<br />
Now, I don't know anything about this, or where to find information on the development, but does this seem like big news to anyone else?  Weren't userspace drivers one of the contentions of the &quot;microkernel&quot; crowd in the debate between Tanenbaum (of Minix) and Linus?<br />
<br />
If &quot;a userspace driver framework&quot; is what it sounds like, then that could push non-gpl software out of the kernel, bring some stability to the kernel, and even do the Minix thing where faulty drivers are just restarted when they crash (the &quot;healing OS&quot; or whatever).  Or is this not that kind of framework?</description>
			<pubDate>Wed, 10 Oct 2007 16:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (25bravo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: CFS... cool</title>
			<link>http://osnews.com/thread?277502</link>
			<guid isPermaLink="true">http://osnews.com/thread?277502</guid>
			<description>does not matter,<br />
2.6.23 is the first kernel that has cfs included, but patches are known since 2.6.21<br />
So, suse simply has 2.6.22 + CFSv20.x<br />
I hope though that suse implemented latest cfs as versions cfs 20.x caused serious problems with wireles + WPA2, also playing CD with amarok messed sound.<br />
These seems to be fixed in cfs provided with 2.6.23<br />
<br />
some issues still are not resolved though (e.g. amarok + CD play + touchpad = pointer slow. Same combination with standard mouse works)</description>
			<pubDate>Wed, 10 Oct 2007 16:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (broch)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: a userspace driver framework</title>
			<link>http://osnews.com/thread?277504</link>
			<guid isPermaLink="true">http://osnews.com/thread?277504</guid>
			<description>Here's a link to the description:<br />
<br />
<a href="http://kernelnewbies.org/Linux_2_6_23#head-487ea010dd33e20f8b369dd252f3f7f459d41a6c" rel="nofollow">http://kernelnewbies.org/Linux_2_6_23#head-487ea010dd33e20f8b369dd2...</a> <br />
<br />
And here's more info:<br />
<br />
<a href="http://lwn.net/Articles/232575/" rel="nofollow">http://lwn.net/Articles/232575/</a><br />
<br />
reading it now</description>
			<pubDate>Wed, 10 Oct 2007 16:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (25bravo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Driver set auto selection</title>
			<link>http://osnews.com/thread?277511</link>
			<guid isPermaLink="true">http://osnews.com/thread?277511</guid>
			<description>My wish was not to cut totally the human interaction on kernel configuration, just to be a little more sane on the amount of information we, humans, need to process when setting a basically new machine.<br />
<br />
Also, realize that when you setup a new computer, the kernel that cames with your distro already has almost everything plus kitchen sink compiled.<br />
<br />
So, basically what I was thinking about is this:<br />
- got a new or updated computer;<br />
- install the distro kernel;<br />
- run a program to analyze your hardware and cut things you are not going to use (could have a guess level) that generates a valid minimum (or almost) .config;<br />
- run make menuconfig (or even oldconfig) to do the tweaks.<br />
<br />
Realize that, as the kernel keep getting more and more drivers and settings, the time needed to tweak it get bigger and bigger.<br />
<br />
Also, such tool can help when you want a lean kernel for a particular machine you are not going to touch anymore (or almost).</description>
			<pubDate>Wed, 10 Oct 2007 17:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (acobar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: CFS... cool</title>
			<link>http://osnews.com/thread?277515</link>
			<guid isPermaLink="true">http://osnews.com/thread?277515</guid>
			<description>CFS is available in FC6, F7 (last kernel update).<br />
F8 will have CFS.<br />
<br />
Edit : some s/FC/F/Edited 2007-10-10 17:33</description>
			<pubDate>Wed, 10 Oct 2007 17:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (superman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: CFS... cool</title>
			<link>http://osnews.com/thread?277517</link>
			<guid isPermaLink="true">http://osnews.com/thread?277517</guid>
			<description>Do not forget to try Gentoo or Arch <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Wed, 10 Oct 2007 17:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (mtasic85)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>SuSE and CFS?</title>
			<link>http://osnews.com/thread?277539</link>
			<guid isPermaLink="true">http://osnews.com/thread?277539</guid>
			<description>When Ingo Molnar released the CFS patches for earlier Kernel versions I was bold enough to write to the openSUSE kernel mailing list and ask if there's a chance that the patches would be merged. The answer was negative. It was explained to me that the distribution was already in feature freeze at that time and that the SuSE kernel maintainers didn't trust the CFS yet due to some alleged performance regressions.<br />
<br />
So, did something change in the time between my mail and release or are people here suffering from wishful thinking?</description>
			<pubDate>Wed, 10 Oct 2007 20:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Erunno)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>SuSE and CFS?</title>
			<link>http://osnews.com/thread?277541</link>
			<guid isPermaLink="true">http://osnews.com/thread?277541</guid>
			<description>@Erunno,<br />
A lot has changed in CFS. Ingo and crew have worked very diligently to improve CFS to the point where is has very few if any regressions. Once you try the new CFS code it is very unlikely you will want to go back to what ever you were using. It is not perfect (yet) <img src="/images/emo/smile.gif" alt=";)" /> , but Ingo and crew are working *DANG* hard to make it as close to perfect as possible.<br />
<br />
Happy Computing</description>
			<pubDate>Wed, 10 Oct 2007 20:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (rhyotte)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: SuSE and CFS?</title>
			<link>http://osnews.com/thread?277546</link>
			<guid isPermaLink="true">http://osnews.com/thread?277546</guid>
			<description>That's probably why one of the SuSE kernel maintainers said &quot;Let it cook some more&quot; to me so I do not doubt that CFS has improved in the meantime. I was just curious if CFS was merged into the 10.3 kernel as some people here claim.</description>
			<pubDate>Wed, 10 Oct 2007 20:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (Erunno)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Driver set auto selection</title>
			<link>http://osnews.com/thread?277553</link>
			<guid isPermaLink="true">http://osnews.com/thread?277553</guid>
			<description>And who's going to load just the modules that are actually needed by the machine? Modules get loaded automatically when a program attempts to access the relevant /dev devices. Some of them need configuration (module parameters and device-module aliasing) to work. Who's going to do that? Teoretically you could design software that can probe all the /dev entries known to mankind and still not obtain 100% accurate results.<br />
<br />
And in order to do that you'd need to do what distro's already do (put together a full kernel), except instead of leaving it there and using what you need, you attempt to conduct a complicated hardware investigation, error prone, with the end result of deleting the full kernel you went to the trouble of producing and using a smaller subset of it.<br />
<br />
And for what? You're losing perspective. Just to obtain a more lightweight kernel? Why? What distro's do today makes much more sense. Provide the full kernel and make software that looks at the hardware and uses the appropriate drivers.<br />
<br />
I honestly don't see what a lightweight kernel would accomplish. The only time when kernel size matters is on small boot devices that simply don't have the space, but there are techniques to go around that.</description>
			<pubDate>Wed, 10 Oct 2007 22:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (wirespot)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: What about really fair scheduler</title>
			<link>http://osnews.com/thread?277555</link>
			<guid isPermaLink="true">http://osnews.com/thread?277555</guid>
			<description>He prefer KFC.</description>
			<pubDate>Wed, 10 Oct 2007 22:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (bsdnewbieee)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Driver set auto selection</title>
			<link>http://osnews.com/thread?277574</link>
			<guid isPermaLink="true">http://osnews.com/thread?277574</guid>
			<description>This is not how things work on linux, at least, not since udev started to be used, it was partially true on devfs era. Today almost all computers and devices come in one or another PnP flavor and they generate the appropriate event about their existence (and luckily, the kernel will recognize it). Your assertion about checking each /dev/* is flawed on these days. See the udev faq (small fraction follow):<br />
<br />
&quot;Q: Oh come on, pretty please.  It can't be that hard to do.<br />
A: Such a functionality isn't needed on a properly configured system. All devices present on the system should generate hotplug events, loading the appropriate driver, and udev will notice and create the appropriate device node.  If you don't want to keep all drivers for your hardware in memory, then use something else to manage your modules (scripts, modules.conf, etc.)  This is not a task for udev.<br />
<br />
Q: But I love that feature of devfs, please?<br />
A: The devfs approach caused a lot of spurious modprobe attempts as programs probed to see if devices were present or not. Every probe attempt created a process to run modprobe, almost all of which were spurious.&quot;<br />
<br />
In other words, YES, it would be possible to streamline your kernel in a bit more sane way today (think about all the options you must turn off and also, what you should not touch, because, as you know, there are some interdependencies between some modules), without have to fight against kernel building failures.<br />
<br />
Is the effort worth on face of all hassling? For some of us YES.</description>
			<pubDate>Thu, 11 Oct 2007 01:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (acobar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Driver set auto selection</title>
			<link>http://osnews.com/thread?277600</link>
			<guid isPermaLink="true">http://osnews.com/thread?277600</guid>
			<description>in essence, just build the kernel with everything non essential to boot as modules, and your kernel will be as small as required, since only stuff you use will be loaded...<br />
<br />
and with this in mind, there are 2 choices:<br />
<br />
1(for the person not caring about disk space): build ALL shit as modules, since we know only required stuff will be loaded<br />
<br />
2(for people caring about disk space): build only modules you actually want</description>
			<pubDate>Thu, 11 Oct 2007 05:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Redeeman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: CFS... cool</title>
			<link>http://osnews.com/thread?277605</link>
			<guid isPermaLink="true">http://osnews.com/thread?277605</guid>
			<description>Oh, okay then.</description>
			<pubDate>Thu, 11 Oct 2007 06:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (Darkelve)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Fantastic! Now can we get multicore App support</title>
			<link>http://osnews.com/thread?277727</link>
			<guid isPermaLink="true">http://osnews.com/thread?277727</guid>
			<description>&quot;My point was that the OS should try to keep a thread on the same cpu as much as possible.&quot;<br />
<br />
It does try to keep a process running on the same CPU for as long as possible. But it does that for _all_ processes.<br />
<br />
CPU affinity is always being recalculated, and when you see a process jumping from one CPU to the next, remember that between those jumps there were thousands of context switches where that process was kept on the same CPU. It just happened that, at that time, the decision was made to boost the affinity of another process, because that made more sense.<br />
<br />
Besides, the kernel is aware of Hyperthreading/dual-core issues, and knows that the penalty to move a process between cores in the same physical CPU is _much_ less expensive than moving it across physical CPUs, because cores share caches (if not L2, at least an L3 cache).<br />
<br />
Now, if you want the best performance from your system, moving processes across CPUs is the best option. If, on the other hand, you want the best performance from a particular process -- or a predictable response time/realtime -- then the best option is to keep a process on the same CPU without thinking how that hits other processes, and you can use taskset for that.</description>
			<pubDate>Thu, 11 Oct 2007 19:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (CrLf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: CFS... cool</title>
			<link>http://osnews.com/thread?278012</link>
			<guid isPermaLink="true">http://osnews.com/thread?278012</guid>
			<description>In Yast, go to system-&gt;System Settings and enable it if it isn't already.</description>
			<pubDate>Fri, 12 Oct 2007 20:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (porcel)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
