Linux 2.4.15 is out; Linux 2.5.0 has also begun.
jbondjr writes: "It appears 2.4.15 is released. It's not quite updated on kernel.org's main page, but it is there if you dig through the tree. You can find 2.4.15 on one of your friendly Kernel.org Mirrors (note the 2.4.15 Changelog) From the 2.5 readme: "Linux-2.5.0 is exactly the same as 2.4.15, except for a version number change." So, enjoy the
The 2.5 Tree
I'm sure there isn't a Todo list. And I assume there never will be one.
I was just wondering (read karma-whoring) what the first big change in 2.5.0 will be.
I guess cml2, the new config/make system.
Some other changes that might be expected;
Jfs and Xfs in the main kernel,
Fixing the latency, and maybe make the kernel pre-emptive.
There will be a scsi layer rewrite and maybe a ide layer rewrite (that's correct?),
Well, don't worry about that. We can get you back before you leave. (Dr. Who)
Since the kernel is now on the 2.4 series kernel, is it officially considered a "stable" kernel yet? With the recent discussions of the VM system and pre-emptable kernels, I wonder if the latest version is stable enough for my server. I'm still running 2.2.19 and it's working fine, but I'm looking forward to upgrading some time in the next couple weeks (maybe).
One big thing I'm looking for a fix for (hopefully with the 2.4.x series) is for the SNMP/netstat info to use more than 32 bit integers to store the number of bytes transferred. Mine keeps resetting after 4 GB transferred and over 6 months that would've added up, but right now it resets itself back to zero after it hits the 4 billion byte limit.
Also, the SMP is supposed to be better, but will that really make a difference on a server which does mild web serving, other miscellaneous duties, and who's primary purpose is serving Unreal Tournament games? As of now, it doesn't look like UT takes advantage of both processors, it just uses one...
The readme file in 2.5.0 says:
Linux-2.5.0 is exactly the same as 2.4.15,
except for a version number change.
Subsequent releases diverge, with Marcelo Tosatti
maintaining the stable 2.4.x kernels, while the 2.5.x kernels are for development work.
and looking at the filesizes we find what we expect that
linux-2.5.0.tar. takes up 129 699 840 bytes
linux-2.4.15.tar takes up 129 699 840 bytes
are the same. But if we look at the packed versions
linux-2.5.0.tar.bz2 23 748 963
linux-2.4.15.tar.bz2 23 747 061
A difference of 1902 bytes
linux-2.5.0.tar.gz 29 404 635
linux-2.4.15.tar.gz 29 404 736
A difference of -101 bytes
How come?