Linux 2.6.22 Kernel Released 273
An anonymous reader writes "Linux creator Linus Torvalds announced the official release of the 2.6.22 kernel: 'It's out there now (or at least in the process of mirroring out — if you don't see everything, give it a bit of time).' The previous stable kernel, 2.6.21, was released a little over two months ago. New features in the 2.6.22 kernel include a SLUB allocator which replaces the slab allocator, a new wireless stack, a new Firewire stack, and support for the Blackfin architecture. Source-level changes can be tracked via the gitweb interface to Linus' kernel tree."
Comment removed (Score:2, Informative)
Re:What's SLUB? (Score:5, Informative)
There for you, help yourself.
BTW in short plain english, it adds some voodoo stuff to struct page, removes a lot of metadata cruft from the slab allocator, adds lesser and simple locking after removing most of locks which are not required because of the changes in the cache layer.
So if you are running your kernel on a huge farm of processors of the order of thousand(s), you ll find a remarkable memory saving, which is a big overhead in slab allocation.
HTH
Re:GPL v3 (Score:2, Informative)
But is disk IO fixed on amd64? (Score:2, Informative)
I thought I was going crazy, being on 2.6.18 and discovering that any disk activity slows down the whole system, let alone accesses to any other disk.
Then I found a 19-page thread on the gentoo forums that says I'm not alone and it's not unique to a particular chipset:
http://forums.gentoo.org/viewtopic-t-482731-start
(with evidence that the deadline scheduler may alleviate _some_ of the problem but not the root cause)
And more importantly the kernel bug report here:
http://bugzilla.kernel.org/show_bug.cgi?id=7372 [kernel.org]
So I'm happy people aren't ignoring the problem.
Why can't we have a 2.7 kernel for this stuff?
YOU are the troll (Score:2, Informative)
Slashdotted, use the cache: (Score:2, Informative)
Re:question on the wireless (Score:4, Informative)
I would recommend using one of the PCMCIA cards instead. Find one that uses the Anthros chipset. I picked up a D-LINK one that was recognised by Dapper Drake. I didn't need to install NDIS Wrapper of Network Manager. I don't remember the model number of the card, but setting it up was as easy as setting it up in Windows except I didn't need to use the setup CD that came with it. Dapper recognised it as an Unknown Wireless. Properties showed it has an Anthros chipset made by D-Link. From there I gave it a static IP on my LAN and plugged in the WEP key after picking my SSID from a list. I added some DNS listings and put in the gateway address of my router and I was online. There have been some difficulty with configuring many of the USB cards. Check the forums and purchase carefully.
Re:Headline does not match the story (Score:2, Informative)
http://forums.gentoo.org/viewtopic-t-482731-start
"... And of course all along I've been experiencing the slowdowns with the SATA (now back to IDE) disk access mentioned at the beginning of this thread."
http://bugzilla.kernel.org/show_bug.cgi?id=7372 [kernel.org]
"... The only thing related to libata I can think of is NCQ interacting badly with io scheduler..."
"...Yes, and this means that the problem is getting worse with TCQ/NCQ enabled, but
it is not the root cause."
This issue really is about disk IO performance in general, not specifically CD burning! Please don't make light of what is a very serious problem. It was at a point today where I had a hard time even starting "top" today during some DV video playback. Unacceptable.
Re:What is this? (Score:4, Informative)
Re:But is disk IO fixed on amd64? (Score:3, Informative)
Re:Goto considered harmful? (Score:3, Informative)
Re:New wireless stack? Firewire stack? WTF? (Score:3, Informative)
http://www.linux.com/feature/115767 [linux.com]
Re:Headline does not match the story (Score:3, Informative)
I'd suggest http://bugzilla.kernel.org/show_bug.cgi?id=7372#c
Re:question on the wireless (Score:3, Informative)
I'd be careful about anything with a Broadcom chip. There is a Broadcom driver for Linux, but it doesn't always work. The alternative is ndiswrapper which can somehow make a Windows driver work under Linux. My experience was that setting up ndiswrapper was not much fun. Not knocking ndiswrapper -- I'm utterly astounded that it works at all
Re:Anybody (Score:4, Informative)
Second now there are less threads in the firewire subsystem, which is indeed good because kernel threads are really really a very stupid idea.
Last but not the least i have used TI firewire chipset with Basler IEE1394 cameras under Linux and trust me they knock teeth out of Windows Firewire stack.It was good and performed good even with two cameras working in real time image inspections.
I suspect the current stack is going to work atleast similar if not better, though i ll bet on it being better.This is a good sign also, as there is no point in patching things but point is in writing the whole messy thing again.And here we are.... hey wait TTY layer ...any takers? please :-)
Re:New wireless stack? Firewire stack? WTF? (Score:2, Informative)
Re:But is disk IO fixed on amd64? (Score:4, Informative)
"Because Linus said so" is in fact not a particularly valid answer. Yes, Linus has the right to choose the development structure the kernel is now using, but that doesn't mean it is the best way to do it for everybody. dropping the distinction between "stable" and "development" versions was a sloppy, lazy move that simply pushed the responsibility for maintaining stable released off onto the distributors. That has essentially duplicated the work a hundred-fold, because each distribution must do the work themselves. We're told that this is a "better" arrangement, but it is clearly only better for Linus and the kernel developers, because they get to do less work and be lazy when it comes to making changes: "Want to rip out the allocator and replace it with a largely untested one? Sure, why not! Making sure everything works is the distributors problem, not ours!"
Except that the old system didn't work at all. There were just too many changes to stabilize in any reasonable amount of time and while the debugging was happening the 2.4.x kernel was becoming so badly out of date that people (and distros) tried to back port changes from the 2.5.x tree.
The result was TWO unstable kernel trees and the vendor trees had a tendency to be even worse. The old system would have left those people using SATA in a worse situation then they are in now. Keep in mind that SATA came out after 2.6.x so the drivers would right now be somewhere in the 2.7.x series kernel still waiting to be debugged and the stable maintainers would be forced to try and backport the SATA drivers once again resulting in two unstable kernels
Torrent File (Score:2, Informative)
Re:New wireless stack? Firewire stack? WTF? (Score:3, Informative)
Re:Anybody (Score:3, Informative)
In 2.6.22, the new wireless stack isn't going to make any difference, because they haven't included any drivers that use it yet.
Re:Anybody (Score:2, Informative)
http://liquidat.wordpress.com/2007/02/06/kernel-2
http://liquidat.wordpress.com/2007/03/02/new-linu
http://www.devicescape.com/news/releases/release_
BTW, Fedora and Ubuntu already include the new stack with their own patches.
Re:question on the wireless (Score:3, Informative)