Slashdot Log In
Linux Kernel 2.6.24 Released
Posted by
Soulskill
on Friday January 25, @03:34AM
from the new-toys dept.
from the new-toys dept.
LinuxFan writes "Linus Torvalds has released the 2.6.24 Linux Kernel, noting that he and most of the other key Linux developers will be flying to a conference in Australia for the next week. As the whole team will be down under while the kernel is being tested by the masses, Linus added, "Let's hope it's a good one". What's new in the latest release includes an optimized CFQ scheduler, numerous new wireless drivers, tickless kernel support for the x86-64 and PPC architectures, and much more. Time to download and start compiling."
Related Stories
Firehose:2.6.24 Linux Kernel Released by Anonymous Coward
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

Wow. Lots of stuff. (Score:5, Interesting)
Yeah tick less is fine stuff (Score:5, Informative)
more power save links (Score:3, Informative)
Re: (Score:2, Funny)
Catching up to Windows on power (Score:3, Interesting)
Re: (Score:3, Insightful)
The you write the
Re: (Score:2)
Re:Catching up to Windows on power (Score:5, Interesting)
It is sad reality the people keep mixing up technology and products.
Linux (as kernel and piece of technology) is far ahead of most OSs in power management and especially in power saving.
But. Take fresh Windows XP installation - it would give you decent up-time from single battery charge. Take Mac OS X - it would give you excellent up-time from single battery charge. Now take Linux's distro with X.Org/GNOME/KDE/etc - and it would eat any battery in under two hours.
It is possible to optimize Linux to be extremely power efficient, yet lion share of applications written for PCs simply fail on portables.
From recent example. I'm reading lots of PDF ebooks - under Mac OS. Trick is to scroll document to the end and then go back to place were you stopped: Mac OS would cache the file and hard drive will not wake up for the whole time you read thru the PDF. Linux? - Ubuntu/Kubuntu/SUSE/YellowDog were tried - hard drive is always spinning. Always. Non-stop. I stopped even trying to investigate what keeps it spinning - just went back to Mac OS. Because battery lasts under Linux for about 2 hours - while Mac OS on the aging iBook easily does 6 hours. But honestly, even if battery charge set aside, the noise produced by constantly spinning hard drive me slowly crazy.
Conclusion: excellent power management of kernel != end-user application are designed with power efficiency in mind.
P.S. Most common offenders are X.Org with its ~/.xsession-errors (as if end-users cared about all the cruft in there - developers simply do not look there at all) and syslogd which periodically (by default every 20 minutes) write marker into logs.
Re: (Score:3, Interesting)
Anti-Fragmentation? (Score:5, Insightful)
I commonly see on my desktop, after several days uptime, that quite a lot of memory is being used (and I know how to ignore cache/buffers, as well as swapcache - that isn't the issue). Logging out and logging back in returns memory to reasonable levels (and the system becomes more responsive, but then I guess if I bought more memory I could accomplish that as well). Now, I've generally read that the problem was indeed memory fragmentation, e.g. here [gnome.org], but this would be internal fragmentation inside an app, and thus not relevant to the kernel, I believe? If someone can explain this issue I'd be grateful.
Re:Anti-Fragmentation? (Score:4, Informative)
AAFBBFABCFCDBACDDBAF (not contiguous)
And now more like this:
AABBBAFFFCCCCDDFFFFF (free memory is in large contiguous chunks)
This is not something that userspace programs will notice directly, but it does affect performance of the machine. Keeping free space and other areas contiguous allows for better caching performance and faster access.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: Anti-Fragmentation? (Score:3, Informative)
x86 CPUs (and probably amd64 as well) allow the kernel to choose between two page sizes: The usual 4 kB ones and a much larger size (I thi
Merge Window? (Score:2, Interesting)
Re: (Score:2, Insightful)
Re:Merge Window? (Score:5, Funny)
if(passenger_list.contains(entire_linux_kernel_team){
flyinto(mount_everest);
output_evil_voice("muhahahhaa");
}
On the other hand, there is nothing to worry about. This feature probably was shelved and is definitely going to be in the *next* version of the OS.
Re:Merge Window? (Score:4, Funny)
Re:Merge Window? (Score:4, Funny)
Re:Merge Window? (Score:4, Funny)
Re: (Score:2)
Re: (Score:3)
Still no orinoco monitor mode (Score:2, Interesting)
Re: (Score:2)
Good point. Would anybody more e
Re: (Score:2)
Re: (Score:2)
Look at their release dates and patch revisions... none current. Kernel guys like seeing constant and timely patches. Community members who slack off are considered bad and all..
But I guess the wireless guys dont like these ad
tickless kernel support? (Score:2)
Re:tickless kernel support? (Score:5, Informative)
Re: (Score:2)
Re: (Score:3, Interesting)
I think CONFIG_HRTIMERS is already an option (may not default
Re: (Score:3, Funny)
Yay! (Score:2)
(rt61 Wireless)
I am really grateful for this release (Score:5, Funny)
Re: (Score:2)
Re:I am really grateful for this release (Score:5, Interesting)
Re: (Score:3, Interesting)
Re: (Score:3, Funny)
No they aren't!
wireless drivers (Score:2)
Re: (Score:2, Informative)
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;f=drivers/net/wireless;h=45adf0a95539e8a0ca5fddbb720319a9b7b39978;hb=HEAD [kernel.org]
If you want a suggestion on what to buy, support for Intel chipsets is very good. I have a 496
Re: (Score:2)
Re: (Score:2)
eCryptfs persistent files (Score:4, Informative)
There is another patch to provide HMAC integrity enforcement [sourceforge.net], and the kernel GIT tree for eCryptfs has a branch indicating that filename encryption is being worked on.
working great here... (Score:3, Informative)
Re: (Score:3, Insightful)
Re: (Score:2)
(Unless you use vesafb or some similar video driver.)
Re: (Score:3, Informative)
http://www.linux-foundation.org/en/Linux_Weather_Forecast/hardware#The_TTM_memory_manager [linux-foundation.org]
http://www.x.org/wiki/ttm [x.org]
http://wiki.x.org/wiki/DRI2 [x.org]
Re: (Score:2)
Re: (Score:3, Informative)
Re: (Score:2)
There is a package called kernel-package that makes thing a little easier and produces a
http://myrddin.org/howto/debian-kernel-recompiling/ [myrddin.org]
http://www.debian.org/re [debian.org]