Click to See Complete Forum and Search --> : Are kernel patches all inclusive?


WurlyBurly
09-25-2001, 10:34 AM
What I mean is, can i apply the 2.4.10 patch directly to a 2.4.2 kernel, or do I have to apply all the patches in between first (2.4.3 then 2.4.4, etc.)?

thor420
09-25-2001, 11:13 AM
You must patch each one in there

TheBouleOfFools
09-25-2001, 08:34 PM
Why not start off fresh and dl the whole kit and kaboodle :)

bdg1983
09-26-2001, 06:27 AM
You need to apply ALL kernel in order.

2.4.2 default kernel wanting to upgrade to 2.4.10

Apply 2.4.3 patch, 2.4.4 patch and so on.

As TheBouleOfFools already suggested, it will be easier to just download the full 2.4.10 kernel and compile that.

Hena
09-26-2001, 08:44 AM
Where can one find the latest kernel? Kernelhq (http://www.kernelhq.com) has only 2.4.7 and patches above that.

WurlyBurly
09-26-2001, 12:42 PM
thanks for the responses. to answer Hena's question, all kernels can be downloaded from http://www.kernel.org

why download the entire thing when one can just patch? that's seems like a waste of time and bandwidth.

bdg1983
09-27-2001, 08:13 AM
Originally posted by WurlyBurly:
<STRONG>why download the entire thing when one can just patch? that's seems like a waste of time and bandwidth.</STRONG>

Do you not need to recompile the kernel after every patch? If so and you are going up 3 or 4 levels, then the time it would take to compile 3-4 times would be less than downloading the complete 27MB kernel source.

Personally, I always go for the full source.

Hena... 2.4.10 is the latest and of course available at www.kernel.org (http://www.kernel.org)

Strike
09-27-2001, 10:04 AM
Originally posted by mdwatts the 3rd:
<STRONG>Do you not need to recompile the kernel after every patch? If so and you are going up 3 or 4 levels, then the time it would take to compile 3-4 times would be less than downloading the complete 27MB kernel source.

Personally, I always go for the full source.

Hena... 2.4.10 is the latest and of course available at www.kernel.org (http://www.kernel.org)</STRONG>

No you don't have to recompile for each patch. Each patch just brings you up to the current codebase. But you have to have a clean version of the previous kernel in order to patch it properly. So while it may be less bandwidth just to get the patches, it takes longer to patch :)