Linux 2.2.10
John Campbell writes "Linux 2.2.10, the next in the stable kernel series, is out. It's about a 300k patch, and it contains the fix for the DoS bug recently reported here (if you've already patched it, don't let patch back the fix back out... you are using patches, right?), as well as assorted other stuff.
The new kernel patches can be found, as usual, on ftp.xx.kernel.org, where xx is your country code. "
Please use patches instead of downloading whole archives, saves a lot of bandwidth (bandwidth costs money for the mirrors). /usr/src" /path/to/patch-2.2.10.gz | patch -p0" /usr/src/linux. If you have an older version patch incrementally. /usr/src/linux" and "make menuconfig".
Here's how:
First, get the patch (duh)
now "cd
and then
"zcat
You will be required to have linux-2.2.9 installed in
Now, "cd
Thank you.
PS. zcat is the equivalent of "gzip -d -c"
There's a file in the scripts directory called "patch-kernel" (or something similar... I always forget) which will automatically apply successive patches in the correct order. So if you're going from 2.2.5 to 2.2.10, you can just get all the patches (they can even be .gz'd I think) and run patch-kernel, and it'll bring you up to date.
:-)
Someone please correct me if I have a couple details wrong.