Linux 2.6.9 Released
An anonymous reader writes "Linux 2.6.9 has been released. Read Linus's official announcement, and go get it!" Better yet, if you hanker for the upgrade, use one of the mirrors instead.
← Back to Stories (view on slashdot.org)
Windows XP firewall says the download is not safe. Better stay away people, and wait until they distribute those on free CDs.
2.6.8 had some problems with tcp connections being broken, I hope they fixed that.
And I need kernel >= 2.6.8 for forcedeth gigabit support...
And tere are always little improvements... as soon as your distro packages 2.6.9 it makes since to upgrade but since there's no hurry just put in in your bootloader and wait till next reboot to load it....
The unofficial
I have been upgrading kernels ever two or so sub release (I am currently running 2.6.8.1). But it that really necessary? It seems that there is much more upgrading than there needs to be. Obviously, some people will need the new kernel, but it seems that often, once the kernel works well for my hardware, why should I keep upgrading? Any thoughts? I am probably overlooking something obvious.
The notes you just glanced at only show the minor changes between 2.6.9-rc4 and 2.6.9. There were a lot of changes between 2.6.8[.1] and the 2.6.9 release.
There are a bunch of important looking fixes for ppc64 and amd64, a fix for a swapd lockup, fixes for xfs and ext3.. most people should probably upgrade fairly quickly, I'd say.
Does somebody have a torrent of this yet? If they do, coudl they posta link so we can slashdot it and downlaod it faster...wait, that sounded weird.
-------
Support Indy Music. Buy
you have to peruse the nvidia linux forum for the fix. I forget what it was exactly, but you have to put a #include in some kernel file, recompile the kernel, reboot, and then the nvidia installer will work.
the real fix will require nvidia to release an update for their driver.
No. Even different compiles of the same kernel can be incompatible as far as modules are concerned. It depends on the compiler (and version) you use, the kernel and patches and the configure options. When you compile yourself a new kernel, you should rebuild and reinstall all your modules. You will also have to "recompile" closed-source binary drivers. There come with an open-source "shim" layer to interface with the kernel c.f. nVidia drivers. You then need to go into /etc and frob with the scripts that load the modules at boot time.
The rationale for this design decision was to force vendors to either provide GPL'd drivers for their hardware or at least to open the specs. so that volunteers could implement them themsleves. This has been largely successful, but there are a number of significant instances where this has been a problem, for example accelerated 3D graphics drivers. nVidia has been providing binary modules with a shim for years now, and recently ATI has started doing the same. There are various reasons why in the "real world" drivers can not be open-sourced and specs. can not be divulged. Sadly, we do not live in a GNU utopia.
So, for idealogical reasons, we have this dreadful system of driver modules in Linux.
Please note, I'm actually quite a Linux fan. I've been using it exxclusively at home since 1996 (Slackware all the way). I just think it's maybe time for Linux to grow up and take a leaf out of Solaris' book, for example, and to provide a _stable_ (i.e. unchanging between kernel minor versions at least) binary interface for device drivers and other kernel modules. This would make my life a lot easier and cut down on the recompiles.
Sadly, I fear the ideology might get in the way...
Stick Men
This works ... I grabbed it out of a patch file...
... Why the hell on kernel.org is 2.2.19 the latest stable... lol
Add this to arch/i386/mm/init.c
On line 43 right below unsigned int __VMALLOC_RESERVE = 128 20;
add this line...
----- Begin -----
EXPORT_SYMBOL(__VMALLOC_RESERVE);
----- End -----
nVidia drivers WILL work. I'm using 2.6.9 and 6111 nvidia drivers right now.
Btw... http://tuxq.com/~tuxq/wtf.jpg