Can someone explain me how to apply the patch.
Ive installed kernel source 2.6.11.3 and wanted to patch using the latest mm patch , but am not sure how to do it.
Is there a step by step tutorial / guide for this.
Can the patch be applied by every 2.6.11 kernel ?
Thanks in advance
Patching
Assuming 2.6.11.3 is in /usr/src/linux, patch-2.6.11.3.bz2 and 2.6.11-mm4.bz2 is in /usr/src
To apply 2.6.11-mm4 to 2.6.11.3:
Imagine 2.6.11-mm5 come out, you downloaded it in /usr/src:
Using this, hopefully you know how to apply 2.6.11-mm6 when it comes out (if comes out).
I didn't understand one thing
I didn't understand one thing: Why is it necessary to apply the 2.6.11.3 patch:
bzcat ../patch-2.6.11.3.bz2 | patch -R -p1
in order to apply -mm patch. I always thought that if I have to apply the latest 2.6.18-rc4-mm1 patch, I first need to down load 2.6.17 (only 2.6.17 and not 2.6.17.1 or 2.6.17.2 and so on) kernel sources and then apply the -mm patch. I never knew that you could apply the -mm patch against the same version of the kernel.
Please correct me if I am wrong.
Actually you're reverting
Actually you're reverting the patch (-R); in this case to base 2.6.11.